We are thrilled to announce the release of Rust Coreutils 0.0.28! This release brings significant improvements in compatibility and stability, continuing our journey to provide a robust alternative to GNU Coreutils.
Highlights:
Improved Compatibility:
Passing GNU tests increased to 476 (+21 compared to 0.0.27).
Failing tests reduced to 94 (-19 compared to 0.0.27).
Contributions: This release was made possible by the hard work of 37 contributors, including 16 newcomers.
Enhanced Performance: Updates and optimizations in utilities like cksum, mkdir, and tr.
GNU Test Suite Compatibility:
Here’s how version 0.0.28 compares to the previous release:
Result
0.0.27
0.0.28
Change 0.0.27 to 0.0.28
% Total 0.0.27
% Total 0.0.28
% Change 0.0.27 to 0.0.28
Pass
455
476
+21
74.35%
77.65%
+3.30%
Skip
44
43
-1
7.19%
7.01%
-0.18%
Fail
113
94
-19
18.46%
15.34%
-3.12%
Error
0
0
0
0.00%
0.00%
0.00%
Call to Action:
Support our work by sponsoring us on GitHub! Your contributions help maintain our infrastructure and enable faster iterations. Sponsor us here.
For more details and to download the latest release, visit our website: https://uutils.github.io.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps uucore from 0.0.27 to 0.0.28.
Release notes
Sourced from uucore's releases.
... (truncated)
Commits
15b3194
sort: enable clippy::suspicious_open_options on OpenBSD9932aec
prepare version 0.0.2827fc9f6
Merge pull request #6837 from matrixhead/dup-source2c528cf
mv: fix error message when one of the multiple src doesn't existd1f2534
Merge pull request #6825 from matrixhead/dup-sourceff586b4
cp: Duplicate source error message specify the type of file.41f52f3
mkdir: allow --parent to be provided more than oncebf6de81
Merge pull request #6806 from Ecordonnier/eco/signal-handler4d5bf42
cp: skip duplicate source check when --backup is given74cd797
cp: normalize path when checking for duplicate sourceDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show