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
early block return retains $! filling cause for next error #6015
Milestone
Comments
Ok I expect this is due to the non-local return here not clearing Here's IR for a return inside rescue in a normal method body:
And for within a block:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
expected: like MRI 3x
nil cause
actual:
The text was updated successfully, but these errors were encountered: