Skip to content

regression printing unusual Exprs inside nested quote #35134

@JeffBezanson

Description

@JeffBezanson

Reported on slack. Caused by part of #32423; we will probably have to revert that bit.

julia> ex = Expr(:quote, Expr(:quote, Expr(:foo)))
:(:(:($(Expr(:foo)))))

julia> eval(Meta.parse(repr(ex))) == ex
false

Metadata

Metadata

Assignees

Labels

display and printingAesthetics and correctness of printed representations of objects.regressionRegression in behavior compared to a previous version

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions