Skip to content

trace-compile precompile statements incorrect for non-Int signed integer typesΒ #52677

Open
@NHDaly

Description

julia> Val{Int32(10)}()
precompile(Tuple{Type{Base.Val{10}}})

Which should instead be precompile(Tuple{Type{Base.Val{Int32(10)}}}).

Related to #28808, #38902

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugIndicates an unexpected problem or unintended behaviorcompiler:precompilationPrecompilation of modules

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions