1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-14 17:21:04 +00:00
uutils-coreutils/tests
Nicolas Boichat 1e104b7ef9 uucore: format: num_parser: Add value to Overflow error
When parsing integers, we should still return the min/max value
of the type (depending on the type), and wrap that in the error.

We need to refactor the map function to handle this case better,
and add an extract function to get the value out of an error
(if any).

This fixes the integer part of #7508.
2025-04-01 11:20:17 +02:00
..
benches/factor rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
by-util uucore: format: num_parser: Add value to Overflow error 2025-04-01 11:20:17 +02:00
fixtures test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
uutests uutests: improve the docs 2025-03-28 21:40:31 +01:00
test_util_name.rs Create the uutest crate + adjust the code 2025-03-28 21:40:31 +01:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00