-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
Fix bug in StdStream.print
#4180
Merged
Merged
Commits on Aug 21, 2022
-
Fix unwanted indentation in
StdStream.print
When printing via `StdStream.print` strings containing the null terminator, we were just printing the string until the null terminator and replacing the unprinted characters by padding the printed string with space characters. This behavior made `String.size()` inconsistent with what `fprintf` was really printing. This behavior has been introduced in #1768, which ensure we respected the buffer size. Closes #4171
Configuration menu - View commit details
-
Copy full SHA for 9d0f44c - Browse repository at this point
Copy the full SHA 9d0f44cView commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 83b7b1f - Browse repository at this point
Copy the full SHA 83b7b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef532e7 - Browse repository at this point
Copy the full SHA ef532e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d56599 - Browse repository at this point
Copy the full SHA 7d56599View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50976c - Browse repository at this point
Copy the full SHA b50976cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9384d - Browse repository at this point
Copy the full SHA 6f9384dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b463a - Browse repository at this point
Copy the full SHA 83b463aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b181ec7 - Browse repository at this point
Copy the full SHA b181ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84bdfda - Browse repository at this point
Copy the full SHA 84bdfdaView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.