1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-01 13:37:48 +00:00

sort: improve the error mgmt with --batch-size

should make the gnu test tests/sort/sort-merge.pl pass
This commit is contained in:
Sylvestre Ledru 2024-07-04 01:19:48 +02:00
parent 69b603bfe7
commit e2c66ea092
7 changed files with 124 additions and 11 deletions

1
Cargo.lock generated
View file

@ -3158,6 +3158,7 @@ dependencies = [
"fnv",
"itertools 0.13.0",
"memchr",
"nix",
"rand",
"rayon",
"self_cell",