Skip to content

Effects regression in copyto!(::Memory{Int}, ::Memory{Int}, ::Int) #58750

Open
@LilithHafner

Description

@LilithHafner

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!.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrays[a, r, r, a, y, s]

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions