nushell/crates/nu-protocol/src
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
..
ast Add logical xor operator (#7242) 2022-11-26 17:02:37 +01:00
engine add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
value Suggest using float on Value::Int overflow (#7253) 2022-11-29 13:30:02 -08:00
cli_error.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
config.rs Add missing legacy support for config.table_index_mode. (#7170) 2022-11-20 00:46:13 -05:00
example.rs Start support for commandline args to nu itself (#851) 2022-01-27 01:42:39 +11:00
exportable.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
id.rs Overlays (#5375) 2022-05-08 07:39:22 +12:00
lev_distance.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
lib.rs Improve "Did you mean?" suggestions (#6579) 2022-09-20 19:46:01 -05:00
module.rs Removes export env command (#6468) 2022-09-25 19:52:43 +03:00
pipeline_data.rs Make external command substitution works friendly(like fish shell, trailing ending newlines) (#7156) 2022-11-23 16:51:57 +13:00
shell_error.rs Suggest using float on Value::Int overflow (#7253) 2022-11-29 13:30:02 -08:00
signature.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
span.rs Clippy fix for Rust 1.63 (#6299) 2022-08-11 11:54:54 -05:00
syntax_shape.rs Clean up keyword lines in help (#7243) 2022-11-26 20:16:39 +13:00
ty.rs add signature information when get help on one command (#7079) 2022-11-20 07:22:42 -06:00
variable.rs Limited mutable variables (#7089) 2022-11-11 19:51:08 +13:00