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

Showing strings compactifies too aggressively #49440

Open
KristofferC opened this issue Apr 20, 2023 · 2 comments · May be fixed by #55499
Open

Showing strings compactifies too aggressively #49440

KristofferC opened this issue Apr 20, 2023 · 2 comments · May be fixed by #55499
Labels
display and printing Aesthetics and correctness of printed representations of objects. good first issue Indicates a good issue for first-time contributors to Julia strings "Strings!"

Comments

@KristofferC
Copy link
Member

There is no need to compactify the string below:

image

It fits fine in the terminal window.

@KristofferC KristofferC added strings "Strings!" display and printing Aesthetics and correctness of printed representations of objects. labels Apr 20, 2023
@rfourquet rfourquet added the good first issue Indicates a good issue for first-time contributors to Julia label Jun 7, 2023
@KristofferC
Copy link
Member Author

KristofferC commented Jun 7, 2023

The reason for this is #34721 so the current code always believes the displaysize is 80. Some WIP for solving this is in #42660.

@jam-khan
Copy link
Contributor

Hi @KristofferC, I plan to work on this issue. I have gone through #34721 and #42660 and I am trying to understand the progress so far. However, I am new to the codebase, so will be grateful to get some direction on getting started and some hints on solving the problem. Thanks!

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. good first issue Indicates a good issue for first-time contributors to Julia strings "Strings!"
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants