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
julia> splice!(vec([x+y for x in [1,2], y in [3,4]]), 1)
ERROR: cannot resize array with shared data
in splice! at array.jl:771
in anonymous at no file
Since the matrix is temporary, no data is actually shared, and the call should succeed.