-
-
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
The new vcat
makes other packages vcat
ambiguous
#52263
Comments
I found the issue: |
Currently the only permitted (non-type-pirating) methods are to overload the first argument with a custom type or to overload for non-Array types. Current Base claims ownership of that set of method signatures, and SparseArrays even already pirates it so that nobody else can do so. There is an old issue here about making it permitted to add other overloads, but no one has tried to tackle that. |
This should be re-opened on the SparseArrays repo, since the offending pirating method is added there. |
the
vcat
in v1.10 is breaking some packages.JuliaDiff/ReverseDiff.jl#242
SciML/ComponentArrays.jl#222
The text was updated successfully, but these errors were encountered: