I just opened and run a repl that was working find (using NIM) and i got the weirdest of errors:
nim c -r main.nim
Error: /__w/choosenim/choosenim/src/choosenimpkg/proxyexe.nim(62) proxyexe
... /__w/choosenim/choosenim/src/choosenimpkg/proxyexe.nim(40) main
... /__w/choosenim/choosenim/src/choosenimpkg/proxyexe.nim(37) getExePath
... getAppFilename failed. (Error was: Unable to read /home/runner/.choosenim/current. (Error was: No installation has been chosen. (File missing: /home/runner/.choosenim/current)))
Info: If unexpected, please report this error to https://github.com/dom96/choosenim
As I am now playing with NIM, i have no clue what this is except something might be broken …
I just opened my other NIM repl and same error … something is broken.
no, where did you even find that? Each choosenim repl comes with a file called nimv.txt, and inside it should say “stable”, you have to change that to “devel”
Man. I hate what that happens. New version breaking things … I had it once with go, they released a breaking versions and our clients decided to recompile their code without asking and all went berserk.
After that we took the source code private …