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
/Users/BenjaminLee/.nimble/pkgs/nimpy-0.1.0/nimpy.nim(972, 32) Warning: Cannot prove that 'arg1k' is initialized. This will become a compile time error in the future. [ProveInit]
@Pebaz can you take a look at this? I'm not using any enums in my code at all, but I'm compiling for Python through Nimporter so he might be, though I couldn't find any by searching the repo.
nimporter issue was fixed by suppressing the warning. I still believe the issue might be in nimpy, but anyways it is unlikely to cause any troubles in real life. I'm closing this, but I'm still mildly interested in a reproducible sample.
I'm getting the following error:
This is the offending line:
nimpy/nimpy.nim
Line 972 in e0c2ad5
Do you have any idea what's going on here?
The text was updated successfully, but these errors were encountered: