Fix shift direction of circshift! for vectors
This patch fixes the shifting direction for circshift!(x::AbstractVector, n::Integer), which was opposite the direction of circshift(x, n) and circshift!(y, x, n). In addition, this patch fixes the method to also work correctly with offset arrays. Fixes #46533.
I believe this will break some sparsearrays stuff. @Keno
Yea, will have to fix there too. But hopefully this isn't used much in the ecosystem yet, it has only been in 1.8.0.
@nanosoldier runtests(ALL, vs = ":master")
Your package evaluation job has completed - possible new issues were detected. A full report can be found here.