-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
cksum: add CRC32B algorithm added in GNU 9.6 #7169
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:
|
3d9755d
to
f89eb8b
Compare
I have added a dependency to |
The other test ( |
GNU testsuite comparison:
|
nice |
f89eb8b
to
fa44391
Compare
fix format (diff) |
|
cksum
for GNU 9.6
tests/by-util/test_cksum.rs
Outdated
@@ -1706,6 +1715,7 @@ mod gnu_cksum_base64 { | |||
let scene = make_scene(); | |||
|
|||
for (algo, digest) in PAIRS { | |||
log_info(format!("ALGORITHM"), algo); |
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.
log_info(format!("ALGORITHM"), algo); | |
log_info("ALGORITHM".to_string()); |
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.
Yup, missed this 👍
fa44391
to
6ea65d2
Compare
6ea65d2
to
ed4edb4
Compare
rebase on main |
GNU testsuite comparison:
|
Is it ready? Asking as it is still marked as draft |
Yes, I was waiting for the tests to finish |
This is still a draft, but I'll try to fix all the now failing tests of cksum