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 int-range concat to behave like union of int types #10959

Open
wants to merge 1 commit into
base: 5.x
Choose a base branch
from

Conversation

kkmuffme
Copy link
Contributor

@kkmuffme kkmuffme commented May 5, 2024

Fix #10947
Fix #10965
500 limit taken from TypeCombiner (to ensure int-range will behave exactly like union of ints)

@kkmuffme kkmuffme force-pushed the fix-concat-int-range-behavior-identical-union-ints branch 6 times, most recently from e70d79b to a221483 Compare May 7, 2024 12:23
Fix vimeo#10947
Fix vimeo#10965 and similar issues including their incorrect tests
@kkmuffme kkmuffme force-pushed the fix-concat-int-range-behavior-identical-union-ints branch from a221483 to b502880 Compare May 7, 2024 13:08
@kkmuffme kkmuffme marked this pull request as ready for review May 7, 2024 13:13
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.

int range returns incorrect result for pow int-range behaves different than literal int even when identical
1 participant