Skip to content
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

Open
timotheecour opened this issue Oct 22, 2018 · 5 comments
Open

[minor] wrong path in '[OK] Cleanup custom locations' : #10

timotheecour opened this issue Oct 22, 2018 · 5 comments

Comments

@timotheecour
Copy link
Contributor

[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

@samuelroy
Copy link
Collaborator

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 reset_coverage. It creates folders and a .info file then call reset_coverage with some parameters.

@timotheecour
Copy link
Contributor Author

I have no idea where this comes from. I would need some help here as I'm new to Nim.

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

@timotheecour
Copy link
Contributor Author

(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)

@samuelroy
Copy link
Collaborator

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.

@timotheecour
Copy link
Contributor Author

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)

@timotheecour timotheecour changed the title wrong path in '[OK] Cleanup custom locations' : [minor] wrong path in '[OK] Cleanup custom locations' : Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants