Commit graph

10306 commits

Author SHA1 Message Date
Joining7943
18d5e9a3bb Update CONTRIBUTING.md: Add nextest usage examples 2023-04-19 22:06:12 +02:00
Joining7943
037aaf0a36 android-commands.sh: Reformat file with shftm 2023-04-19 22:06:12 +02:00
Joining7943
78ce521c01 ci: Use nextest as test runner instead of cargo test 2023-04-19 22:06:06 +02:00
Sylvestre Ledru
4678393c3d
Merge pull request #4742 from Joining7943/ci-fix-usage-of-rust-caching
ci: Fix usages of rust-cache to produce more cache hits
2023-04-19 21:27:05 +02:00
renovate[bot]
54178d491c
fix(deps): update rust crate dunce to 1.0.4 2023-04-19 16:14:17 +00:00
Joining7943
20e32971dd tail/args: Fix parsing when -F is used together with --retry or --follow 2023-04-18 21:47:20 +02:00
Daniel Hofstetter
4a96feb36b docs: document fmt in GNU extensions 2023-04-18 16:42:46 +02:00
Sylvestre Ledru
e734be6775
Merge pull request #4743 from sylvestre/cognitive_complexity
Reduce cognitive complexity: just move some of the contents in functions
2023-04-18 08:06:12 +02:00
Sylvestre Ledru
25fbcd89a5 fmt:uumain: split/doc copy into smaller functions 2023-04-17 22:33:36 +02:00
Sylvestre Ledru
2c1aa229a0 install: split/doc copy into smaller functions 2023-04-17 22:33:33 +02:00
Sylvestre Ledru
fb72738db4 stat: split/doc print_it into smaller functions 2023-04-17 22:33:33 +02:00
Sylvestre Ledru
59c0f51208 hashsum: split/doc detect_algo into smaller functions 2023-04-17 22:33:30 +02:00
Miles Liu
1e43cb1c1e
CI: warn if the size of the binary increases by more than 5% 2023-04-17 15:50:33 +08:00
Sylvestre Ledru
4e23b33954
Merge pull request #4694 from miles170/ci-compute-individual-binary-sizes
CI: compute individual binary sizes
2023-04-17 08:09:11 +02:00
Daniel Hofstetter
658323184d uudoc,uucore_procs: move md parsing to help_parser 2023-04-16 14:32:48 +02:00
Joining7943
163a75c9e3 ci: Fix usages of rust-cache to produce more cache hits 2023-04-15 14:48:22 +02:00
Miles Liu
699c1d5aa1
CI: compute individual binary sizes 2023-04-15 18:44:31 +08:00
publicmatt
084510e499
Copy the UTF8 crate in the tree and remove utf8 dependency. (#4460) 2023-04-14 21:31:11 +02:00
Ideflop
6a54d820ac
factor: add -h/--exponents option (#4710)
* factor: add -h/--exponents option

* Factor: Rebase, add -h/--exponents options
2023-04-14 21:20:19 +02:00
Sylvestre Ledru
a04fc0508e
Merge pull request #4705 from m11o/printf-move-strings-to-md-files
printf: move help strings to markdown file
2023-04-14 18:53:59 +02:00
Sylvestre Ledru
3bd5dc54ff
Merge pull request #4738 from cakebaker/fix_incorrect_comment
Fix incorrect comment & remove irrelevant comment
2023-04-14 13:30:34 +02:00
Sylvestre Ledru
c021d3c102
Merge pull request #4739 from sylvestre/following
be more consistent in the help. use follow for deference options
2023-04-14 07:51:29 +02:00
Sylvestre Ledru
fcc1ebf078 be more consistent in the help. use follow for deference options 2023-04-13 19:30:33 +02:00
Daniel Hofstetter
40fef49817 Fix incorrect comment & remove irrelevant comment 2023-04-13 16:47:05 +02:00
Sylvestre Ledru
63f608d249
Merge pull request #4723 from sylvestre/deref
du: add support of --dereference-args & minor changes
2023-04-13 16:05:33 +02:00
Sylvestre Ledru
00a866e128 du: move to use an enum 2023-04-13 13:38:27 +02:00
Sylvestre Ledru
e82e6a3e4c du: remove cognitive_complexity clippy allow 2023-04-13 13:38:27 +02:00
Sylvestre Ledru
b2fd72878e du: reduce the complexity by moving get_convert_size_fn option mgmt into a function 2023-04-13 13:38:27 +02:00
Sylvestre Ledru
f475a36204 du: reduce the complexity by moving the time option mgmt into a function 2023-04-13 13:38:27 +02:00
Sylvestre Ledru
f08b8dab23 du: directly get a vec of pathbuf to avoid several type changes 2023-04-13 13:38:24 +02:00
Sylvestre Ledru
47cb40c020 du: adjust test_du_basics_bad_name as we made it work 2023-04-13 13:27:04 +02:00
Sylvestre Ledru
eea8d40e78 du: add support of --dereference-args
Should fix tests/du/deref.sh
2023-04-13 13:27:04 +02:00
Sylvestre Ledru
5a1d9cec7e du: an error code when done on a non existing file 2023-04-13 13:27:04 +02:00
Daniel Hofstetter
dd3c0f7fe9
Merge pull request #4729 from spineki/b2sum-missing-l-option
B2sum: add -l/--length option
2023-04-13 09:57:55 +02:00
Daniel Hofstetter
856477b71b
Merge pull request #4735 from uutils/renovate/lscolors-0.x
chore(deps): update rust crate lscolors to 0.14.0
2023-04-13 07:39:40 +02:00
renovate[bot]
d3406b0c66
chore(deps): update rust crate lscolors to 0.14.0 2023-04-12 20:30:46 +00:00
Marras Antoine
756293a9c4 b2sum: added tests to handle 0, non multiple of 8 and and more than 512 cases 2023-04-12 21:05:11 +02:00
Terts Diepraam
08c5f3b61b
Merge pull request #4733 from sylvestre/improv-ls
Improve the readibility of ls code
2023-04-12 11:21:17 +02:00
Marras Antoine
fdbebfad9d b2sum: moved 0 case into None arm 2023-04-12 09:49:20 +02:00
Daniel Hofstetter
248be61c32
Merge pull request #4732 from uutils/renovate/sha3-0.x
chore(deps): update rust crate sha3 to 0.10.7
2023-04-12 07:08:41 +02:00
renovate[bot]
692af0957d
chore(deps): update rust crate sha3 to 0.10.7 2023-04-11 23:07:14 +00:00
Sylvestre Ledru
c8d2a9ad0e ls: document the new functions 2023-04-11 23:13:04 +02:00
Sylvestre Ledru
ee0fc86ce8 ls: remove cognitive_complexity clippy allow 2023-04-11 23:03:41 +02:00
Sylvestre Ledru
33d4ab82ba ls: extract most of the content into functions 2023-04-11 23:02:48 +02:00
Sylvestre Ledru
20794c4cbb
Merge pull request #4730 from cakebaker/fix_gnutests_yml
CICD: fix full path for the ignore list
2023-04-11 17:29:33 +02:00
Daniel Hofstetter
b005b0e0ed CICD: fix full path for the ignore list 2023-04-11 15:22:44 +02:00
Marras Antoine
c4d637125c b2sum: changed british spelling for american spelling 2023-04-11 09:28:41 +02:00
Daniel Hofstetter
75cad4ddcb
Merge pull request #4728 from uutils/sylvestre-patch-2
Use the full path for the ignore list
2023-04-11 07:48:13 +02:00
Marras Antoine
a9e65e881c b2sum: handled 0 length case and greater than 512 case 2023-04-10 21:20:54 +02:00
Marras Antoine
0798cfe155 b2sum: added test for length option 2023-04-10 20:27:49 +02:00