-
-
Notifications
You must be signed in to change notification settings - Fork 377
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(buffer): fix Debug panic and fix formatting of overridden parts #1098
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1098 +/- ##
=====================================
Coverage 94.2% 94.2%
=====================================
Files 61 61
Lines 14530 14538 +8
=====================================
+ Hits 13693 13701 +8
Misses 837 837 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Non blocking suggestions. Strong opinions weakly held here.
Can the commit message title be written in a more imperative form to describe the change in a way that makes more sense for the changelog? ("no" is ok here)
…atatui#1098) Fix panic in `Debug for Buffer` when `width == 0`. Also corrects the output when symbols are overridden.
…atatui#1098) Fix panic in `Debug for Buffer` when `width == 0`. Also corrects the output when symbols are overridden.
Fix panic in
Debug for Buffer
whenwidth == 0
.Also corrects the output when symbols are overridden.
Let's do some final testing for #1007… test runner aborts on panic in panic handler. Nice. 👻