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

Handle sigsetjmp with multiple uses #23

Merged
merged 3 commits into from
Oct 25, 2023
Merged

Handle sigsetjmp with multiple uses #23

merged 3 commits into from
Oct 25, 2023

Conversation

topolarity
Copy link
Member

It turns out that optimization passes can cause this usage to get split downstream, so we should mark all of these paths as entering the catch block.

Resolves #14.

Inference got better, so we need to frustrate it artificially now.
@topolarity topolarity requested a review from gbaraldi October 23, 2023 17:36
@topolarity topolarity added this to the Public MVP milestone Oct 23, 2023
topolarity and others added 2 commits October 23, 2023 13:39
Fix test failure on master due to try-catch elision
It turns out that optimization passes can cause this usage to get split
downstream, so we should mark all of these paths as entering the catch
block.

Resolves #14.
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.

Collection has multiple elements, expected exactly 1 element
1 participant