Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix printing expressions like Ref{<:Real} #23464

Merged
merged 1 commit into from
Aug 28, 2017

Conversation

visr
Copy link
Contributor

@visr visr commented Aug 26, 2017

fixes #23457

Previously they were not explicitly handled by show_unquoted,
ending up being printed as Expr. This was not parsable back
to their original meaning.

This was easier to track down than I thought, mostly thanks to Revise.jl

fixes JuliaLang#23457

Previously they were not explicitly handled by show_unquoted,
ending up being printed as Expr. This was not parsable back
to their original meaning.
@fredrikekre fredrikekre added the display and printing Aesthetics and correctness of printed representations of objects. label Aug 26, 2017
@JeffBezanson
Copy link
Member

Thanks!

@JeffBezanson JeffBezanson merged commit 9ac2b57 into JuliaLang:master Aug 28, 2017
@visr visr deleted the printsugar branch August 28, 2017 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
display and printing Aesthetics and correctness of printed representations of objects.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

printing expressions with Foo{<:Bar} syntax
3 participants