-
Notifications
You must be signed in to change notification settings - Fork 4
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
nimly Uses Too Many Loops In Compile-time #11
Comments
You can avoid this error to use the new compiler option maxLoopIterationsVM:N (maybe later than Nim v1.0.6) (See also https://nim-lang.org/docs/nimc.html). Before v1.0.6, you can use niml with compiler build with vmdef patched as follows
|
improve some #25 |
It maybe solved when nim becomes version 1.0.0. |
Hi, I'm encountering this issue using nim 1.0.6. |
@samdmarshall thanks for your reporting. |
oh, sorry, yeah - of course. i'll try to isolate into a stand-alone sample. do you want me posting here in this issue or as a new one? |
Thanks! |
https://github.com/bung87/rust2nim I face this when compile entry file. it's the first time I try to use a parser generator, I may doing something wrong, but this stop me get ing further information. |
|
@bung87 Thank you for your analysis!
If you will create a new PR, I will merge this change after checking this has no unexpected effects. You can avoid this error to use the new compiler option |
I will create a PR later, merge if you think that's correct since I has no much knowledge in this domain. write a wrong grammar also will cause this? I checked after modified test will not pass. |
Sorry, @bung87.
This returns always true and causes error in I did some refactoring in lexgen.nim in the #40. |
No (as far as I know). |
Thanks for your explaintion! then I feel fine with I just aware you removed the bug label, guess I can just try :P |
No description provided.
The text was updated successfully, but these errors were encountered: