coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Cross-platform Rust rewrite of the GNU coreutils

Results 925 coreutils issues
Sort by recently updated
recently updated
newest added

In jq query, the correct regex to select .id is ".*#coreutils[ |@]\\d+\\.\\d+\\.\\d+" - with cargo v1.76.0, id = `coreutils 0.0.26 (path+file://)` - with cargo v1.77.0, id = `path+file://#[email protected]` Fix uutils/coreutils#6242...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap_mangen](https://togithub.com/clap-rs/clap) ([source](https://togithub.com/clap-rs/clap/tree/HEAD/clap_mangen)) | workspace.dependencies | patch | `0.2` -> `0.2.20` |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [bigdecimal](https://togithub.com/akubera/bigdecimal-rs) | workspace.dependencies | patch | `0.4` -> `0.4.3` | ---...

`util/show-utils.sh` shell script is used in CI and other scripts to get the list of tools built depending on the features chosen. If the main directory of the project is...

When preforming a binary operation with the `test` command, GNU coreutils gives an error if only one operands exist: ```shell $ /bin/test -o blah /bin/test: ‘-o’: unary operator expected $...

On my system (Windows + Msys2), some `pr` integration tests (`tests/by-util/test_pr.rs`) fail because they expect UTC times while the `uu_pr` uses `Local`. Replacing all mention of `Utc` with `Local` fixes...

U - pr

If seems that there are many cases where we define self-conflicts, but GNU accepts repeated arguments. This is especially unnecessary for boolean flags. Let's fix that! This issue tracks progress...

``` failures: ---- test_install::test_install_and_strip stdout ---- run: /Users/runner/work/coreutils/coreutils/target/x86_64-apple-darwin/debug/coreutils install -s helloworld_macos helloworld_installed thread 'test_install::test_install_and_strip' panicked at 'called `Result::unwrap()` on an `Err` value: Custom { kind: Other, error: "wait: Timeout of...

bigdecimal-rs `0.4.0` (and to a lesser extend `0.4.1` according to their bug report) always needs recompiling on some (all?) systems. Upgrading to `0.4.3` fixes it for me. (bigdecimal-rs bug report:...

U - seq

Implementing the `--resolution` flag for date