-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
walkDirRec Error #2116
Comments
Hi seems like this bug needs to be reopen again but this time I get another error.
i get this error
nim -v is active boot switches: -d:release |
Im sorry but even in
I get the same error with the example code from above. |
Works for me on devel on Linux. |
Yep thats right tried it on Linux right now and it works like charm. |
Even if it works on Linux shouldn't this be reopened if it doesn't work on OSX ? |
@TheAnonymous I don't know who has an OSX machine, so fixing it yourself might be fastest. |
I tried to make a small webapp with Jester and something strange happens when I try to use walkDirRec in a GET request like this
i get this error
I first made a ticket at the jester projekt (dom96/jester#23) but they say that this is probably a compiler bug.
This happens with "Nim Compiler Version 0.10.2 (2014-12-31) [Linux: amd64]" as also with "Nim Compiler Version 0.10.3 (2015-02-13) [Linux: amd64]"
If I don't use jester and just make a simple program like this
it works perfectly fine.
Greetings Jakob
The text was updated successfully, but these errors were encountered: