nushell/crates/nu-protocol/src/value
Stefan Holderbach fa97e819eb
Suggest using float on Value::Int overflow (#7253)
# Description

Suggest that floats support a larger range of values but warn about the
loss in precision.


![image](https://user-images.githubusercontent.com/15833959/204114339-c987cd47-f035-4c01-853f-e9a00441bf49.png)


(Doesn't apply to the types with associated units)

# Tests + Formatting

(-)
2022-11-29 13:30:02 -08:00
..
custom_value.rs SQLite overhaul: custom value, query db command (#5247) 2022-04-20 16:58:21 +12:00
from_value.rs Split blocks and closures (#7075) 2022-11-10 21:21:49 +13:00
from.rs filesize conversion (#5770) 2022-06-13 14:44:32 -05:00
mod.rs Suggest using float on Value::Int overflow (#7253) 2022-11-29 13:30:02 -08:00
range.rs Support range in str substring (#6867) 2022-10-23 11:42:17 +02:00
stream.rs Stdout/Stderr redirection (#7185) 2022-11-23 07:26:13 +13:00
unit.rs Remove month and year duration constants (#6613) 2022-09-26 09:55:13 +13:00