Skip to content
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

sort: needs support for human-readable block size suffixes R and Q #7198

Merged
merged 2 commits into from
Jan 23, 2025

Conversation

ic3man5
Copy link
Contributor

@ic3man5 ic3man5 commented Jan 23, 2025

Fixes #7182

$ printf "1Q\n1R\n" | cargo run sort -h
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running `target/debug/coreutils sort -h`
1R
1Q
$ printf "1Q\n1R\n" | sort -h
1R
1Q

Copy link

GNU testsuite comparison:

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

@cakebaker cakebaker merged commit 5b05670 into uutils:main Jan 23, 2025
65 checks passed
@cakebaker
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sort: needs support for human-readable block size suffixes R and Q
2 participants