Open c-blake opened 4 years ago
Good point. I'll change this.
For what it's worth, even the sdl2_nim author who's been using Nim since 2013 thought a #head version meant "always updated" rather than "never updated unless an end user rm -rf
s the foo-#head in pkgs/". This is one of a few ways in which nimble seems mis-optimized.
head is just one snapshot in time and pollutes the nimble dir for other packages.
Also, you should change create to the qualified
cli.create
ingithub_release.nim
. (You might want to do that for all the procs, butcreate
collides with something fromsystem.nim
now.)Cheers.