Pebaz / nimporter

Compile Nim Extensions for Python On Import!
MIT License
824 stars 33 forks source link

Warning ProveInit #41

Closed juancarlospaco closed 3 years ago

juancarlospaco commented 3 years ago

When using Nimporter it complains:

~/.nimble/pkgs/nimpy-0.1.1/nimpy.nim(1053, 32) Warning: Cannot prove that 'arg0timeout' is initialized. This will become a compile time error in the future. [ProveInit]

Maybe Nimporter can pass the argument --warning[ProveInit]:off ?.

Python users probably do not know what it means anyway. :shrug: