You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lldb -o run -- /pathto/Nim/nim c -r main.nim
works
choosenim /pathto/Nim/
which nim
/Users/timothee/.nimble//bin/nim
lldb -o run -- nim c -r main.nim
Error: Spawning of process failed. (Error was: Interrupted system call)
i'm on OSX
nim --version
Nim Compiler Version 0.20.99 [MacOSX: amd64]
Compiled at 2019-07-10
Copyright (c) 2006-2019 by Andreas Rumpf
git hash: cb3c3c306c6507a09c15da26828a39fbbd4dbc66
active boot switches: -d:release
but this bug has always been there
The text was updated successfully, but these errors were encountered:
choosenim is implemented by a binary that dispatches to the real nim binary; this causes some issues, for example see below.
I'm curious why isn't choosenim using symbolic links (at least on posix) which seems a simpler approach and avoids this kind of problem ?
i'm on OSX
but this bug has always been there
The text was updated successfully, but these errors were encountered: