coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

parser: add binary support to determine_number_system and parse_size

Open csko opened this issue 7 months ago • 3 comments

Adds support for binary number sizes.

One of the subtasks in https://github.com/uutils/coreutils/issues/7738 cc BenWiederhake

csko avatar Apr 23 '25 19:04 csko

please add tests at the high level here: https://github.com/uutils/coreutils/edit/main/tests/by-util/test_du.rs

sylvestre avatar Apr 23 '25 20:04 sylvestre

GNU testsuite comparison:

Skipping an intermittent issue tests/misc/usage_vs_getopt (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar Apr 23 '25 20:04 github-actions[bot]

GNU testsuite comparison:

GNU test failed: tests/printf/printf-indexed. tests/printf/printf-indexed is passing on 'main'. Maybe you have to rebase?
Skipping an intermittent issue tests/misc/tee (passes in this run but fails in the 'main' branch)
Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

github-actions[bot] avatar Apr 26 '25 05:04 github-actions[bot]

please reopen when it is ready

sylvestre avatar Oct 06 '25 20:10 sylvestre