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
after nimble develop inside a fresh clone, import pkg/constantine/primitives.nim doesn't work
probably a consequence of 1st point
related
as mentioned in nim-lang/RFCs#267 (comment), omitting src pollutes scope (eg: I wouldn't want import pkg/helpers/static_for to work as other packages may define their own helpers directory; instead the src prefix is needed such that you can only access it via import pkg/constantine/helpers/static_for), unless nim-lang/RFCs#291 is implemented which gives best of both worlds
The text was updated successfully, but these errors were encountered:
timotheecour
changed the title
nimble develop doesn't work; srcDir=src (from nimble file) doesn't existnimble develop doesn't work; srcDir=src (from nimble file) doesn't exist
Jan 11, 2021
but
src
doesn't exitnimble develop
inside a fresh clone,import pkg/constantine/primitives.nim
doesn't workprobably a consequence of 1st point
related
as mentioned in nim-lang/RFCs#267 (comment), omitting
src
pollutes scope (eg: I wouldn't wantimport pkg/helpers/static_for
to work as other packages may define their own helpers directory; instead the src prefix is needed such that you can only access it viaimport pkg/constantine/helpers/static_for
), unless nim-lang/RFCs#291 is implemented which gives best of both worldsThe text was updated successfully, but these errors were encountered: