coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
Should make tests/cksum/cksum-a.sh pass
draft 3 for #6284, alternative for #6313 and #6314 The main idea here is that we have a own log macro to avoid additional dependencies. Same as with #6314, the...
Even more tests on MacOS CI are failing for some reason. This issue is about different tests than #6275, and also a different root cause, but might still be related....
This PR fixes multiple issues around multi-flags: - Many repeated flags used to be handled incorrectly; this is work toward #5998 - We used to accept the `--reference` argument, but...
``` --ignore-signal[=SIG] set handling of SIG signal(s) to do nothing ```
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fts-sys](https://codeberg.org/koutheir/fts-sys.git) | workspace.dependencies | patch | `0.2` -> `0.2.9` | ---...
Should we introduce a framework for logging debugging information in the uutils? In my eyes it would make debugging of issues in general but especially on CI much easier. I...
draft 1 for #6284, alternative for #6314 The main idea here is that the logs can be part of the stable code-base. But this means, that there need to be...
draft 2 for #6284, alternative for #6313 The main idea here is, that the logs are not part of the stable code-base. They would always be removed when debuggin is...
addresses #6078 (detailed, please read)