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 #29208, incorrect Union{} result from type intersection #29380

Merged
merged 1 commit into from
Sep 28, 2018

Conversation

JeffBezanson
Copy link
Member

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")

@JeffBezanson JeffBezanson added types and dispatch Types, subtyping and method dispatch bugfix This change fixes an existing bug labels Sep 26, 2018
@tknopp
Copy link
Contributor

tknopp commented Sep 26, 2018

probably worth putting into the 1.0.1 release.

@JeffBezanson
Copy link
Member Author

I hesitated to add the backport tag until tests pass, which indeed they don't...

@JeffBezanson
Copy link
Member Author

Ok, trying again.

@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

@JeffBezanson
Copy link
Member Author

@nanosoldier runbenchmarks(ALL, vs=":master")

@nanosoldier
Copy link
Collaborator

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @ararslan

@JeffBezanson
Copy link
Member Author

Ok, this should be good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug types and dispatch Types, subtyping and method dispatch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash with signal (4): Illegal instruction
4 participants