LazyArrays.jl
LazyArrays.jl copied to clipboard
`copy` is ambiguous
With v2.4 I get the following error:
ERROR: MethodError: copy(::ArrayLayouts.Mul{LazyArrays.BroadcastLayout{…}, LazyArrays.BroadcastLayout{…}, LazyArrays.BroadcastMatrix{…}, LazyArrays.BroadcastMatrix{…}}) is ambiguous.
[...]
Possible fix, define
copy(::ArrayLayouts.Mul{LazyArrays.BroadcastLayout{typeof(*)}, LazyArrays.BroadcastLayout{typeof(-)}})
This however works with v2.3.2. Was this ambiguity introduced in v2.4?
Please include the full error message, usually I can debug it