You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* NIFC: Implement #423 only for the simplest case
* Implement #423 only for importC struct fields
* Move isImportC to nifc/typenav.nim
* Fix test code so that it produces valid C code
NIFC wraps every array in its own struct so that we get the correct copy semantics from C. This is generally a good idea but fails for code like:
The array
d_name
is not under NIFC's control and has no such struct wrapper. NIFC needs to special case the accessobj.d_name
in theAtC
case:The text was updated successfully, but these errors were encountered: