Daniel Hofstetter
44f74c7b25
Merge pull request #5227 from cakebaker/uucore_make_sum_dependencies_optional
...
uucore: make deps of "sum" feature optional
2023-08-31 17:44:13 +02:00
Daniel Hofstetter
fb1c663724
uucore: make deps of "sum" feature optional
2023-08-31 16:45:55 +02:00
Daniel Hofstetter
cb428a808a
Merge pull request #5226 from uutils/renovate/chrono-0.x
...
chore(deps): update rust crate chrono to ^0.4.28
2023-08-31 07:00:55 +02:00
renovate[bot]
0d4db7fc95
chore(deps): update rust crate chrono to ^0.4.28
2023-08-30 22:40:44 +00:00
Daniel Hofstetter
67977f4a0e
Merge pull request #5221 from sylvestre/gnu-9.4
...
upgrade to GNU/coreutils 9.4
2023-08-30 11:36:22 +02:00
Daniel Hofstetter
fa627a972b
Merge pull request #5223 from uutils/renovate/davidanson-markdownlint-cli2-action-12.x
...
chore(deps): update davidanson/markdownlint-cli2-action action to v12
2023-08-30 10:49:21 +02:00
Sylvestre Ledru
3e953779ae
Update util/build-gnu.sh
...
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-08-30 10:30:36 +02:00
renovate[bot]
ef564d2cd1
chore(deps): update davidanson/markdownlint-cli2-action action to v12
2023-08-30 07:46:54 +00:00
Sylvestre Ledru
cf91a1cc95
Adjust the paths to the path after the 9.4 release
2023-08-29 22:45:38 +02:00
Sylvestre Ledru
837e0681af
upgrade to GNU/coreutils 9.4
2023-08-29 19:29:35 +02:00
Daniel Hofstetter
6752618cd1
Merge pull request #5220 from uutils/renovate/chrono-0.x
...
chore(deps): update rust crate chrono to ^0.4.27
2023-08-29 17:56:26 +02:00
renovate[bot]
0aeed93100
chore(deps): update rust crate chrono to ^0.4.27
2023-08-29 14:51:18 +00:00
Daniel Hofstetter
9c482e5032
Merge pull request #5219 from tertsdiepraam/sum-tag-no-quotes
...
`hashsum`: change debug to display format with --tag
2023-08-29 11:05:57 +02:00
Terts Diepraam
93a54f36f3
hashsum: change debug to display format with --tag
2023-08-29 10:15:38 +02:00
Sylvestre Ledru
bd82d678ef
Merge pull request #5215 from tertsdiepraam/fix-oranda-changelog
...
website: fix changelog config
2023-08-28 05:47:06 -04:00
Terts Diepraam
71c4d9f407
website: fix changelog config
2023-08-28 10:36:01 +02:00
Yury Zhytkou
1eae064e5c
split: better handle numeric and hex suffixes, short and long, with and without values ( #5198 )
...
* split: better handle numeric and hex suffixes, short and long, with and without values
Fixes #5171
* refactoring with overrides_with_all() in args definitions
* fixed comments
* updated help on suffixes to match GNU
* comments
* refactor to remove value_parser()
* split: refactor suffix processing + updated tests
* split: minor formatting
2023-08-28 10:09:52 +02:00
Daniel Hofstetter
e4ea64af5c
Merge pull request #5211 from tertsdiepraam/nushell-expose-uucore-args
...
`cp`: re-export `uucore::{BackupMode, UpdateMode}`
2023-08-28 07:29:49 +02:00
Terts Diepraam
ab859f4efa
cp: re-export uucore::{BackupMode, UpdateMode}
...
This allows other projects to construct values for these types
which in turn allows them to construct Options.
This is implemented at the request of nushell
2023-08-28 00:19:10 +02:00
Daniel Hofstetter
1f081f3716
Merge pull request #5208 from uutils/renovate/regex-1.x
...
chore(deps): update rust crate regex to 1.9.4
2023-08-27 11:19:01 +02:00
renovate[bot]
b3e994b360
chore(deps): update rust crate regex to 1.9.4
2023-08-26 16:50:39 +00:00
Terts Diepraam
6f515965c2
Merge pull request #5207 from cakebaker/fix_unused_self
...
parse_size,dd: turn instance fns to associated fns
2023-08-26 15:54:56 +02:00
Daniel Hofstetter
2e2387d434
parse_size,dd: turn instance fns to associated fns
2023-08-26 14:35:35 +02:00
Sylvestre Ledru
f0602b0ce6
Merge pull request #5204 from cakebaker/fix_clippy_warnings
...
Fix clippy warnings with Rust 1.72.0
2023-08-25 13:21:38 -04:00
Sylvestre Ledru
e8ed65f4fa
Merge pull request #5206 from cakebaker/fix_bool_to_int_with_if
...
uucore,comm: fix warnings from bool_to_int_with_if
2023-08-25 13:20:00 -04:00
Sylvestre Ledru
055537e831
Merge pull request #5187 from Benjscho/jwalk-investigation
...
Add benchmarking for `rm`
2023-08-25 13:19:14 -04:00
Sylvestre Ledru
14d6002663
Merge pull request #5205 from cakebaker/remove_author_copyright_notices
...
Remove the author copyright notices
2023-08-25 09:37:45 -04:00
Daniel Hofstetter
79a44d768c
uucore,comm: fix warnings from bool_to_int_with_if
2023-08-25 15:29:15 +02:00
Daniel Hofstetter
b9c05ed4e3
Remove the author copyright notices
...
from files missed by https://github.com/uutils/coreutils/pull/5184
and https://github.com/uutils/coreutils/pull/5197
2023-08-25 15:03:19 +02:00
Daniel Hofstetter
01b2834f2e
Fix clippy warnings with Rust 1.72.0
2023-08-25 13:22:02 +02:00
Ben Schofield
4d78ca47b1
Add Spell ignore
...
Add `samply` and `flamegraph` to spell ignore lists.
2023-08-24 11:15:03 -06:00
Sylvestre Ledru
ffbfea4fa4
Merge pull request #5199 from tertsdiepraam/normalize-license-notice
...
All: normalize license notice in all `*.rs` files
2023-08-24 06:46:06 -04:00
Terts Diepraam
c3f9e19a3b
all: normalize license notice in all *.rs files
2023-08-24 12:21:09 +02:00
Ben Schofield
903490a9c8
spelling
2023-08-23 13:05:06 -07:00
Sylvestre Ledru
3fc36ee3cf
Merge pull request #5197 from cakebaker/remove_author_copyright_notices
...
Remove the author copyright notices
2023-08-23 06:21:47 -04:00
Daniel Hofstetter
774180bb09
Remove the author copyright notices
...
from files missed by #5184
2023-08-23 10:54:00 +02:00
Daniel Hofstetter
2e60b73d1e
Merge pull request #5196 from uutils/renovate/num-bigint-0.x
...
chore(deps): update rust crate num-bigint to 0.4.4
2023-08-23 07:45:13 +02:00
renovate[bot]
079f7f9258
chore(deps): update rust crate num-bigint to 0.4.4
2023-08-23 00:11:14 +00:00
Ben Schofield
9ddf218ed9
Add samply url
2023-08-22 07:59:11 -07:00
Ben Schofield
181261beef
Add samply to sampling options
...
Add samply to the sampling options for `rm` benchmarking.
2023-08-22 07:56:42 -07:00
Sylvestre Ledru
f1ec8e6fed
Merge pull request #5192 from cakebaker/factor_refactor_loop
...
factor: simplify loop in test
2023-08-22 05:35:30 -04:00
Daniel Hofstetter
1b705ae07c
factor: simplify loop in test
2023-08-22 09:45:17 +02:00
Daniel Hofstetter
0f0f59269f
Merge pull request #5190 from tertsdiepraam/readme-fix-docs
...
README: update links to docs
2023-08-22 08:12:28 +02:00
Terts Diepraam
cd9c97f705
README: update links to docs
2023-08-21 22:52:28 +02:00
Sylvestre Ledru
0b9c829bce
Merge pull request #5182 from sylvestre/clippy_
...
Fix some of the recent clippy warnings
2023-08-21 16:21:02 -04:00
Ben Schofield
76eea583b4
Add benchmarking for rm
...
Add benchmarking script and guide for `rm`, mostly copied from `ls` benchmarking
guide. Tested `rm` using `jwalk` instead of `walkdir`, and saw a slight performance
regression, if any change.
2023-08-21 12:10:31 -07:00
Daniel Hofstetter
32461cdd94
Merge pull request #5185 from tertsdiepraam/add-conda-installer
...
docs: add conda installer
2023-08-21 15:56:42 +02:00
Terts Diepraam
93a5b161ae
docs: add conda installer
2023-08-21 15:02:51 +02:00
Sylvestre Ledru
bf5b765cba
Remove the author copyright notices ( #5184 )
...
* Remove the author copyright notices
Rational:
* not maintained
* does not reflect reality
* don't provide any value (the info can be found in the git log)
* we don't have rules to update them
(ex: should you update it after one line, two lines, etc)
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2023-08-21 12:23:18 +02:00
Sylvestre Ledru
d8f28364f0
Merge pull request #5168 from cakebaker/chown_remove_duplication_in_tests
...
chown: remove some duplication in tests
2023-08-21 12:22:32 +02:00