Commit graph

11193 commits

Author SHA1 Message Date
renovate[bot]
b8ff52f28b
chore(deps): update rust crate chrono to ^0.4.31 2023-09-15 15:59:41 +00:00
Daniel Hofstetter
e59285e276 deny.toml: add terminal_size to skip list 2023-09-15 10:53:36 +02:00
Daniel Hofstetter
97aa8ae5db
Merge pull request #5277 from uutils/revert-5273-renovate/codecov-codecov-action-4.x
Revert "chore(deps): update codecov/codecov-action action to v4"
2023-09-15 10:51:27 +02:00
Daniel Hofstetter
dec788dec3
Revert "chore(deps): update codecov/codecov-action action to v4" 2023-09-15 09:25:04 +02:00
Daniel Hofstetter
c2b2c9c4f4
Merge pull request #5273 from uutils/renovate/codecov-codecov-action-4.x
chore(deps): update codecov/codecov-action action to v4
2023-09-15 08:01:21 +02:00
renovate[bot]
0d07cefee8
chore(deps): update codecov/codecov-action action to v4 2023-09-14 17:49:59 +00:00
Daniel Hofstetter
ac907ca0fe
Merge pull request #5272 from uutils/renovate/libc-0.x
chore(deps): update rust crate libc to 0.2.148
2023-09-13 15:11:05 +02:00
Daniel Hofstetter
39a0e92a91
Merge pull request #5255 from granquet/split_filter_broken_pipe
split: catch broken pipe error for round robin strategy
2023-09-13 14:08:45 +02:00
renovate[bot]
2523d38139
chore(deps): update rust crate libc to 0.2.148 2023-09-13 11:51:31 +00:00
Daniel Hofstetter
aa7b39ae49 split: fix formatting 2023-09-13 10:45:38 +02:00
Sylvestre Ledru
c07bed11d7
Merge pull request #5270 from cakebaker/bump_chrono_and_adapt_touch
Bump chrono and fix deprecation warnings in touch
2023-09-13 09:46:41 +02:00
Sylvestre Ledru
70b01d8690
Merge pull request #5271 from cakebaker/ci_replace_deprecated_command_input
ci: replace deprecated "command" with "fix"
2023-09-13 09:45:56 +02:00
Guillaume Ranquet
d4217c5a12 split: catch broken pipe error for round robin strategy
The broken pipe error is not handled in the case of the round robin
strategy (typically used with --filter).

Align to the other strategies to silence that error in that use case
too.

fixes #5191

Signed-off-by: Guillaume Ranquet <granquet@baylibre.com>
2023-09-12 17:43:31 +02:00
Daniel Hofstetter
335e8d5464 ci: replace deprecated "command" with "fix"
markdownlint-cli2-action deprecated "command" input in favor of "fix"
2023-09-12 16:08:19 +02:00
Daniel Hofstetter
6ce80758d5 touch: fix deprecation warnings from chrono
datetime_from_str() has been deprecated
2023-09-12 15:08:21 +02:00
Daniel Hofstetter
e131ecdc85 Bump chrono from 0.4.28 to 0.4.30 2023-09-12 07:01:50 +02:00
Sylvestre Ledru
ab995eb82a
Merge pull request #5268 from cakebaker/ls_use_std_cell_oncecell
ls: use OnceCell from std instead of once_cell
2023-09-11 17:41:38 +02:00
Daniel Hofstetter
6d0bac2842 ls: use OnceCell from std instead of once_cell 2023-09-11 16:05:19 +02:00
Sylvestre Ledru
41d284494a
Merge pull request #5267 from cakebaker/deny_toml_remove_constant_time_eq_from_skip_list
deny.toml: remove constant_time_eq from skip list
2023-09-11 08:16:30 +02:00
Daniel Hofstetter
8916dc4087 deny.toml: remove constant_time_eq from skip list 2023-09-11 07:06:23 +02:00
Daniel Hofstetter
6b94173322
Merge pull request #5266 from uutils/renovate/blake2b_simd-1.x
chore(deps): update rust crate blake2b_simd to 1.0.2
2023-09-11 07:02:52 +02:00
renovate[bot]
55a62f56b9
chore(deps): update rust crate blake2b_simd to 1.0.2 2023-09-10 22:42:02 +00:00
Sylvestre Ledru
6186c8c324
Merge pull request #5258 from cakebaker/bump_nix_and_ctrlc
Bump nix & ctrlc, adapt stty to nix API changes
2023-09-10 17:17:25 +02:00
Sylvestre Ledru
6d48df8e8e
Merge pull request #5265 from cakebaker/uucore_turn_quoting_style_into_feature
uucore: turn quoting_style into a feature
2023-09-10 17:16:32 +02:00
Daniel Hofstetter
d19b8b78d8 uucore: turn quoting_style into a feature 2023-09-10 15:07:37 +02:00
David CARLIER
7679e90818
clippy: remove some unnecessary mut
removing useless mutability mostly.
2023-09-09 09:47:08 +02:00
Daniel Hofstetter
36d5013fac stty: adapt to API change in nix 0.27.x
tcgetattr(fd: RawFd) changed to tcgetattr<Fd: AsFd>(fd: Fd), with RawFd
not implementing AsFd. A similar change was applied to tcsetattr.
2023-09-08 11:06:21 +02:00
Daniel Hofstetter
2c96a0d741 Bump nix and ctrlc
nix from 0.26.2 -> 0.27.1
ctrlc from 3.4.0 -> 3.4.1
2023-09-08 10:07:20 +02:00
Daniel Hofstetter
7a26f94399
Merge pull request #5262 from uutils/renovate/redox_syscall-0.x
chore(deps): update rust crate redox_syscall to 0.4
2023-09-08 09:57:35 +02:00
renovate[bot]
7d2996bb1a
chore(deps): update rust crate redox_syscall to 0.4 2023-09-08 06:51:03 +00:00
Sylvestre Ledru
0cc6dc8ed5
Merge pull request #5263 from cakebaker/add_redox_syscall_to_deny_toml
deny.toml: add redox_syscall to skip list
2023-09-08 08:49:16 +02:00
Daniel Hofstetter
6a63acc983 deny.toml: add redox_syscall to skip list 2023-09-08 07:27:19 +02:00
Daniel Hofstetter
5935602bad
Merge pull request #5260 from sylvestre/echo-doc
echo's doc doesn't show correctly
2023-09-08 07:11:12 +02:00
Daniel Hofstetter
e2614796ed
Merge pull request #5259 from devnexen/truncate_clippy_fix
truncate clippy fix.
2023-09-08 07:07:03 +02:00
Sylvestre Ledru
a63603eea8 echo's doc doesn't show correctly 2023-09-07 22:08:22 +02:00
David CARLIER
e3f6fd3c3f truncate clippy fix. 2023-09-07 20:48:26 +01:00
Sylvestre Ledru
80f8eb6724
Merge pull request #5252 from zhitkoff/split-gnu-test-fail.sh
split: implement remaining -n variants and pass GNU tests/split/fail.sh
2023-09-07 17:15:09 +02:00
Sylvestre Ledru
9d8656c0fa
Merge pull request #5249 from cakebaker/bump_blake3
Bump blake3 & add constant_time_eq to skip list in deny.toml
2023-09-07 10:26:07 +02:00
Sylvestre Ledru
4ef093b969
Merge pull request #5254 from cakebaker/uucore_turn_version_cmp_into_feature
uucore: turn version_cmp into a feature
2023-09-07 10:24:54 +02:00
zhitkoff
3f065eed8a split: fixing test for 32bit 2023-09-06 21:04:01 -04:00
zhitkoff
8883f016d4 split: fix windows tests 2023-09-06 20:09:26 -04:00
zhitkoff
3be284e0d9 split: more test coverage 2023-09-06 19:49:26 -04:00
zhitkoff
e40e887022 split: some refactoring for handle_obsolete() 2023-09-06 18:43:20 -04:00
zhitkoff
fbf5ac4329 split: tests 32bit 2023-09-06 14:16:21 -04:00
zhitkoff
1669a92694 split: tests overflow 2023-09-06 14:02:08 -04:00
zhitkoff
4fd598e4d5 split: tests 2023-09-06 13:20:58 -04:00
zhitkoff
e378454a26 split: formatting 2023-09-06 13:15:35 -04:00
zhitkoff
d8a16a2351 split: tests 2023-09-06 12:42:49 -04:00
Daniel Hofstetter
5c93c592db uucore: turn version_cmp into a feature 2023-09-06 09:47:50 +02:00
Daniel Hofstetter
1adca622e9
Merge pull request #5253 from dmatos2012/cp_source_error
cp: Error out if cp only contains source
2023-09-06 07:40:48 +02:00