Skip to content
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

inference: handle cases where :the_exception is used independently #56836

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

aviatesk
Copy link
Member

Expr(:the_exception) is handled by the interpreter in all cases, however, inference assumes it is only used within frames containing try/catch. This commit corrects that assumption.

`Expr(:the_exception)` is handled by the interpreter in all cases,
however, inference assumes it is only used within frames containing
`try/catch`. This commit corrects that assumption.
@aviatesk aviatesk force-pushed the avi/the_exception-stand-alone branch from 02d3e41 to 3bd969a Compare December 16, 2024 08:07
@aviatesk aviatesk requested a review from vtjnash December 17, 2024 03:00
@aviatesk aviatesk merged commit 35729d9 into master Dec 17, 2024
7 checks passed
@aviatesk aviatesk deleted the avi/the_exception-stand-alone branch December 17, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants