uutils
coreutils
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
install: add test for install with invalid user or group
zhw2101024:test_install_root_combined
15 minutes ago
test: ensure seq test triggers broken pipe with infinite output Use an infinite sequence in `test_broken_pipe_still_exits_success` instead of finite range (1-5) to guarantee a burst of output immediately after spawn, preventing the process from finishing before stdout closure and avoiding missed broken pipe errors.
mattsu2020:seq_fix
1 hour ago
refactor(sort): restrict nix::libc and fd_soft_limit to Linux Update conditional compilation attributes from #[cfg(unix)] to #[cfg(target_os = "linux")] for the nix::libc import and fd_soft_limit function implementations, ensuring these features are only enabled on Linux systems to improve portability and avoid issues on other Unix-like platforms.
mattsu2020:sort_-compatibility
1 hour ago
Merge branch 'main' into sort_-compatibility
mattsu2020:sort_-compatibility
3 hours ago
fix: simplify write error handling in seq tool Balance error checking logic to consistently return errors for write failures, ensuring proper propagation without conditional SIGPIPE handling.
mattsu2020:seq_compatibility
3 hours ago
Merge branch 'uutils:main' into fix_chroot
mattsu2020:fix_chroot
3 hours ago
fix(seq): properly handle SIGPIPE when ignored Adjust error handling for BrokenPipe in seq to match GNU seq behavior: - Exit with status 0 if SIGPIPE was not ignored (prints error message). - Fail with error if SIGPIPE was explicitly ignored.
mattsu2020:seq_compatibility
3 hours ago
refactor(seq): remove unused ErrorKind import and prefix unused sigpipe_ignored variable Removed unused `ErrorKind` from std::io import to clean up imports. Prefixed `sigpipe_ignored` with underscore to suppress unused variable warnings, indicating it's not utilized in the current logic.
mattsu2020:seq_compatibility
3 hours ago
Active Branches
fix install file with invalid uid
last run
15 minutes ago
#7789
CodSpeed Performance Gauge
0%
seq:fix test_broken_pipe_still_exits_success
last run
1 hour ago
#9520
CodSpeed Performance Gauge
0%
fix(sort): GNU sort-continue.sh test
last run
1 hour ago
#9107
CodSpeed Performance Gauge
-2%
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs