Skip to content

Wrong number of args to Expr(:purity, ...) #114

@KristofferC

Description

@KristofferC

JuliaLang/julia#56061 added an assert that checks that the number of arguments to Expr(:purity, ) is correct which starts to assert from this package from:

purity = if touchesmemory
Expr(:purity, false, false, true, true, false)
else
Expr(:purity, true, true, true, true, false)
end

There seems to be many arguments missing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions