Show Tuple{:A,:B}
displays as Tuple{A,B}
on 1.7
#42931
Labels
bug
Indicates an unexpected problem or unintended behavior
display and printing
Aesthetics and correctness of printed representations of objects.
good first issue
Indicates a good issue for first-time contributors to Julia
regression
Regression in behavior compared to a previous version
A
Tuple
with symbol contents no longer displays the contents as symbols withshow
, but as variable names - without the colon.Val
still prints symbols with colons.Julia 1.6:
Julia 1.7
Probably we want the 1.6 behavior?
This is happening on both rc1 and rc2. It likely occurred with the new
show_typeparams
method.The text was updated successfully, but these errors were encountered: