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
Something in v0.12.2 introduced a severe breaking change: it has made iszero(SVector{0,Int}()) a BoundsError, whereas before (in v0.12.1) it was true. In my opinion the old behavior made more sense, as indeed zero(SVector{0,Int}) === SVector{0,Int}()