Closed timotheecour closed 4 years ago
probably related: when running locally:
nim c --nonimblepath src/regex
/Users/timothee/git_clone/nim/nim-regex/src/regex.nim(156, 17) Error: cannot open file: pkg/regex/nodetype
import pkg/regex/nodetype
Apparently pkg/
was never meant for importing local/relative modules https://github.com/nim-lang/Nim/issues/7250 . It makes sense, otherwise I could not import a nimble package instead of a local module with the same name. I should have used ./regex/...
or regex/...
.
probably caused by the recent changes: https://github.com/nim-lang/Nim/pull/13865
https://dev.azure.com/nim-lang/255dfe86-e590-40bb-a8a2-3c0295ebdeb1/_apis/build/builds/4019/logs/80