Commit Graph

18116 Commits

Author SHA1 Message Date
xtqqczze 710fc1be3d fix(deps): refactor rlimit package configuration 2026-01-24 10:59:35 +00:00
Daniel Hofstetter e9918dfab7 Merge pull request #10454 from xtqqczze/deps/xattr
fix(deps): refactor xattr package configuration
2026-01-24 08:37:29 +01:00
xtqqczze bd7e523ef3 fix(deps): refactor xattr package configuration 2026-01-23 17:34:05 +00:00
Daniel Hofstetter a877f6bd8b Merge pull request #10446 from uutils/renovate/quote-1.x-lockfile
chore(deps): update rust crate quote to v1.0.44
2026-01-23 14:08:18 +01:00
Daniel Hofstetter a1d779837d Merge pull request #10441 from xtqqczze/deps/nix
fix(deps): refactor nix package configuration
2026-01-23 11:53:37 +01:00
renovate[bot] f7d8ceeb58 chore(deps): update rust crate quote to v1.0.44 2026-01-23 09:54:55 +00:00
xtqqczze f19b9f0066 fix(deps): refactor nix package configuration 2026-01-23 10:54:20 +01:00
Daniel Hofstetter 28b52bb3ed Merge pull request #10438 from 3v1n0/df-sum-scaling-fix
df/table: Sum scaled values to compute the totals
2026-01-23 10:48:55 +01:00
Daniel Hofstetter d072f2e647 Merge pull request #10439 from 3v1n0/tmpdir-for-mv-test
test-mv: Use temporary directory in /dev/shm
2026-01-23 09:16:24 +01:00
Daniel Hofstetter 61b1d4515b Merge pull request #10440 from xtqqczze/deps/itertools
fix(deps): remove duplicate itertools package
2026-01-23 07:23:21 +01:00
mattsu 6db319ee12 fold:fix gnu test fold-zero-width.sh (#9274)
---------

Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2026-01-22 22:48:42 +01:00
xtqqczze a00c12c092 fix(deps): remove duplicate itertools package 2026-01-22 19:07:35 +00:00
Marco Trevisan (Treviño) 9e1ab7b489 df/table: Only compute total row if the user requested for it
It adds extra (tiny, but still...) computation for no reason
2026-01-22 18:43:06 +01:00
Marco Trevisan (Treviño) 6ca2cb4922 df/table: Sum scaled values to compute the totals
In order to show the total row we are summing intermediate values as they
are and eventually scaling them.

Now, while this provides a valid output, it also implies that the total value
that we show is not matching the sum of the previously listed values, since
the sum of scaled values may different from the sum of the original values that
gets eventually scaled.

To be consistent with the output:
 - Use a new BytesCell struct to track the bytes values
 - Keep a scaled value tracked
 - Show the sum of the scaled values as total

Closes: #10436
2026-01-22 18:43:06 +01:00
Marco Trevisan (Treviño) 26bb259298 test-mv: Use temporary directory in /dev/shm
The test is using a predictable path which implies that running
the test multiple times fails
2026-01-22 17:59:26 +01:00
Daniel Hofstetter d2bd2d3165 Merge pull request #10435 from aaron-ang/clippy-hotfix
fix(CI): clippy unnecessary unwrap
2026-01-22 17:33:53 +01:00
Aaron Ang df04d0280a fix: clippy unnecessary unwrap 2026-01-22 10:59:55 -05:00
Sylvestre Ledru 2de0a5b51e tail: fix test suspension by redirecting stdin to null (#10431)
Caused:
  zsh: suspended (tty input)  cargo test
2026-01-22 05:16:29 -08:00
0xferrous 08789257f6 chore: add test for setgid bit inheritance in mkdir -p (#10412) 2026-01-22 04:49:02 -08:00
Sylvestre Ledru 75b9ad4a32 date: handle parentheses as comments like GNU date (#10133)
* date: handle parentheses as comments like GNU date

* simplify the code

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2026-01-22 13:48:39 +01:00
Sylvestre Ledru aa218a30ac Merge pull request #10414 from AvalancheHQ/cod-2066-analysis-mode-missing-for-codspeed-rust-causing-workflow
fix(ci): remove outdated `analysis` mode
2026-01-22 11:42:35 +01:00
Sylvestre Ledru 1fbd7653be Merge pull request #10409 from oech3/sed
Reduce duplicated management of supported utils
2026-01-22 10:22:09 +01:00
oech3 805390d658 freebsd.yml: Drop useless cache actions (#10362)
* freebsd.yml: Drop useless cache actions

* frebsd.yml: Drop sccache
2026-01-22 10:15:35 +01:00
Daniel Hofstetter d6df52f028 Merge pull request #10419 from xtqqczze/linux-android
fix: allow selinux on android
2026-01-22 09:01:35 +01:00
oech3 fd9390cacc openbsf.yml: Try to reduce time (#10423) 2026-01-22 08:41:13 +01:00