-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
display and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version
Description
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.Aesthetics and correctness of printed representations of objects.regressionRegression in behavior compared to a previous versionRegression in behavior compared to a previous version