- 
                Notifications
    You must be signed in to change notification settings 
- Fork 399
feat(coreutils): update for newer GNU coreutils #1457
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
| Failing test on Fedora looks unrelated. Running on Fedora locally it's fine. Ran like: | 
| 
 Yeah this is a known issue, see #1435 | 
| If you rebase on main the test should succeed now | 
Adjust for changes in GNU coreutils. Valid as of coreutils 9.5 (Mar 2024). Add completions for: base32, basenc, cksum, comm, numfmt, readlink, realpath, shred, shuf, stat, sync Adjust completions for: chgrp: add --from dd: remove deprecated *_bytes flags
| [[ $w == -@(R|-recursive) ]] && opts="-H -L -P" && break | ||
| done | ||
| _comp_compgen -- -W '-c -h -f -R -v --changes --dereference | ||
| _comp_compgen -- -W '-c -h -f -R -v --changes --dereference --from | 
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.
Just a note, we'd be better off parsing instead of hardcoding, but that's something for another PR.
| Added basic tests and missing cksum symlink setup, merging with that. Thanks! | 
Adjust for changes in GNU coreutils.
Valid as of coreutils 9.5 (Mar 2024).
Add completions for:
base32, basenc, cksum, comm, numfmt, readlink, realpath,
shred, shuf, stat, sync
Adjust completions for:
chgrp: add --from
dd: remove deprecated *_bytes flags