Commit graph

9830 commits

Author SHA1 Message Date
Piotr Kwiecinski
07c0d9cad9 paste: move help strings to markdown file 2023-03-27 11:09:19 +02:00
Sylvestre Ledru
5d4258135b
Merge pull request #4649 from cakebaker/cicd_remove_outdated_comments
CICD: remove outdated comments
2023-03-27 10:30:14 +02:00
Daniel Hofstetter
3e146817ab
Merge pull request #4628 from sylvestre/ci-split
CI: move freebsd & android jobs in separate workflows
2023-03-27 08:12:51 +02:00
Daniel Hofstetter
6d3edfd5c2 CICD: remove outdated comments 2023-03-27 08:00:09 +02:00
Daniel Hofstetter
ce1d129399
Merge pull request #4648 from kamilogorek/patch-1
CI: Remove duplicated x86_64-unknown-linux-gnu target from build job
2023-03-27 07:44:14 +02:00
renovate[bot]
bf228385e8
fix(deps): update rust crate glob to 0.3.1 2023-03-27 05:36:00 +00:00
renovate[bot]
515bd8f642
fix(deps): update rust crate dns-lookup to 1.0.8 2023-03-27 05:32:38 +00:00
renovate[bot]
00cef5680c
chore(deps): update rust crate unicode-width to 0.1.10 2023-03-27 05:29:13 +00:00
renovate[bot]
dd3a26b7a1
chore(deps): update rust crate signal-hook to 0.3.15 2023-03-27 05:27:31 +00:00
renovate[bot]
bb939a3ba1
chore(deps): update rust crate sha2 to 0.10.6 2023-03-27 05:25:50 +00:00
renovate[bot]
fe4dd49f56
chore(deps): update rust crate regex to 1.7.3 2023-03-27 05:24:08 +00:00
renovate[bot]
4af53f2517
chore(deps): update rust crate ouroboros to 0.15.6 2023-03-27 05:21:59 +00:00
renovate[bot]
4418952409
chore(deps): update rust crate nom to 7.1.3 2023-03-27 05:20:16 +00:00
renovate[bot]
4ba6a3f06f
chore(deps): update rust crate is-terminal to 0.4.5 2023-03-27 05:18:34 +00:00
Sylvestre Ledru
a141729113 CI: move freebsd & android jobs in separate workflows
This because they are intermittent. When reviewing,
I wish we didn't have to scroll to check that it is indeed
freebsd or android failing.
2023-03-26 23:04:34 +02:00
Kamil Ogórek
ad8563b072
CI: Remove duplicated x86_64-unknown-linux-gnu target from build job 2023-03-26 22:28:22 +02:00
Kamil Ogórek
b056e29b06 lint: Enable clippy::if_not_else rule 2023-03-26 22:23:53 +02:00
Kamil Ogórek
68e90eacbb lint: Fix all issues in preparation for enabling clippy::if_not_else 2023-03-26 22:23:50 +02:00
Sylvestre Ledru
4695c2a204
Fix typo 2023-03-26 21:51:04 +02:00
Maciej Habasiński
d277603bf1 du: fmt fix 2023-03-26 23:38:31 +02:00
Terts Diepraam
74b54074e1
deps: bump time from 0.3.17 to 0.3.20 (#4643) 2023-03-26 21:47:12 +02:00
Sylvestre Ledru
8a3007efff
Merge pull request #4638 from tertsdiepraam/stdbuf-hotfix
`stdbuf`: get profile from the end of the path
2023-03-26 18:57:57 +02:00
Terts Diepraam
9991ab28d7
Merge pull request #4588 from anastygnome/fork
Refactor signal handling in yes, tee, and timeout
2023-03-26 17:16:50 +02:00
Sylvestre Ledru
ef601fac98
Merge pull request #4630 from sylvestre/inter-error
Adjust -i behavior for ln, cp & mv
2023-03-26 15:35:24 +02:00
Sylvestre Ledru
e2e83d5e07
Merge pull request #4644 from cakebaker/fix_unused_import_warning
tests: fix unused import "rstest::rstest" warning
2023-03-26 15:06:46 +02:00
Maciej Habasiński
ef9b974c41
du: comment alignment fix 2023-03-26 13:15:48 +02:00
Maciej Habasiński
892f1d910a test: du invalid threshold 2023-03-26 15:08:56 +02:00
Maciej Habasiński
e5a4c393af du: threshold fix comment 2023-03-26 15:08:02 +02:00
Daniel Hofstetter
aa4101fe2f
ln: use "replace" in interactive mode
GNU ln uses "replace" instead of "overwrite"
2023-03-26 12:18:26 +02:00
Daniel Hofstetter
f96f2fae5b tests: fix unused import "rstest::rstest" warning 2023-03-26 11:53:20 +02:00
Tom D
e4408f3759 Refactor signal handling in yes, tee, and timeout
Yes, using libc while using nix was a bit redundant.
Upon investigation, duplicated code was found and moved to uucore.
2023-03-26 11:10:40 +02:00
Sylvestre Ledru
355d242e7a python: simplify the code a bit 2023-03-26 10:08:25 +02:00
Sylvestre Ledru
f8e0a73fb5 manage an potential error in util/remaining-gnu-error.py when GNU isn't up to date 2023-03-26 10:08:25 +02:00
Sylvestre Ledru
76793d523d
Merge pull request #4558 from leon3s/fix-test-with-parse-error
test: replace panic in favor of ParseError
2023-03-26 10:07:23 +02:00
Terts Diepraam
5dfa9548b7 stdbuf: get profile from the end of the path
The path is not always /target/{PROFILE}, because cross uses
/target/{TARGET_TRIPLE}/profile, so we have to get the name
in another way. StackOverflow recommended the getting the
third component from the back of the path
2023-03-25 18:04:01 +01:00
Maciej Habasiński
02f00e2c6b
du: fix --threshold err msg 2023-03-25 16:44:14 +01:00
Sylvestre Ledru
c014cb0655
Merge pull request #4621 from uutils/renovate/sha1-0.x
chore(deps): update rust crate sha1 to 0.10.5
2023-03-25 16:03:18 +01:00
Sylvestre Ledru
c0bd851184
Merge pull request #4629 from tertsdiepraam/uniq-remove-strum
`uniq`: remove `strum` dependency
2023-03-25 16:00:38 +01:00
Sylvestre Ledru
d5678e5120
Merge pull request #4631 from tertsdiepraam/factor-remove-paste-dep
`factor`: remove `paste` dev dependency
2023-03-25 15:58:46 +01:00
leon3s
11fd56c2be test: fmt + requested change 2023-03-25 14:03:45 +01:00
leon3s
bf94e8fff1 test: refactor error handling with ParseError enum 2023-03-25 14:03:45 +01:00
leon3s
9fb18bb08c test: Remplaced panic in favor of ParseError 2023-03-25 14:03:45 +01:00
Daniel Hofstetter
23289e66d2
Merge pull request #4602 from uutils/renovate/fundu-0.x
chore(deps): update rust crate fundu to 0.4.3
2023-03-25 13:51:16 +01:00
Terts Diepraam
5a60aa0a19 uniq: convert string to Delimiters manually instead of via strum 2023-03-25 11:57:03 +01:00
Terts Diepraam
aabfda6927 factor: remove paste dev dependency 2023-03-25 11:56:51 +01:00
Sylvestre Ledru
9d54ed02a8 ln -i: adjust the behavior to match the GNU change
Just like mv & cp

Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
2023-03-25 11:22:45 +01:00
Sylvestre Ledru
d0a4059f34 cp -i: adjust the behavior to match the GNU change
Just like mv

Note that cp -i -u won't show the overwrite question

Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
2023-03-25 11:22:45 +01:00
Sylvestre Ledru
0d5daacf99 mv -i: adjust the behavior to match the GNU change
Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
2023-03-25 11:22:45 +01:00
Daniel Hofstetter
0596e7e49f
Merge pull request #4616 from uutils/renovate/num-bigint-0.x
chore(deps): update rust crate num-bigint to 0.4.3
2023-03-25 08:37:40 +01:00
Sylvestre Ledru
5d3b7e3d74
Merge pull request #4593 from tertsdiepraam/default-env-for-tests
Default environment variables for tests
2023-03-25 08:08:59 +01:00