- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 5.7k
 
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortypes and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch
Description
Julia used to say true (e.g. in 0.6.2) here:
Ref{Union{Int64, Ref{Number}}} <: Ref{Union{Ref{T}, T}} where T
but current master, quite reasonably, says false. If you change, though, Ref to Val it is true again:
Ref{Union{Val{Number}, Int64}} <: Ref{Union{Val{T}, T}} where T
Which seems to be a bug.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviortypes and dispatchTypes, subtyping and method dispatchTypes, subtyping and method dispatch