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

eliminate unnecessary and misnamed Base._display function #25775

Merged
merged 1 commit into from
Jan 27, 2018

Conversation

stevengj
Copy link
Member

PR #24651 introduced a function Base._display that is misnamed (because it is called by show(io, text/plain, A), not necessarily display: #24651 (comment)), and is unnecessary because it is only called by show(io, text/plain, X::AbstractArray) = _display(io, x).

This is a minimal PR that just eliminates the function.

@stevengj stevengj added the display and printing Aesthetics and correctness of printed representations of objects. label Jan 27, 2018
@stevengj stevengj requested a review from rfourquet January 27, 2018 17:08
@stevengj
Copy link
Member Author

ci/circleci failure seems unrelated:

Worker 4 terminated.
ERROR (unhandled task failure): read: connection reset by peer (ECONNRESET)

@StefanKarpinski StefanKarpinski merged commit d919745 into JuliaLang:master Jan 27, 2018
@stevengj stevengj deleted the showarray branch January 27, 2018 21:45
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.

3 participants