-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[minor] wrong path in '[OK] Cleanup custom locations' : #10
Comments
I have no idea where this comes from. I would need some help here as I'm new to Nim. By the way, the "Cleanup custom locations" is a simple unit test on the proc |
not sure either on quick inspection; but using doAssert instead of silently ignoring error codes via discard (see #11) would give a stacktrace and should reveal where it gets generated |
(btw, hope you don't mind the issues I'm reporting; I think it's an awesome tool, I'm only trying to help by pointing out usability issues) |
Not at all, thanks for your feedback, it's really appreciated. I'm exploring Nim through this project and I want to see if it's worth investing my time and my team in it. |
I really hope it'll turn out positive ... happy to help, and the forum is usually a friendly and efficient place to ask questions (so is nim irc/gitter channel) |
[OK] Cleanup custom locations:
/Users/.choosenim/toolchains/nim-0.19.0/lib/system.nim: No such file or directory
/Users/.choosenim/toolchains/nim-0.19.0/lib/system.nim: No such file or directory
/Users/.choosenim/toolchains/nim-0.19.0/lib/system.nim: No such file or directory
should be:
/Users/username/.choosenim/toolchains/nim-0.19.0/lib/system.nim
etc
The text was updated successfully, but these errors were encountered: