8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
seq --format=d%030g 12
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
With our:
$ ./target/debug/coreutils seq --format=d%030g 15 d000000000000000000000000000001 [...] d000000000000000000000000000009 d00000000000000000000000001e+01 d00000000000000000000000001e+01 d00000000000000000000000001e+01
with GNU:
/usr/bin/seq --format=d%030g 15 d000000000000000000000000000001 [...] d000000000000000000000000000009 d000000000000000000000000000010 d000000000000000000000000000011 d000000000000000000000000000012 d000000000000000000000000000013 d000000000000000000000000000014 d000000000000000000000000000015
it causes tests/cp/link-heap to fail
The text was updated successfully, but these errors were encountered:
Seems that it is coming from this function:
coreutils/src/uucore/src/lib/features/format/num_format.rs
Line 364 in 97cb2b2
Sorry, something went wrong.
Merge pull request #5770 from sylvestre/cp-leap-error
34c0861
Workaround #5766
Successfully merging a pull request may close this issue.
With our:
with GNU:
it causes tests/cp/link-heap to fail
The text was updated successfully, but these errors were encountered: