-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
refactor: define struct WrappedLine instead of anonymous tuple #608
Conversation
4a719ee
to
cc141f9
Compare
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.
Although we probably just want to get rid of reflow, this makes the code incrementally easier to understand, so approving this for now regardless.
This needs a small update to rebase on the conflicts. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #608 +/- ##
=====================================
Coverage 90.9% 90.9%
=====================================
Files 42 42
Lines 12533 12542 +9
=====================================
+ Hits 11394 11403 +9
Misses 1139 1139 ☔ View full report in Codecov by Sentry. |
Hey would you mind signing your commit with gpg and force pushing a change with this (and the updates for the conflicts) See |
732ad3c
to
9552ec2
Compare
Hi, could you run |
It makes the type easier to document, and more obvious for users
I rebased instead |
Works for me, thanks! |
It makes the type easier to document, and more obvious for users, given that #607 makes this part of the public API