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

Compiler: fix incorrect var type insisde nested exception handler #11928

Merged

Conversation

asterite
Copy link
Member

Fixes #9769

@Blacksmoke16 Blacksmoke16 added kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:semantic labels Mar 25, 2022
@straight-shoota
Copy link
Member

straight-shoota commented Mar 25, 2022

For the record: This PR is identical to #11926 and duplicated for technical reasons (missing CI run on the original one).

@beta-ziliani beta-ziliani added this to the 1.4.0 milestone Mar 25, 2022
@straight-shoota straight-shoota changed the title Compiler: fix incorrect var type insisde nested exception handler ("come on CI" edition) Compiler: fix incorrect var type insisde nested exception handler Mar 26, 2022
@straight-shoota straight-shoota merged commit c48a5bb into master Mar 26, 2022
@straight-shoota straight-shoota deleted the bug/nested-exception-handle-var-type-come-on-ci branch March 26, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:semantic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expr in nested begin..rescue doesn't update type union
4 participants