Skip to content

improve show to handle ; in a tuple #32775

@vtjnash

Description

@vtjnash
julia> ( :((a,; b)) ) # :/ would be nice for this to round-trip through `show`
:(($(Expr(:parameters, :b)), a))

julia> :( g(a,; b) ) # should print like this, using the same code as handles `:call`:
:(g(a; b))

Metadata

Metadata

Assignees

Labels

display and printingAesthetics and correctness of printed representations of objects.featureIndicates new feature / enhancement requestsgood first issueIndicates a good issue for first-time contributors to Julia

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions