nim-works / gitnim

choosenim for choosey nimions
https://gitnim.com
MIT License
26 stars 2 forks source link

dist modules need to be omitted or renamed when excluded #6

Closed disruptek closed 3 years ago

disruptek commented 3 years ago

Currently, arraymancer isn't available on 1.2.9:

git-nim against https://github.com/disruptek/gitnim
using the 1.2.9 compiler branch
using the 1.2.9 distribution branch
.git submodule update --checkout arraymancer
error: pathspec 'arraymancer' did not match any file(s) known to git

The right move is probably to parse the .gitmodules directly.