Daniel Hofstetter
7cff766bdc
mktemp: adapt to API change of rand
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
ddb027231f
shred: adapt to API changes of rand
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
a5fb8f952b
sort: adapt to API changes of rand
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
730b404b6e
tests/common/random.rs: adapt to rand API changes
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
6235f1cbb9
deny.toml: add some crates to skip list
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
05ae1704ab
Bump rand & rand_core to 0.9.0
...
rand from 0.8.5, rand_core from 0.6.4
2025-01-30 08:52:42 +01:00
Daniel Hofstetter
a862a57fc1
Merge pull request #7240 from uutils/renovate/clap_complete-4.x-lockfile
...
chore(deps): update rust crate clap_complete to v4.5.44
2025-01-30 08:39:00 +01:00
renovate[bot]
07715110c3
chore(deps): update rust crate clap_complete to v4.5.44
2025-01-29 17:57:58 +00:00
Daniel Hofstetter
92de53c8fd
Merge pull request #7239 from RenjiSann/printf-excess-args
...
printf: Show warning message in case of excess arguments
2025-01-29 16:15:15 +01:00
Dorian Peron
ae6cb8fed3
printf: show warning message in case of excess arguments
2025-01-29 14:01:35 +01:00
Sylvestre Ledru
64476fd9da
Merge pull request #7238 from cakebaker/bump_tempfile
...
Bump `tempfile` & add two crates to the skip list in `deny.toml`
2025-01-29 11:56:49 +01:00
Daniel Hofstetter
3849242ee0
deny.toml: add getrandom & wasi to skip list
2025-01-29 08:33:43 +01:00
Daniel Hofstetter
bcb374be9a
Bump tempfile from 3.15.0 to 3.16.0
2025-01-29 08:27:51 +01:00
Daniel Hofstetter
7ba5f94ab0
Merge pull request #7235 from uutils/renovate/indicatif-0.x-lockfile
...
chore(deps): update rust crate indicatif to v0.17.11
2025-01-29 07:16:37 +01:00
Daniel Hofstetter
5d2eb2a748
Merge pull request #7236 from uutils/renovate/libfuzzer-sys-0.x-lockfile
...
fix(deps): update rust crate libfuzzer-sys to v0.4.9
2025-01-29 07:15:24 +01:00
renovate[bot]
51ecb7542e
fix(deps): update rust crate libfuzzer-sys to v0.4.9
2025-01-28 18:24:21 +00:00
renovate[bot]
1d7ba4f50f
chore(deps): update rust crate indicatif to v0.17.11
2025-01-28 18:24:15 +00:00
Sylvestre Ledru
dbfdff1107
Merge pull request #7233 from cakebaker/remove_rand_pcg
...
Remove `rand_pcg`
2025-01-28 12:27:54 +01:00
Daniel Hofstetter
5069e2eaac
Merge pull request #7234 from uutils/renovate/indicatif-0.x-lockfile
...
chore(deps): update rust crate indicatif to v0.17.10
2025-01-28 10:49:04 +01:00
renovate[bot]
36d075fc00
chore(deps): update rust crate indicatif to v0.17.10
2025-01-28 09:22:40 +00:00
Tommaso Fellegara
1595b6afaa
kill: use only least significant bits to identify signal with -l ( #7225 )
...
* kill: check the lower 5 bits when the input is a number
* test/kill: added testcase
* kill: check the last 7 bits
* kill: check only the last 8 bits and the signals in the range [128, 159]
---------
Co-authored-by: Sylvestre Ledru <sylvestre@debian.org>
2025-01-28 10:21:19 +01:00
Daniel Hofstetter
70d6ac9812
sort: use SmallRng instead of Pcg32 in test
2025-01-28 09:17:06 +01:00
Daniel Hofstetter
019da22964
Remove rand_pcg
2025-01-28 09:12:55 +01:00
Daniel Hofstetter
5e81358c4a
Merge pull request #7228 from uutils/renovate/clap_complete-4.x-lockfile
...
chore(deps): update rust crate clap_complete to v4.5.43
2025-01-28 07:21:54 +01:00
Sylvestre Ledru
f00a8c231b
tests: Decrease the various sleeps
2025-01-27 22:08:42 +01:00
renovate[bot]
557b92b98a
chore(deps): update rust crate clap_complete to v4.5.43
2025-01-27 17:21:29 +00:00
Sylvestre Ledru
7747351cb1
Merge pull request #7227 from cakebaker/bump_nom
...
Bump `nom` and adapt `tr` to API changes
2025-01-27 11:11:52 +01:00
Daniel Hofstetter
5efd51b5ce
tr: adapt to API changes in nom
2025-01-27 10:27:08 +01:00
Daniel Hofstetter
5b55405220
deny.toml: add nom to skip list
2025-01-27 09:46:18 +01:00
Daniel Hofstetter
fa0eb3dd15
Bump nom from 7.1.3 to 8.0.0
2025-01-27 09:43:24 +01:00
Sylvestre Ledru
bcc406a4a7
why-error.md: document more errors ( #7224 )
...
* why-error.md: document more errors
* some have been fixed already
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
---------
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
2025-01-27 09:37:35 +01:00
Daniel Hofstetter
120b6aeb73
Merge pull request #7220 from sylvestre/docsrs-uucore
...
uucore/docs.rs: generate the doc for all features
2025-01-27 09:31:56 +01:00
Daniel Hofstetter
505b45787c
Merge pull request #7223 from uutils/sylvestre-patch-4
...
Document install-C test failure
2025-01-27 08:00:12 +01:00
Sylvestre Ledru
90df9d1d9b
Document install-C test failure
2025-01-26 20:42:06 +01:00
Sylvestre Ledru
2e09fdcbdf
uucore/docs.rs: generate the doc for all features
2025-01-26 19:54:12 +01:00
Sylvestre Ledru
2430e2a396
Merge pull request #7211 from alexs-sh/od-use-derived-cmp
...
od:remove custom implementations of PartialEq and Eq
2025-01-26 13:48:00 +01:00
Alexander Shirokov
ae7238bbdf
od:use derived PartialEq and Eq
...
Removing custom PartialEq and Eq implementations helps avoid issues like:
help: refactor your code, or use `std::ptr::fn_addr_eq` to suppress the lint
|
29 | (IntWriter(a), IntWriter(b)) => std::ptr::fn_addr_eq(*a, *b),
| ++++++++++++++++++++++ ~~~ +
Observable on nightly 1.86
2025-01-26 11:42:35 +01:00
Daniel Hofstetter
dfd5885e37
Merge pull request #7207 from sylvestre/thiserror3
...
Move other programs to thiserror
2025-01-25 14:29:03 +01:00
Sylvestre Ledru
0fd9a293cc
Merge pull request #7206 from cakebaker/kill_no_lowercase_signal_names_with_hyphen
...
kill: don't allow lowercase signal names with '-'
2025-01-24 20:32:36 +01:00
Sylvestre Ledru
3816bff56e
thiserror: refresh Cargo.lock
2025-01-24 20:11:03 +01:00
Sylvestre Ledru
3f38a75164
groups: remove useless comment
2025-01-24 20:11:03 +01:00
Sylvestre Ledru
e3272a38f3
groups: move to thiserror
2025-01-24 20:11:03 +01:00
Sylvestre Ledru
94b655c073
tsort: move to thiserror
2025-01-24 20:11:03 +01:00
Sylvestre Ledru
096e41086d
du: move to thiserror
2025-01-24 20:11:03 +01:00
Sylvestre Ledru
3fe1cbe71f
mktemp: move to thiserror
2025-01-24 20:11:03 +01:00
Sylvestre Ledru
e7c3a4d018
nohup: move to thiserror
2025-01-24 20:11:03 +01:00
Daniel Hofstetter
2668c98d9d
kill: don't allow lowercase signal names with '-'
2025-01-24 16:43:50 +01:00
Daniel Hofstetter
943b44627b
Merge pull request #7204 from sylvestre/issue-7179
...
fix util/remaining-gnu-error.py
2025-01-24 10:36:55 +01:00
Daniel Hofstetter
f65fd222ea
Merge pull request #7205 from uutils/sylvestre-patch-4
...
gnu/tests/chgrp/from.sh is now fixed
2025-01-24 10:16:58 +01:00
Sylvestre Ledru
7fb4c3b88f
gnu/tests/chgrp/from.sh is now fixed
...
by https://github.com/uutils/coreutils/issues/7039
2025-01-24 10:14:31 +01:00