-
-
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
fix #29208, incorrect Union{}
result from type intersection
#29380
Conversation
probably worth putting into the 1.0.1 release. |
I hesitated to add the backport tag until tests pass, which indeed they don't... |
5ac5329
to
1037ced
Compare
Ok, trying again. |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan |
Ok, this should be good. |
also fixes #29357
This logic in type intersection seems to be quite old, and maybe just doesn't work. We'll see how the tests fare.
@nanosoldier
runbenchmarks(ALL, vs=":master")