Open pb-cdunn opened 5 years ago
This now doesn't produce an error on the latest nim, but if you try to use enumerate
when imported like this, it doesn't work (Undefined symbol enumerate
). Likely for the reason you mentioned. Not sure what to do about this aside from wait for the issue you mentioned to be solved.
This still works though:
import extensions/enumerate
requires "extensions >= 0.2.1"
I think this package may need to be updated. Or this could be the same bug as https://github.com/nim-lang/Nim/issues/11052, a problem when a proc has the same name as the module in which it resides.