-
-
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
type intersection bug in Ref{Union{Int,T}} where T
#25752
Labels
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
Comments
JeffBezanson
added
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
labels
Jan 25, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 27, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 27, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 28, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 28, 2018
JeffBezanson
added a commit
that referenced
this issue
Sep 29, 2018
JeffBezanson
added a commit
that referenced
this issue
Oct 3, 2018
JeffBezanson
added a commit
that referenced
this issue
Oct 18, 2018
JeffBezanson
added a commit
that referenced
this issue
Nov 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
Difficult to tell if this is a duplicate of some existing subtyping issue, but it's important:
The answer should be (ideally)
RefValue{Union{Int,T}} where T
.The text was updated successfully, but these errors were encountered: