Commit graph

10015 commits

Author SHA1 Message Date
Sylvestre Ledru
afa5c15581 gnu test: don't sync the po files
We aren't testing the locale yet.
2023-04-24 12:03:21 +02:00
Terts Diepraam
698bdf5f9a
Merge pull request #4770 from m11o/readlink-move-strings-to-md-file
readlink: move help strings to markdown file
2023-04-22 12:49:12 +02:00
m11o
31c1d9c956 fix format 2023-04-22 16:33:58 +09:00
m11o
b84a94b889 refactor: use override_help instead of override_usage 2023-04-22 16:11:36 +09:00
m11o
e82ba6e707 readlink: move help strings to markdown file 2023-04-22 16:10:26 +09:00
Sylvestre Ledru
32d313cdc7
Merge pull request #4765 from cakebaker/du_fix_clippy_warning_in_test
du: fix clippy warning in test
2023-04-21 23:17:27 +02:00
Daniel Hofstetter
7730c8171d du: fix clippy warning in test 2023-04-21 17:01:40 +02:00
Sylvestre Ledru
48f9786164
Merge pull request #4761 from cakebaker/uudoc_fix_clippy_warnings
uudoc: fix clippy warnings
2023-04-21 15:52:19 +02:00
Daniel Hofstetter
3272d14fab uudoc: fix clippy warnings 2023-04-21 10:14:44 +02:00
Sylvestre Ledru
fe7dd4071d
Merge pull request #4760 from cakebaker/test_wc_use_variables_directly_in_format_strings
test,wc: use vars directly in format! strings
2023-04-21 10:11:22 +02:00
Sylvestre Ledru
caaa09c183
Merge branch 'main' into test_wc_use_variables_directly_in_format_strings 2023-04-21 10:11:18 +02:00
Sylvestre Ledru
bef5dca40a
Merge pull request #4745 from Joining7943/ci-android-speed-up-build-and-test
ci/android: speed up build and test
2023-04-21 09:36:15 +02:00
Sylvestre Ledru
20a1ed735d
Merge pull request #4748 from cakebaker/docs_document_fmt_in_gnu_extensions
docs: document fmt in GNU extensions
2023-04-21 09:34:26 +02:00
Daniel Hofstetter
98fb8fa144 test,wc: use vars directly in format! strings 2023-04-21 08:33:56 +02:00
Daniel Hofstetter
5666980a13
Merge pull request #4755 from uutils/renovate/libc-0.x
fix(deps): update rust crate libc to 0.2.142
2023-04-21 07:53:23 +02:00
renovate[bot]
790958e4f3
fix(deps): update rust crate libc to 0.2.142 2023-04-20 17:09:10 +00:00
Sylvestre Ledru
89d6b8dfea
Merge pull request #4754 from cakebaker/gnu_coreutils_update_reference_to_9_3
GNU/coreutils: update reference to 9.3
2023-04-20 18:06:06 +02:00
Sylvestre Ledru
ab22f49feb
Merge pull request #4753 from cakebaker/fmt_cleanup_tests
fmt: cleanup tests
2023-04-20 17:55:55 +02:00
Joining7943
ad5d33f1a9 ci/android: Fix and improve caching. Fix and improve android-commands.sh 2023-04-20 17:36:25 +02:00
Joining7943
56d8b5a617 ci/android: Remove caching with Swatinem/rust-cache and sccache. 2023-04-20 16:48:25 +02:00
Joining7943
f155185df6 util/android-commands: Fix shellcheck warnings. Reformat file. 2023-04-20 16:48:15 +02:00
Daniel Hofstetter
c571a31405 GNU/coreutils: update reference to 9.3 2023-04-20 16:44:50 +02:00
Daniel Hofstetter
72041568e7 fmt: cleanup tests 2023-04-20 15:22:26 +02:00
Terts Diepraam
19add3a4bd
Merge pull request #4398 from cakebaker/uudoc_simplify_about_text_generation
uudoc, uucore_procs: move markdown parsing to HelpParser
2023-04-20 11:29:16 +02:00
Sylvestre Ledru
744529381d
Merge pull request #4740 from Joining7943/ci-use-nextest-as-test-runner
`ci`: Run tests with nextest
2023-04-20 09:50:42 +02:00
Terts Diepraam
d68fd68b5f
Merge pull request #4734 from Joining7943/tail-fix-args-parsing-follow-mode
tail/args: Fix parsing when -F is used together with --retry or --follow
2023-04-20 09:43:24 +02:00
Daniel Hofstetter
b6951a2650
Merge pull request #4751 from uutils/renovate/dunce-1.x
fix(deps): update rust crate dunce to 1.0.4
2023-04-20 07:08:19 +02:00
Joining7943
3495b82499 ci/android: Use different caching strategy 2023-04-19 22:06:12 +02:00
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
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