Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REPL] raise default implicit
show
limit to 1MiB (#56297)
#53959 (comment) I would like to understand more where these issues are coming from; it would be easy to exempt some types from Base or Core with ```julia REPL.show_limited(io::IO, mime::MIME, x::SomeType) = show(io, mime, x) ``` but I'm not sure which are causing problems in practice. But meanwhile I think raising the limit makes sense.
- Loading branch information