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

Make Base.show() output more petite #94

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Make Base.show() output more petite #94

merged 2 commits into from
Jun 20, 2024

Conversation

abhro
Copy link
Contributor

@abhro abhro commented Jun 15, 2024

Delegate output to print(), which can handle larger arrays better than string interpolation

@sjkelly
Copy link
Member

sjkelly commented Jun 18, 2024

It may be good to add test here. Something like

io = IOBuffer()
show(io, LinearMap(...))

would be sufficient. I find errors during printing the most vexing during development!

@sjkelly sjkelly merged commit 692120d into JuliaGeometry:master Jun 20, 2024
0 of 10 checks passed
@abhro abhro deleted the petite-output branch June 22, 2024 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants