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
In 1.11, Base.infer_effects(copyto!, (Memory{Int}, Memory{Int})) reports :noub. In 1.12-beta4 it does not. Relatedly, in 1.11 Base.infer_effects(Base.memmove, (Ptr{Base.Cvoid}, Ptr{Base.Cvoid}, Int)) reports :noub and in 1.12 it does not. In the memmove case, this :noub is suspect, but it would be nice to keep the :noub for copyto!.