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
That's a topic for another discussion, but allowing local imports (eg at proc scope) would solve many dependency issues, including the one that causes this regression, making importing more lazy. I even have a working branch for that.
EDIT: see https://github.com/nim-lang/Nim/pull/18734
The text was updated successfully, but these errors were encountered:
support local import
eg use case:
links
import
insideblock
: makes N runnableExamples run N x faster, minimizes scope pollution · Issue #9300 · nim-lang/Nimnim dump
is roughly 100x slower in 1.3 versus 1.2 nim-lang/Nim#14179 (comment)EDIT: see
https://github.com/nim-lang/Nim/pull/18734
The text was updated successfully, but these errors were encountered: