-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Arrays changes broke JuMP #17354
Comments
This actually looks like a type-system error: the key line in the backtrace (obtained with in copy!(::Array{Tuple{Vararg{Any,2}},1}, ::Array{Tuple{Any,Any},1}) at ./abstractarray.jl:423
|
It seems possible this is the same as #17350, and if so that a possible fix might already be on the way. |
To explain a little further, what's happening is that |
Reverting the offending commit from #17350 doesn't seem to fix this. |
fix #17354, expand `Tuple{Vararg{Any,2}}` on construction
gives
This seems to have been broken for quite a while but I haven't been using 0.5. I can spend a bit more time to generate a pure julia error case, but opening this in case the issue is obvious.
CC @IainNZ @joehuchette @tkelman @timholy
Version:
The text was updated successfully, but these errors were encountered: