-
Notifications
You must be signed in to change notification settings - Fork 129
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
test failure with Nim-1.0.4 release candidate #424
Comments
I get worse error messages:
probably another wave of bugs like v1.0.0 😄 |
Try deleting "nimcache" first. |
I have try it, still cannot works. |
You're holding it wrong. You should not be using Nimble packages from "C:/Users/Jangko/.nimble/pkgs". You're supposed to:
|
well, I think the bug I encountered is Windows specific. I can compile and run the test on linux without 'make'. |
What's your Nim commit hash? |
I use nim devel branch on both windows and linux |
Then you're testing the wrong compiler revision in the wrong branch. This is the branch from which new releases are made: https://github.com/nim-lang/Nim/tree/version-1-0 And this is the commit we should be testing: nim-lang/Nim@4084ef1 |
it does'nt matter now, I already fixed this issue, and will report the new nim compiler bug. |
re cryptic error messages on windows, I have ID the culprit: nim-lang/Nim#12734 |
Great, but it shouldn't affect the 1.0.4 release candidate I was testing, because narimiran says he didn't backport the broken devel commit to the release branch. |
Using the "nim1.0.4" branch:
There's also a problem with marking that failure, because there's no [FAILED] label.
The text was updated successfully, but these errors were encountered: