Roy Ivy III
8436d14520
wip ~ (wc) revise clap defaults and usage
2023-05-16 21:04:06 -05:00
Daniel Hofstetter
d458f3e594
Merge pull request #4864 from sylvestre/why-skip
...
Document why tests are skipped
2023-05-16 17:04:33 +02:00
Daniel Hofstetter
5b715b4085
Add "spell-checker:ignore" line
2023-05-16 16:10:18 +02:00
Daniel Hofstetter
1e621cb935
Merge pull request #4866 from uutils/renovate/sm3-0.x
...
chore(deps): update rust crate sm3 to 0.4.2
2023-05-16 14:52:57 +02:00
renovate[bot]
11b72d3849
chore(deps): update rust crate sm3 to 0.4.2
2023-05-16 11:30:17 +00:00
Sylvestre Ledru
a3e455ea3d
Merge pull request #4865 from uutils/renovate/zip-0.x
...
chore(deps): update rust crate zip to 0.6.6
2023-05-16 13:27:40 +02:00
renovate[bot]
354cb0341c
chore(deps): update rust crate zip to 0.6.6
2023-05-16 10:35:39 +00:00
Sylvestre Ledru
f26bf98883
Merge pull request #4862 from jeddenlea/yes
...
yes: support non-UTF-8 args
2023-05-16 08:38:43 +02:00
Daniel Hofstetter
21b9cf8e8a
Merge pull request #4863 from sylvestre/split
...
remaining-gnu-error.py: split SKIP & ERROR
2023-05-16 08:14:47 +02:00
Sylvestre Ledru
6c1552cc20
Document why tests are skipped
2023-05-15 23:20:19 +02:00
Sylvestre Ledru
a1a136650b
remaining-gnu-error.py: split SKIP & ERROR
2023-05-15 21:46:07 +02:00
Sylvestre Ledru
137fb4b0b5
Merge pull request #4771 from Joining7943/ci-improve-setup-steps-use-github-actions
...
`ci`: Improve and speed up setup steps using github actions
2023-05-15 20:45:27 +02:00
Sylvestre Ledru
d07630e1d1
Merge pull request #4766 from Joining7943/ci-fix-gnu-tests-caching
...
`ci/gnu tests`: fix Swatinem/rust-cache to use correct workspace
2023-05-15 20:40:23 +02:00
Jed Denlea
3870ee252a
yes: support non-UTF-8 args
...
Also, tighten the creation of the output buffer. Rather than copy "y\n"
8192 times, or any other input some number of times, it can be doubled
in place using Vec::extend_from_within.
2023-05-15 11:29:14 -07:00
Sylvestre Ledru
caaf25a003
Merge pull request #4861 from sylvestre/ls-invalid-utf8
...
ls: when facing an invalid utf-8, don't panic
2023-05-15 11:08:15 +02:00
Joining7943
a569f6167e
ci/gnu tests: Fix Swatinem/rust-cache action to use the correct workspace
2023-05-15 10:51:02 +02:00
Joining7943
4b243ba272
ci: Cleanup enviroment variables which are already set by github actions
2023-05-15 10:48:53 +02:00
Joining7943
2935e5d8f9
ci: Use dtolnay/rust-toolchain to install the toolchain instead of the manual setup
2023-05-15 10:48:53 +02:00
Joining7943
e6f999a32f
ci: Install pre-built binaries instead of using cargo install
2023-05-15 10:48:53 +02:00
Sylvestre Ledru
369a2a6631
Simplify the declaration
...
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com >
2023-05-15 10:12:28 +02:00
Sylvestre Ledru
3e7594632b
ls: when facing an invalid utf-8, don't panic
...
Fails with
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "invalid-\xE0-"', src/uu/ls/src/ls.rs:1932:53
```
2023-05-14 22:11:44 +02:00
Sylvestre Ledru
49c16a2f11
Merge pull request #4860 from cakebaker/cksum_implement_untagged
...
cksum: implement --untagged
2023-05-14 19:42:53 +02:00
Daniel Hofstetter
690fff2fc9
cksum: implement --untagged
2023-05-14 16:43:14 +02:00
Sylvestre Ledru
24e0bef781
Merge pull request #4859 from shinhs0506/cp-perm
...
cp: preserve permissions on -r -p --parents
2023-05-14 10:28:12 +02:00
John Shin
a817186e10
cp: preserve permissions on -r -p --parents
2023-05-12 11:34:51 -07:00