You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a fix for this that works except for one annoying detail: the default upper bound for a typevar is Any, so Type{<:Top} is not a subtype of the Type{T} in the method definition. zeros(Base.Undef, ...) matches the second definition, which is useless, but computers are pedantic like that :)
JeffBezanson
changed the title
Type inference regression
too many method matches for zeros(Type, ...)
Jul 26, 2014
The underlying cause of #5559 is now fixed, but this was the immediate cause. Before 6002358:
After:
The text was updated successfully, but these errors were encountered: