Ben Wiederhake
11cd0b1bbf
replace Error::new(ErrorKind::Other, _) as suggested by clippy
...
See also:
https://rust-lang.github.io/rust-clippy/master/index.html#io_other_error
2025-04-13 04:35:38 +02:00
Yuri Astrakhan
982805d3cd
chore: manual inline formatting
...
Minor manual cleanup - inlined many format args. This makes the code a bit more readable, and helps spot a few inefficiencies and possible bugs. Note that `&foo` in a `format!` parameter results in a 6% extra performance cost, and does not get inlined by the compiler (yet).
2025-04-08 00:23:21 -04:00
Sylvestre Ledru
0b397c469f
Merge pull request #7401 from RenjiSann/coverage
...
Fix coverage files generation
2025-04-07 11:10:12 +02:00
Dorian Peron
f552a6cb8a
test-utils: make the test harness forward LLVM_PROFILE_FILE to coreutil call
2025-04-07 10:19:00 +02:00
Daniel Hofstetter
59d7866dcf
uutests: fix clippy errors
...
from doc_overindented_list_items lint
2025-04-03 14:25:51 +02:00
Sylvestre Ledru
ccfcda531e
uutests: improve the docs
2025-03-28 21:40:31 +01:00
Sylvestre Ledru
50fe623447
Create the uutest crate + adjust the code
...
+ move some of the tests into the program test
2025-03-28 21:40:31 +01:00