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

fix[ux]: exclude possible type if overflow #4385

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tserg
Copy link
Collaborator

@tserg tserg commented Dec 3, 2024

What I did

Fix #4383

How I did it

Catch OverflowException when finding possible types for BinOp node.

How to verify it

See test.

Commit message

This commit fixes a false positive for integer overflow involving 
nested binary constant operations by excluding a possible 
type if there is an overflow.

Description for the changelog

Cute Animal Picture

Put a link to a cute animal picture inside the parenthesis-->

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.

incorrectly reported overflow exception
1 participant