Skip to content

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

@NHDaly

Description

@NHDaly
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

Metadata

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