Sylvestre Ledru
a289e9f0fb
fix declaration
2025-04-14 10:29:11 +02:00
Sylvestre Ledru
bbbc7b5147
Remove extra space
2025-04-14 10:25:30 +02:00
Sylvestre Ledru
7d86f0b5f2
tail: test_follow_name_truncate4 is also flaky on selinux
2025-04-14 10:04:14 +02:00
Sylvestre Ledru
554c0ad593
tail: Ignore a test on selinux
...
test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same_size is flaky
2025-04-14 09:46:05 +02:00
Himadri Bhattacharjee
131ee87781
Merge pull request #7755 from lavafroth/date-test-abs-diff
...
refactor(tests): use absolute difference of dates to check if they are within a window
2025-04-14 09:43:14 +02:00
Ben Wiederhake
53836c9bd9
du: already passes GNU test in spirit, adjust test
2025-04-14 01:38:39 +02:00
Dorian Péron
c35d26dc51
Merge pull request #7693 from sargas/escape_empty_string
...
uucore/quoting_style: Add support for quoting/escaping empty strings
2025-04-13 23:05:28 +02:00
Sylvestre Ledru
5e9e67e820
fuzzing: get the summary data
2025-04-13 21:44:55 +02:00
Sylvestre Ledru
170f044a39
fuzzing: printf should pass now
2025-04-13 21:02:08 +02:00
Sylvestre Ledru
ced5d37f07
fuzzing: rename task to make it shorter in the gh view
2025-04-13 21:02:08 +02:00
Sylvestre Ledru
efb09204a2
Merge pull request #7748 from cakebaker/clippy_move_lints_from_ci_to_cargo_toml
...
Move clippy lints from CI to `Cargo.toml`
2025-04-13 18:51:53 +02:00
Daniel Hofstetter
26e0585775
df: fix warnings from default_trait_access lint
2025-04-13 17:44:29 +02:00
Daniel Hofstetter
64140b8ec9
head: allow cognitive_complexity in test
2025-04-13 17:35:05 +02:00
Daniel Hofstetter
32dcaeef32
Move clippy lints from CI to Cargo.toml
2025-04-13 17:35:05 +02:00
Sylvestre Ledru
4c796caba5
Merge pull request #7721 from Qelxiros/7166-head-maxint
...
head: fix overflow errors
2025-04-13 16:37:13 +02:00
Daniel Hofstetter
80b6a2155c
Merge pull request #7635 from sylvestre/temp-selinux-impl
...
mkdir: add the selinux support
2025-04-13 14:49:52 +02:00
Daniel Hofstetter
0d23be3e87
Merge pull request #7711 from sylvestre/coreutils-9.7
...
upgrade to GNU coreutils 9.7 as ref
2025-04-13 13:34:19 +02:00
Sylvestre Ledru
4724f04547
upgrade to GNU coreutils 9.7 as ref
2025-04-13 12:12:08 +02:00
Sylvestre Ledru
291473e3a4
Merge pull request #7744 from BenWiederhake/dev-clippy-0-1-87-nightly
...
Apply suggestions from clippy 0.1.87+nightly
2025-04-13 12:11:50 +02:00
Sylvestre Ledru
907d3ffef9
Merge pull request #7743 from evilpie/tty-fixes
...
Fix the implementation of Display and TryFrom<&str> for Teletype
2025-04-13 11:35:41 +02:00
Tom Schuster
8f9763fa52
Fix the implementation of Display and TryFrom<&str> for Teletype
...
Fixes #7732 and fixes #7733
2025-04-13 10:46:22 +02:00
Sylvestre Ledru
aa262d8535
Merge pull request #7746 from nyurik/commas
...
chore: remove trailing commas
2025-04-13 10:02:34 +02:00
Yuri Astrakhan
e5ffb5e902
chore: remove trailing commas
2025-04-13 00:31:02 -04:00
Joseph Jon Booker
9f1e7a2075
printf: Add integration test for %q ''
2025-04-12 21:44:06 -05:00
Joseph Jon Booker
8ff45c97f0
uucore/quoting_style: Add support for quoting/escaping empty strings
2025-04-12 21:44:06 -05:00
Ben Wiederhake
875770f5d1
apply simple clippy nightly suggestions
...
See also:
https://rust-lang.github.io/rust-clippy/master/index.html#manual_contains
https://rust-lang.github.io/rust-clippy/master/index.html#mem_replace_option_with_some
https://rust-lang.github.io/rust-clippy/master/index.html#ptr_eq
2025-04-13 04:35:38 +02:00
Ben Wiederhake
fc3f7eaa48
replace let_return as suggested by clippy
...
See also:
https://rust-lang.github.io/rust-clippy/master/index.html#let_and_return
2025-04-13 04:35:38 +02:00
Ben Wiederhake
11cd0b1bbf
replace Error::new(ErrorKind::Other, _) as suggested by clippy
...
See also:
https://rust-lang.github.io/rust-clippy/master/index.html#io_other_error
2025-04-13 04:35:38 +02:00
Jeremy Smart
37eee0e1e6
head: saturate to max int size on 32 bit platforms
2025-04-12 23:38:32 +02:00
Jeremy Smart
cc1112660a
head: return to parse::<usize> and switch to parse_size_u64_max
2025-04-12 23:38:32 +02:00
Jeremy Smart
1ffaf2d629
head: update 32-bit tests
2025-04-12 23:38:32 +02:00
Jeremy Smart
d466b6702b
head: fix overflow errors
2025-04-12 23:38:32 +02:00
Sylvestre Ledru
e4c7bd0641
Merge pull request #7724 from nyurik/ref-option
...
chore: fix `ref_option` lint
2025-04-12 23:37:57 +02:00
Sylvestre Ledru
689aaf9474
Merge pull request #7742 from BenWiederhake/dev-du-block-size-0
...
du: don't panic on block-size 0
2025-04-12 23:35:09 +02:00
Ben Wiederhake
a82dce0bd7
du: don't panic on block-size 0
2025-04-12 22:51:09 +02:00
Sylvestre Ledru
e1645bb9e2
Merge pull request #7730 from nyurik/unnested_or_patterns
...
chore: fix `clippy::unnested_or_patterns`
2025-04-12 21:44:17 +02:00
Sylvestre Ledru
3d99430fc8
Merge pull request #7741 from Ecordonnier/eco/musl-crate-cpp
...
enable feature_require_crate_cpp for musl
2025-04-12 20:19:34 +02:00
Etienne Cordonnier
bd53e904d7
enable feature_require_crate_cpp for musl
...
I am not sure what the original issue was, but it seems to work:
```
cargo build --target=x86_64-unknown-linux-musl --features feat_os_unix_musl
...
coreutils$ ./target/x86_64-unknown-linux-musl/debug/coreutils stdbuf -o L echo "foobar"
foobar
```
2025-04-12 19:57:29 +02:00
Sylvestre Ledru
fe77174904
CI/Selinux: also install attr for getfattr - test
2025-04-12 18:44:32 +02:00
Sylvestre Ledru
b874d90345
mkdir: move to a config approach for the functions
2025-04-12 18:44:32 +02:00
Sylvestre Ledru
d41c0ceb53
uucore/selinux: add a function to verify if selinux is enabled
2025-04-12 18:44:32 +02:00
Sylvestre Ledru
842f47b372
uucore: move the selinux function
2025-04-12 18:43:02 +02:00
jfinkels
5227178db2
Merge pull request #7681 from sargas/pass-printf-cov-test
...
printf: Error handling with unicode parsing
2025-04-12 12:12:21 -04:00
Daniel Hofstetter
617b5fba57
Merge pull request #7734 from uutils/renovate/data-encoding-macro-0.x-lockfile
...
fix(deps): update rust crate data-encoding-macro to v0.1.18
2025-04-12 13:43:51 +02:00
Daniel Hofstetter
96e7d4054c
Merge pull request #7735 from uutils/renovate/data-encoding-2.x-lockfile
...
fix(deps): update rust crate data-encoding to v2.9.0
2025-04-12 13:42:05 +02:00
renovate[bot]
b31547ba4d
fix(deps): update rust crate data-encoding to v2.9.0
2025-04-12 10:27:36 +00:00
renovate[bot]
6b6acef119
fix(deps): update rust crate data-encoding-macro to v0.1.18
2025-04-12 10:27:29 +00:00
Daniel Hofstetter
01a39369f2
Merge pull request #7731 from uutils/renovate/clap-4.x-lockfile
...
chore(deps): update rust crate clap to v4.5.36
2025-04-12 07:14:57 +02:00
Joseph Jon Booker
7df22051ea
printf: Ignore thousand seperator flag
2025-04-11 23:17:50 -05:00
Joseph Jon Booker
ef7a8c300e
printf: add error handling to escaped unicode characters
2025-04-11 23:17:50 -05:00