You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried replacing _maybetail(inds) by inds[2:end], as suggested here: JuliaLang/julia#23822 (comment), here and in ContinuumArrays.jl.
Additionally, it seems the call signature for uncolon was changed with this PR, which affects to_indices; dropping the second argument seems to work.
However, I'm unsure how to proceed to retain backwards compatibility with Julia < 1.9. I assume that indices.jl contains pieces basically carbon-copied from base/multidimensional.jl. I guess we could have a version guard in indices.jl, but that seems inelegant somehow.
_maybetail
is used twice:QuasiArrays.jl/src/indices.jl
Lines 113 to 118 in b93bc59
There is a related fix in a different package JuliaArrays/EndpointRanges.jl#25
The text was updated successfully, but these errors were encountered: