-
-
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
Static: compiler internal error: getTypeDescAux(tyNone) #7231
Labels
Milestone
Comments
Shouldn't you use a macro there? Is just returning a typedesc from a proc supported? |
I tried both (see the linked bug). In any case the VM should not crash. |
Works for me now, closing. |
Araq
pushed a commit
that referenced
this issue
Aug 8, 2018
timotheecour
pushed a commit
to timotheecour/Nim
that referenced
this issue
Aug 8, 2018
* Add tests to confirm nim-lang#7231 is fixed. * Add test for closed nim-lang#6137 * Add test for nim-lang#7141
timotheecour
pushed a commit
to timotheecour/Nim
that referenced
this issue
Aug 8, 2018
* Add tests to confirm nim-lang#7231 is fixed. * Add test for closed nim-lang#6137 * Add test for nim-lang#7141
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Continuing on #7230, I also got this compiler crash while trying to use a proc:
The text was updated successfully, but these errors were encountered: