Daniel Hofstetter
26ebbb1eb4
Merge pull request #8874 from uutils/renovate/quote-1.x-lockfile
...
chore(deps): update rust crate quote to v1.0.41
2025-10-11 07:26:17 +02:00
Daniel Hofstetter
1cbb417e56
Merge pull request #8876 from uutils/renovate/thiserror-2.x-lockfile
...
chore(deps): update rust crate thiserror to v2.0.17
2025-10-11 07:25:42 +02:00
Daniel Hofstetter
334cd4e52f
Merge pull request #8875 from uutils/renovate/serde-monorepo
...
chore(deps): update rust crate serde to v1.0.228
2025-10-11 07:25:12 +02:00
renovate[bot]
43a2805d0e
chore(deps): update rust crate thiserror to v2.0.17
2025-10-11 00:47:29 +00:00
renovate[bot]
71f1846827
chore(deps): update rust crate serde to v1.0.228
2025-10-11 00:47:22 +00:00
renovate[bot]
ffb938fe9d
chore(deps): update rust crate quote to v1.0.41
2025-10-10 22:25:32 +00:00
Sylvestre Ledru
daa74e726d
Merge pull request #8870 from sylvestre/more-bench
...
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Run benchmarks (CodSpeed) (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
More bench
2025-10-11 00:22:45 +02:00
Sylvestre Ledru
b891c850d6
refresh Cargo.lock
2025-10-10 23:23:22 +02:00
Sylvestre Ledru
097e620cf7
cut: add benchmarks
2025-10-10 23:23:07 +02:00
Sylvestre Ledru
7a988bf782
split: add benchmarks
2025-10-10 23:21:55 +02:00
Sylvestre Ledru
5143999c8a
seq: add benchmarks
2025-10-10 23:21:55 +02:00
Sylvestre Ledru
ece2a68383
rm: add benchmarks
2025-10-10 23:21:55 +02:00
Sylvestre Ledru
710cdb2abf
mv: add benchmarks
2025-10-10 23:21:55 +02:00
Sylvestre Ledru
edface9c7e
hashsum: add benchmarks
2025-10-10 23:21:55 +02:00
Sylvestre Ledru
97093b4536
Merge pull request #8866 from cakebaker/bump_half_and_zerocopy
...
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Run benchmarks (CodSpeed) (push) Blocked by required conditions
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
Bump `half` & `zerocopy`
2025-10-10 17:01:47 +02:00
Daniel Hofstetter
daa828b270
Merge pull request #8864 from Alonely0/fix_cp
...
cp: fix crash on -T/--no-preserve-target
2025-10-10 16:37:16 +02:00
Daniel Hofstetter
852244f864
deny.toml: add zerocopy-derive to skip list
2025-10-10 15:14:00 +02:00
Daniel Hofstetter
0e1f2dd794
Bump half & zerocopy
...
half from 2.6.0 to 2.7.0 and zerocopy from 0.8.25 to 0.8.27
2025-10-10 14:53:00 +02:00
mattsu
1c29075b01
Fix ln -f handling when source and destination are the same entry ( #8838 )
...
* fix(ln): enhance same-file detection with canonical paths
Improved the `link` function in `ln.rs` to use canonical path resolution for accurate same-file detection when forcing overwrites, preventing incorrect errors for equivalent paths. Added tests to verify behavior for self-linking and hard link relinking scenarios.
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2025-10-10 13:28:10 +02:00
Guillem L. Jara
9a8c8a58a9
cp: remove unnecessary unwrap
2025-10-10 09:57:54 +02:00
Sylvestre Ledru
3d3c21afab
Merge pull request #8846 from cakebaker/ci_fix_test_separately
...
CICD / Separate Builds (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Run benchmarks (CodSpeed) (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
Check uudoc Documentation Generation / Verify uudoc generates correct documentation (push) Has been cancelled
ci: test platform-specific utils separately, too
2025-10-10 09:50:22 +02:00
Guillem L. Jara
9b1f458204
chore: add test coverage for latest cp bug fix
2025-10-10 09:43:32 +02:00
Guillem L. Jara
751ddfb62f
cp: fix path resolution on -T
...
Fixed a couple of bugs: firstly, one where cp would error out when providing -T on some cases where the assumption of a prefix on the destination path was false; the second one was a logic error in which cp would not respect -T if the destination directory was provided with a terminator slash or (presumably, on Windows/DOS) a backslash.
2025-10-10 09:43:32 +02:00
Sylvestre Ledru
402aab65a6
Merge pull request #8859 from cakebaker/clippy_unexpected_cfgs
...
clippy: move `unexpected_cfgs` to workspace lints & fix warnings in `seq`
2025-10-10 09:40:19 +02:00
Sylvestre Ledru
334c2233eb
Merge pull request #8865 from cakebaker/ci_add_missing_apt_get_update
...
ci: add `apt-get update` to `code-quality` workflow
2025-10-10 09:39:56 +02:00
Daniel Hofstetter
c4d5cb2d59
ci: add "apt-get update" to code-quality workflow
2025-10-10 09:25:50 +02:00
Daniel Hofstetter
40e26331b6
Merge pull request #8850 from uutils/renovate/ctor-0.x
...
chore(deps): update rust crate ctor to 0.6.0
2025-10-10 09:14:57 +02:00
renovate[bot]
80d3f6969f
chore(deps): update rust crate ctor to 0.6.0
2025-10-10 06:28:14 +00:00
Daniel Hofstetter
30fb7a5326
Merge pull request #8860 from uutils/renovate/zip-6.x
...
chore(deps): update rust crate zip to v6
2025-10-10 07:23:45 +02:00
Daniel Hofstetter
c2760b2c6f
Merge pull request #8855 from uutils/renovate/thiserror-2.x-lockfile
...
chore(deps): update rust crate thiserror to v2.0.17
2025-10-10 07:22:01 +02:00
renovate[bot]
47358cfbb8
chore(deps): update rust crate zip to v6
2025-10-09 15:45:52 +00:00
Daniel Hofstetter
db5e34ecb4
Merge pull request #8857 from uutils/renovate/windows-sys-0.x-lockfile
...
CICD / Documentation/warnings (push) Waiting to run
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Run benchmarks (CodSpeed) (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
chore(deps): update rust crate windows-sys to v0.61.2
2025-10-09 17:43:36 +02:00
Daniel Hofstetter
19284dec18
seq: fix warnings from workspace lints
2025-10-09 17:42:07 +02:00
Daniel Hofstetter
5b5eed4bbd
clippy: move unexpected_cfgs to workspace lints
...
and use workspace lints in seq
2025-10-09 17:42:06 +02:00
renovate[bot]
3fbfcaabc2
chore(deps): update rust crate thiserror to v2.0.17
2025-10-09 14:59:52 +00:00
Daniel Hofstetter
f6073fd906
Merge pull request #8856 from uutils/renovate/unicode-width-0.x-lockfile
...
chore(deps): update rust crate unicode-width to v0.2.2
2025-10-09 16:39:28 +02:00
renovate[bot]
dabd5c828a
chore(deps): update rust crate windows-sys to v0.61.2
2025-10-09 14:16:39 +00:00
Daniel Hofstetter
92c8a9bb3e
Merge pull request #8853 from uutils/renovate/regex-1.x-lockfile
...
chore(deps): update rust crate regex to v1.11.3
2025-10-09 16:14:03 +02:00
renovate[bot]
b441284b91
chore(deps): update rust crate unicode-width to v0.2.2
2025-10-09 13:21:40 +00:00
Daniel Hofstetter
3daa99b747
Merge pull request #8854 from uutils/renovate/serde-monorepo
...
chore(deps): update rust crate serde to v1.0.228
2025-10-09 15:19:18 +02:00
renovate[bot]
cfae7a5f8b
chore(deps): update rust crate serde to v1.0.228
2025-10-09 12:17:54 +00:00
renovate[bot]
a73ee6805b
chore(deps): update rust crate regex to v1.11.3
2025-10-09 12:17:48 +00:00
Daniel Hofstetter
259860719c
Merge pull request #8852 from uutils/renovate/quote-1.x-lockfile
...
chore(deps): update rust crate quote to v1.0.41
2025-10-09 14:17:25 +02:00
Daniel Hofstetter
47f8722715
Merge pull request #8851 from uutils/renovate/memchr-2.x-lockfile
...
chore(deps): update rust crate memchr to v2.7.6
2025-10-09 14:15:46 +02:00
renovate[bot]
4c22ab05d1
chore(deps): update rust crate quote to v1.0.41
2025-10-09 11:27:25 +00:00
renovate[bot]
6945127c20
chore(deps): update rust crate memchr to v2.7.6
2025-10-09 11:27:19 +00:00
Daniel Hofstetter
1428bd7837
Merge pull request #8845 from elliotwesoff/fix-failing-timeout-subp-test
...
CICD / MinRustV (push) Waiting to run
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Test all features separately (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Run benchmarks (CodSpeed) (push) Blocked by required conditions
CICD / Build/SELinux (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
tests/timeout: remove unnecessary stderr check for test_kill_subprocess
2025-10-08 14:58:22 +02:00
Daniel Hofstetter
01f3357935
ci: test platform-specific utils separately, too
2025-10-08 13:42:12 +02:00
Elliot Wesoff
e109504086
tests/timeout: remove unnecessary stderr check
2025-10-08 00:07:44 -07:00
Sylvestre Ledru
3b8264a219
Merge pull request #8839 from cakebaker/clippy_use_self
...
CICD / Test all features separately (push) Blocked by required conditions
CICD / Dependencies (push) Waiting to run
CICD / Build/Makefile (push) Blocked by required conditions
CICD / Build/stable (push) Blocked by required conditions
CICD / Build/nightly (push) Blocked by required conditions
CICD / Binary sizes (push) Blocked by required conditions
CICD / Build (push) Blocked by required conditions
CICD / Tests/BusyBox test suite (push) Blocked by required conditions
CICD / Tests/Toybox test suite (push) Blocked by required conditions
CICD / Code Coverage (push) Waiting to run
CICD / Separate Builds (push) Waiting to run
CICD / Build/SELinux (push) Blocked by required conditions
CICD / Safe Traversal Security Check (push) Blocked by required conditions
CICD / Run benchmarks (CodSpeed) (push) Blocked by required conditions
GnuTests / Run GNU tests (native) (push) Waiting to run
GnuTests / Run GNU tests (SELinux) (push) Waiting to run
GnuTests / Aggregate GNU test results (push) Blocked by required conditions
CICD / Build/SELinux-Stubs (Non-Linux) (push) Blocked by required conditions
Android / Test builds (push) Waiting to run
Code Quality / Style/format (push) Waiting to run
Code Quality / Style/lint (push) Waiting to run
Code Quality / Style/spelling (push) Waiting to run
Code Quality / Style/toml (push) Waiting to run
Code Quality / Style/Python (push) Waiting to run
Code Quality / Pre-commit hooks (push) Waiting to run
Devcontainer / Verify devcontainer (push) Waiting to run
FreeBSD / Style and Lint (push) Waiting to run
FreeBSD / Tests (push) Waiting to run
WSL2 / Test (push) Waiting to run
Check uudoc Documentation Generation / Verify uudoc generates correct documentation (push) Has been cancelled
clippy: move `use_self` lint to workspace lints
2025-10-07 15:45:16 +02:00