-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Set intersection = 1
during intersect_sub_datatype
#46882
Conversation
At present, the `subtype_in_env` check is performed without this flag, thus `var_lt`/`var_gt` might set the wrong bounds.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing find
We should perhaps check if this closed any others too! |
Would a backport to v1.6 be possible as well? |
Of course!
I took a quick look, but none of them looks related. Maybe we should add known intersect/subtype bug to the test file. |
(cherry picked from commit e6d9979)
close JuliaLang#38497 (fixed by JuliaLang#46882)
(cherry picked from commit e6d9979)
(cherry picked from commit e6d9979)
(cherry picked from commit e6d9979)
(cherry picked from commit e6d9979)
(cherry picked from commit e6d9979)
(cherry picked from commit e6d9979)
(cherry picked from commit e6d9979)
At present, the
subtype_in_env
check is performed without this flag, thusvar_lt
/var_gt
might set the wrong bounds.close #46871.