-
-
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
typealias bug ? #6721
Labels
bug
Indicates an unexpected problem or unintended behavior
types and dispatch
Types, subtyping and method dispatch
Milestone
Comments
This was referenced Jun 28, 2014
Is this 2.5 year old bug still a problem? |
Yep, but is fixed by #18457. |
@StefanKarpinski I'm pretty certain we won't backport that fix |
then put the 0.6 label on it |
JeffBezanson
added a commit
that referenced
this issue
Nov 11, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Nov 15, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Nov 15, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Nov 22, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 12, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 18, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 28, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 30, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 30, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 31, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Dec 31, 2016
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Jan 2, 2017
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Jan 5, 2017
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Jan 7, 2017
e.g. fixes #6721 fixes to type instantiation [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Jan 7, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 9, 2017
e.g. fixes #6721 fixes to type instantiation
yuyichao
pushed a commit
that referenced
this issue
Jan 9, 2017
e.g. fixes #6721 fixes to type instantiation
yuyichao
pushed a commit
that referenced
this issue
Jan 9, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 9, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 10, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 12, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 12, 2017
e.g. fixes #6721 fixes to type instantiation
Keno
pushed a commit
that referenced
this issue
Jan 12, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 13, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 13, 2017
e.g. fixes #6721 fixes to type instantiation
Keno
pushed a commit
that referenced
this issue
Jan 15, 2017
e.g. fixes #6721 fixes to type instantiation
JeffBezanson
added a commit
that referenced
this issue
Jan 16, 2017
e.g. fixes #6721 fixes to type instantiation get several test suites passing remove ambiguous `convert` definition add some disambiguating definitions for sparse `map` fix a method ambiguity in RowVector fix check for iterability in Dict constructor [ci skip]
JeffBezanson
added a commit
that referenced
this issue
Jan 16, 2017
e.g. fixes #6721 fixes to type instantiation get several test suites passing remove ambiguous `convert` definition add some disambiguating definitions for sparse `map` fix a method ambiguity in RowVector fix check for iterability in Dict constructor [ci skip]
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
Since this did not get answered on the user forum, I expect nobody knows and this is a potential bug.
Starting with the following definitions
I did expect all of the following to be true, but nevertheless got the results in the comment
I don't see how this is different to
isa(randn(3,3),StridedMatOrVec)
, which returnstrue
with or without full specification of the argument.Is this a bug or expected behaviour?
The text was updated successfully, but these errors were encountered: