-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: optimize dd parsing, bugfix
#7704
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
Conversation
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
67a2db6 to
6c0e600
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
* Simplify param parsing in `dd` by using iterator instead of a slice * Fix two unit tests that appear to have a minor bug (?) - adding `iflag=<...>` instead of `oflag=<...>` during testing
|
GNU testsuite comparison: |
tertsdiepraam
left a comment
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.
Looks good! I like how the refactor solved the iflag/oflag confusion automatically.
feat: optimize `dd` parsing, bugfix
ddby using iterator instead of a sliceiflag=<...>instead ofoflag=<...>during testing