mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 19:17:43 +00:00
sort: Make use of ExtendedBigDecimal in -g sorting
This provides better precision than f64, which we need. Fixed #8031.
This commit is contained in:
parent
040532a027
commit
8426c1480c
5 changed files with 46 additions and 26 deletions
1
fuzz/Cargo.lock
generated
1
fuzz/Cargo.lock
generated
|
@ -1345,6 +1345,7 @@ dependencies = [
|
|||
name = "uu_sort"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bigdecimal",
|
||||
"binary-heap-plus",
|
||||
"clap",
|
||||
"compare",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue