Skip to content

Conversation

@martinholters
Copy link
Member

In particular, make obviously_unequal(Type{Union{}}, Type{T} where {Union{}<:T<:Union{}}) false. Fixes #37255

In particular, make `obviously_unequal(Type{Union{}}, Type{T} where 
{Union{}<:T<:Union{}})` false. Fixes #37255
@martinholters martinholters added the types and dispatch Types, subtyping and method dispatch label Aug 28, 2020
@JeffBezanson JeffBezanson added the bugfix This change fixes an existing bug label Aug 28, 2020
@JeffBezanson JeffBezanson merged commit 79a9ea0 into master Aug 29, 2020
@JeffBezanson JeffBezanson deleted the mh/typeofbottom-equality branch August 29, 2020 16:59
JeffBezanson pushed a commit that referenced this pull request Sep 8, 2020
In particular, make `obviously_unequal(Type{Union{}}, Type{T} where
{Union{}<:T<:Union{}})` false. Fixes #37255

(cherry picked from commit 79a9ea0)
JeffBezanson pushed a commit that referenced this pull request Sep 9, 2020
In particular, make `obviously_unequal(Type{Union{}}, Type{T} where
{Union{}<:T<:Union{}})` false. Fixes #37255

(cherry picked from commit 79a9ea0)
@KristofferC KristofferC mentioned this pull request Sep 9, 2020
29 tasks
KristofferC pushed a commit that referenced this pull request Sep 10, 2020
In particular, make `obviously_unequal(Type{Union{}}, Type{T} where
{Union{}<:T<:Union{}})` false. Fixes #37255

(cherry picked from commit 79a9ea0)
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.

Handling of <:Union{}

5 participants