Dominik Picheta
Dominik Picheta
Strange. Can you try `nimble refresh --debug`?
This appears to be related to the new changes to Nimble. If you are on `devel` and using `choosenim` consider running `choosenim stable`.
>> git hash: couldn't determine git hash > This looks very strange. Nope, this is quite common, it happens if Nimble is built inside a checkout that wasn't cloned via...
Yep, this is a false positive. Lot's of people experiencing this, unfortunately not much we can do except complain to the AV vendors :/ https://forum.nim-lang.org/t/8196
I'm so confused. > The only minor problem is that anyone who has run nimble test has created a nimble.ini in ~/.config/nimble as part of the testing. Are you saying...
We should definitely **not** move the default Nimble package install directory to `~/.config/nimble`. What is the actual problem here that is being discussed? You can tell Nimble to install packages...
> Python's pip uses ~/.local for packages, but I think that's actually very rare (I honestly don't know of any besides pip!) Rust uses ~/.cargo and Haskell uses ~/.cabal. I...
Nimble already sort of does this if you pass ``--verbose``, you will see each `--path` passed to the compiler.
What project?