-
-
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
Embedded templates with iterators fails to compile #2771
Labels
Comments
The error is:
The line with
Most likely causes the issue - that's not valid nim. |
This issue has been automatically marked as stale because it has not had recent activity. If you think it is still a valid issue, write a comment below; otherwise it will be closed. Thank you for your contributions. |
ringabout
added a commit
to ringabout/Nim
that referenced
this issue
Nov 12, 2020
It compiles since Nim v 1.4.0. |
PMunch
pushed a commit
to PMunch/Nim
that referenced
this issue
Jan 6, 2021
mildred
pushed a commit
to mildred/Nim
that referenced
this issue
Jan 11, 2021
irdassis
pushed a commit
to irdassis/Nim
that referenced
this issue
Mar 16, 2021
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code fails to compile. I'm wrapping templates with templates, and if the passed value is an iterator, then I get Error: illformed AST message.
If I save the intermediate result to a variable, then it compiles and runs fine:
The text was updated successfully, but these errors were encountered: