Skip to content

Union prints with duplicate elements, like Union{Array, Memory, Memory} #58772

@nsajko

Description

@nsajko

Bisected to PR #57357 (20162ea):

$ ./julia-c6805e2c70/bin/julia -E 'Union{Array, Memory}'
Union{Array, Memory}
$ ./julia-20162ea394/bin/julia -E 'Union{Array, Memory}'
Union{Array, Memory, Memory}

Metadata

Metadata

Assignees

No one assigned

    Labels

    display and printingAesthetics and correctness of printed representations of objects.types and dispatchTypes, subtyping and method dispatch

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions