nimble
nimble copied to clipboard
nimble develop doesn't work for deps specified with ==
If you pin your dependency to a specific version in your nimble file using ==, it will continue to retrieve that version even when nimble develop is used for that package. If the package is specified with ==, but it also is pulled in transitively by one of your deps using >=, then nimble develop works! Not sure if this is intentional but i think this feature should work regardless of how the versions are specified.
% nim -v
Nim Compiler Version 1.6.6 [MacOSX: amd64]
Compiled at 2022-05-08
Copyright (c) 2006-2021 by Andreas Rumpf
active boot switches: -d:release
% nimble -v
nimble v0.13.1 compiled at 2022-05-08 04:21:09
git hash: couldn't determine git hash