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 #36492, ensure output is limited even with basic REPLs #36610

Merged
merged 1 commit into from
Jul 13, 2020
Merged

Conversation

mbauman
Copy link
Member

@mbauman mbauman commented Jul 10, 2020

This is simple enough; just unconditionally use an IOContext with :limit=>true and then allow the fancier REPLs to further customize.

@mbauman
Copy link
Member Author

mbauman commented Jul 10, 2020

I think this was an unintentional effect from #29249.

@mbauman mbauman requested a review from rfourquet July 10, 2020 19:22
@mbauman mbauman added display and printing Aesthetics and correctness of printed representations of objects. REPL Julia's REPL (Read Eval Print Loop) labels Jul 10, 2020
@rfourquet
Copy link
Member

rfourquet commented Jul 12, 2020

I think this was an unintentional effect from #29249.

Yes I totally overlooked that other terminal types existed. (Good catch by the way, I saw the issue without thinking that this could be the cause).

@mbauman mbauman merged commit 228875c into master Jul 13, 2020
@mbauman mbauman deleted the mb/36492 branch July 13, 2020 15:57
@rfourquet rfourquet added bugfix This change fixes an existing bug backport 1.5 labels Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix This change fixes an existing bug display and printing Aesthetics and correctness of printed representations of objects. REPL Julia's REPL (Read Eval Print Loop)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants