Closed
Description
this line:
StaticArrays.jl/src/broadcast.jl
Line 65 in 17e8c37
seems that _copyto! only special handles methods that have static axes. is is correct to assume that those axes only happen on
x <: AbstractArray
?. if that is the case, then other type trying to dispatch on copyto!
only needs to define:
copyto!(dest::MyType,bc::Base.Broadcsast.AbstractArrayType{N})
then, if an external package needs to define
but the catchall method causes ambiguities in that regard.
I did a test run of StaticArrays on julia 1.8/windows, and removed that method. all tests passed.
Metadata
Metadata
Assignees
Labels
No labels