-
-
Couldn't load subscription status.
- Fork 5.7k
Fix MethodError in IR validator #58425
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
Conversation
|
Refs #56645 |
This reverts commit 98e5818.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
I think moving it out of bootstrap would let us make it more powerful
Any specific ideas? I have no problem opting out of bootstrap, but I'm surprised that a verifier pass would need much more than what the compiler itself needs
Invalid IR in a debug build makes the validator call
Core.printlnwith aBase.TTY, which makes a bad day worse.I'm not sure about the usefulness of this file—I think moving it out of bootstrap would let us make it more powerful—but just fix the error for now. Also remove a couple of unused expr heads as of #57965.