nim-lang / nimble

Package manager for the Nim programming language.
Other
1.24k stars 174 forks source link

Be less ambiguous when a project isn't under a VCS like Git or Mercurial #1224

Open xTrayambak opened 4 weeks ago

xTrayambak commented 4 weeks ago

This PR fixes #1180 by: 1) Fixing the first hint to tell the user to put the package's working directory under version control AND make a commit. 2) If they still choose to ignore it and just put the package's working directory under version control without making a commit, the subsequent errors will hint at the user to make a commit.