-
-
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
ICE when trying to repr nnkMutableTy in macro #15751
Comments
Heh, I had the same error a few days ago, the issue is that the renderer is using internalError but only has an empty config created with The other issue that actually causes the call to internalError is that this node kind simply isn't handled yet in the renderer :D |
Is this still an issue? |
ringabout
added a commit
that referenced
this issue
Mar 6, 2024
ringabout
added a commit
that referenced
this issue
Mar 6, 2024
narimiran
pushed a commit
that referenced
this issue
May 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Had a bug that appeared in a test case of shell a few months ago. Finally took a look at what's going on.
I have a test case that has a
--out
in its argument. It seems that at some point trying torepr
annkMutableTy
(the node ofout
, at least nowadays) became an internal compiler error.Example
Current Output
Expected Output
Additional Information
I'm on current devel right now and the problem persists.
I definitely know that it worked in the past. I don't have a specific commit, but the first failure on Travis was (oh my god, time flies) April 20.
Output of
koch temp
:The text was updated successfully, but these errors were encountered: