Inference regression for parametric type #11587
Labels
regression
Regression in behavior compared to a previous version
types and dispatch
Types, subtyping and method dispatch
The reduced example below works on 0.3 and used to work on master until recently - a
git bisect
leads to b77b026 being the first commit to fail with the following error message:The code:
Interestingly, making this code any simpler (without changing any types) makes it pass again: by e.g. replacing
tuple(a...)
with(32,32)
, or removing- grid[:,2]
, or replacingzeros(Int, size(mi))
withzeros(Int, 2, 1)
. Tested on OSX and Linux.The text was updated successfully, but these errors were encountered: