-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Log functions truncate long strings #2459
Comments
Here's a repro. Unfortunately it's not much of a unit test atm, but if you run it you'll see that the last line ends with "hello world hel" which is bad.
|
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 22, 2022
split cargo-miri into multiple files also greatly extend the 'who calls who' comment
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is arguably a Good Thing, but there needs to be an indication that the string has been truncated. For example, appending an ellipsis or "...truncated" or something.
The text was updated successfully, but these errors were encountered: