how can i force nimble to always install the newest version of a repository when it was specified with an url?:
requires "https://url/repo.git@#head"
# nor
requires "https://url/repo.git#head"
works properly.Like this?
requires "https://url/repo.git #head"
This unfortunately also does not work for me:
# Dependencies
requires "nim >= 1.0.9"
requires "https://github.com/stavenko/nim-glm.git #head"
requires "https://github.com/niv/websocket.nim.git #head"
requires "https://git.code0.xyz/sn0re/nimAsyncHttpTools.git #head"
requires "https://github.com/enthus1ast/flatdb #head"
$ nimble install
[david@eb quark]$ nimble install
Error: Could not read package info file in /home/david/quark/quark.nimble;
... Reading as ini file failed with:
... Invalid section: .
... Evaluating as NimScript file failed with:
... Unable to parse dependency version range: Unexpected char in version range ' #head': #.
[david@eb quark]$ nimble --version
nimble v0.11.0 compiled at 2020-01-03 04:43:49
git hash: e9d45ca6830c3e9af6b15c0efd252b7c59170854