Sylvestre Ledru
1a0f41e4cc
chmod/chown/chgrp: deduplicate some arg management
2025-01-11 12:48:30 +01:00
Sylvestre Ledru
b0126fdc68
chmod: Implement --dereference, -L, -H, etc
...
Should fix tests/chmod/symlinks.sh
2025-01-11 12:48:30 +01:00
Sylvestre Ledru
c47ead3639
chmod: split a test into two as they are testing different things
2025-01-11 12:48:30 +01:00
Sylvestre Ledru
b9c535e3ba
Merge pull request #7118 from cakebaker/deny_toml_remove_entries
...
deny.toml: remove entries from skip list
2025-01-11 10:18:08 +01:00
Daniel Hofstetter
7781f25395
deny.toml: remove entries from skip list
2025-01-11 08:49:47 +01:00
Daniel Hofstetter
c4a6742b7f
Merge pull request #7113 from uutils/renovate/notify-8.x
...
chore(deps): update rust crate notify to v8
2025-01-11 08:41:16 +01:00
renovate[bot]
5770414424
chore(deps): update rust crate notify to v8
2025-01-11 06:59:02 +00:00
Daniel Hofstetter
67be8eceff
Merge pull request #7114 from uutils/renovate/thiserror-2.x-lockfile
...
chore(deps): update rust crate thiserror to v2.0.11
2025-01-11 07:55:48 +01:00
Daniel Hofstetter
c77f66f9e0
Merge pull request #7117 from uutils/renovate/proc-macro2-1.x-lockfile
...
fix(deps): update rust crate proc-macro2 to v1.0.93
2025-01-11 07:20:58 +01:00
Daniel Hofstetter
7e8f169b7b
Merge pull request #7112 from uutils/renovate/clap_mangen-0.x-lockfile
...
chore(deps): update rust crate clap_mangen to v0.2.26
2025-01-11 07:14:16 +01:00
renovate[bot]
1c76b4fd24
fix(deps): update rust crate proc-macro2 to v1.0.93
2025-01-11 05:28:18 +00:00
renovate[bot]
ab6e1b2103
chore(deps): update rust crate thiserror to v2.0.11
2025-01-10 23:09:37 +00:00
renovate[bot]
16c7bb7784
chore(deps): update rust crate clap_mangen to v0.2.26
2025-01-10 18:20:57 +00:00
Sylvestre Ledru
2dbc941b69
Merge pull request #7110 from uutils/printf-remove-allow-dead-code
...
printf: remove allow(dead_code) directive
2025-01-10 11:24:55 +01:00
jfinkels
f2dbd200aa
printf: remove allow(dead_code) directive
...
Remove an `allow(dead_code)` directive that seems unnecessary.
2025-01-10 11:13:48 +01:00
Daniel Hofstetter
cb38d2d02c
Merge pull request #7108 from uutils/renovate/clap_complete-4.x-lockfile
...
chore(deps): update rust crate clap_complete to v4.5.42
2025-01-10 10:26:25 +01:00
Sylvestre Ledru
101a4a376b
Merge pull request #7109 from uutils/uucore-docs-crash-mention
...
uucore: remove mention of crash in docs
2025-01-10 10:10:44 +01:00
Daniel Hofstetter
cf4a81f18f
Merge pull request #7107 from uutils/renovate/clap-4.x-lockfile
...
chore(deps): update rust crate clap to v4.5.26
2025-01-10 09:57:11 +01:00
jfinkels
43c7dfdd91
uucore: remove mention of crash in docs
...
The `crash!` macro has been removed in https://github.com/uutils/coreutils/pull/7084
2025-01-10 09:34:39 +01:00
renovate[bot]
a098eb4d84
chore(deps): update rust crate clap_complete to v4.5.42
2025-01-10 08:26:28 +00:00
renovate[bot]
62ecd00c8c
chore(deps): update rust crate clap to v4.5.26
2025-01-10 08:26:22 +00:00
Sylvestre Ledru
505da7e6fb
Merge pull request #7111 from cakebaker/clippy_fix_errors_rust_1_84
...
clippy: fix errors introduced with Rust `1.84`
2025-01-10 09:23:43 +01:00
Daniel Hofstetter
51f4bfa1a9
uucore: use is_some_and instead of map_or
2025-01-10 08:55:45 +01:00
Daniel Hofstetter
55367205a9
cp: use is_ok_and instead of map_or
2025-01-10 08:53:03 +01:00
Daniel Hofstetter
9fe4c9facf
Cargo.toml: allow large_stack_arrays lint
...
due to https://github.com/rust-lang/rust-clippy/issues/13774
2025-01-10 08:34:24 +01:00
Daniel Hofstetter
e75abb2dbd
cp: fix error from large_stack_arrays lint in test
2025-01-10 08:33:28 +01:00
Daniel Hofstetter
e777db9304
ls: compile regexes outside of loop in tests
2025-01-10 07:42:13 +01:00
Daniel Hofstetter
c872cfa5d1
cp: use is_some_and instead of map_or
2025-01-10 07:28:37 +01:00
Sylvestre Ledru
cef9a2b960
Merge pull request #7106 from cakebaker/csplit_simplify_test
...
csplit: simplify test
2025-01-09 15:38:18 +01:00
Daniel Hofstetter
6096767442
csplit: simplify test
2025-01-09 15:20:22 +01:00
Daniel Hofstetter
50571c7346
Merge pull request #6951 from fuad1502/csplit-pipe-input
...
csplit: support reading from pipe
2025-01-09 15:02:10 +01:00
Fuad Ismail
a4fdecbf48
tests/csplit: use printf instead of echo -n for maximum portability with all UNIX systems
2025-01-09 10:52:19 +01:00
Fuad Ismail
981019138d
tests/csplit: ignore IRWXU from cspell check
2025-01-09 10:52:19 +01:00
Fuad Ismail
694298f0d1
csplit: modify failure in opening file error message
2025-01-09 10:52:19 +01:00
Fuad Ismail
96929734ea
tests/csplit: modify no_such_file test expected error to conform better with original csplit error
2025-01-09 10:52:19 +01:00
Fuad Ismail
c8bc5d2455
tests/csplit: handle directory input file test for Windows separately
2025-01-09 10:52:19 +01:00
Fuad Ismail
51dce9c5f8
csplit: return UResult instead of io::Result from iterator to handle error message more uniformly.
2025-01-09 10:52:19 +01:00
Fuad Ismail
19f990f29a
tests/csplit: add directory input file test.
2025-01-09 10:52:19 +01:00
Fuad Ismail
757c0b260e
csplit: defer IO read error handling to iterator.
2025-01-09 10:52:19 +01:00
Fuad Ismail
1dc463fd26
tests/csplit: add named pipe input file test.
2025-01-09 10:52:19 +01:00
Tommaso Fellegara
33ac58383c
csplit: fix bug when --suppress-matched flag is active and positive/negative offset is present ( #7088 )
...
* tests/csplit: modified test test_up_to_match_offset_option_suppress_matched according to issue #7052 and modified also test_up_to_match_negative_offset_option_suppress_matched
* csplit: managed the positive and negative offset when the --suppressed-matched flag is active
* tests/csplit: modified test test_up_to_match_offset_option_suppress_matched according to issue #7052 and modified also test_up_to_match_negative_offset_option_suppress_matched
* csplit: managed the positive and negative offset when the --suppressed-matched flag is active
* csplit: swapped if and else blocks for better readability
2025-01-09 09:20:48 +01:00
Daniel Hofstetter
efd0ad9ead
Merge pull request #7105 from uutils/renovate/vmactions-freebsd-vm-1.x
...
chore(deps): update vmactions/freebsd-vm action to v1.1.8
2025-01-09 07:05:17 +01:00
Daniel Hofstetter
ab0933fb6e
Merge pull request #7104 from uutils/renovate/thiserror-2.x-lockfile
...
chore(deps): update rust crate thiserror to v2.0.10
2025-01-09 06:59:33 +01:00
renovate[bot]
9280a46cc8
chore(deps): update vmactions/freebsd-vm action to v1.1.8
2025-01-08 21:53:11 +00:00
renovate[bot]
97821a763a
chore(deps): update rust crate thiserror to v2.0.10
2025-01-08 21:53:06 +00:00
Daniel Hofstetter
c531fb3973
Merge pull request #7090 from sylvestre/env
...
env/stbuf: better handling of the errors
2025-01-08 10:36:06 +01:00
Daniel Hofstetter
62e6dadd41
Merge pull request #7102 from uutils/renovate/clap_mangen-0.x-lockfile
...
chore(deps): update rust crate clap_mangen to v0.2.25
2025-01-08 09:00:49 +01:00
Sylvestre Ledru
62db489f51
Merge pull request #7101 from cakebaker/doc_remove_fixed_errors
...
doc: remove fixed tests from `why-error.md`
2025-01-08 08:40:49 +01:00
renovate[bot]
1560325836
chore(deps): update rust crate clap_mangen to v0.2.25
2025-01-08 07:32:17 +00:00
Sylvestre Ledru
2d3effab76
Merge pull request #7095 from jfinkels/seq-precision-test
...
seq: re-enable GNU test file precision.sh
2025-01-08 08:31:24 +01:00