-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Resolve feature regression in hexdump(..., cyclic=True) #837
Conversation
There are no tests for any of the |
Before
After
|
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.
LGTM
Ping me once this lands, and I will forwards-merge + do a new release. |
0c5e243
to
d8cdc46
Compare
Don't merge this yet, I broke something in attempting to make the code less unreadable. |
Sure, I will leave merging to you. Just ping me once you want the forward merge + release. :) |
What the fuck did I even do to this. Wat. |
f3d00dc
to
7e72312
Compare
This code wasnt updated when the code was changed to operate on file descriptors. Additionally, there was a functional regression, that the first line would be skipped. Fixes: Gallopsled#836 Caused by: Gallopsled#695 (d65991d)
@idolf ping |
Forward-merge + release done. |
Related: Gallopsled#837 Related: Gallopsled#840
This code wasnt updated when the code was changed to operate on file descriptors.
Additionally, there was a functional regression, that the first line would be skipped.
Fixes: #836
Caused by: #695 (d65991d)