nushell/crates/nu-protocol/src
Bahex 16e174be7e
fix nuon conversions of range values (#14687)
# Description
Currently the step size of range values are discarded when converting to
nuon. This PR fixes that and makes `to nuon | from nuon` round trips
work.

# User-Facing Changes
`to nuon` conversion of `range` values now include the step size

# Tests + Formatting
Added some additional tests to cover inclusive/exclusive integer/float
and step size cases.
2025-01-07 21:29:39 +01:00
..
ast Change how and and or operations are compiled to IR to support custom values (#14653) 2024-12-25 06:12:53 -06:00
config Use Value::coerce_bool in into bool (#14731) 2025-01-03 08:11:34 -06:00
debugger Replace std::time::Instant with web_time::Instant (#14668) 2024-12-25 16:50:02 +08:00
engine Add doccomments to find functions in EngineState and StateWorkingSet (#14750) 2025-01-07 07:49:13 +08:00
errors Add auto option for config.use_ansi_coloring (#14647) 2024-12-26 11:00:01 -06:00
ir Change how and and or operations are compiled to IR to support custom values (#14653) 2024-12-25 06:12:53 -06:00
pipeline Change PipelineData::into_value to use internal Value's span before passed in span (#14757) 2025-01-05 15:33:58 -06:00
plugin Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
process Fix non-zero exit code errors in middle of pipeline (#13899) 2024-10-02 06:04:18 -05:00
value fix nuon conversions of range values (#14687) 2025-01-07 21:29:39 +01:00
alias.rs Change the usage misnomer to "description" (#13598) 2024-08-22 12:02:08 +02:00
did_you_mean.rs Improve case insensitivity consistency (#10884) 2023-11-08 23:58:54 +01:00
eval_base.rs Change append operator to concatenation operator (#14344) 2024-11-24 10:59:54 -08:00
eval_const.rs Add user autoload directory (#14669) 2025-01-02 16:10:05 -06:00
example.rs Overhaul the plugin cache file with a new msgpack+brotli format (#12579) 2024-04-21 07:36:26 -05:00
id.rs Make SpanId and RegId also use new ID struct (#13963) 2024-10-01 13:23:27 +02:00
lev_distance.rs Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
lib.rs Start to Add WASM Support Again (#14418) 2024-11-30 07:57:11 -06:00
module.rs normalize special characters in module names to allow variable access (#14353) 2024-12-05 21:35:15 +08:00
parser_path.rs Replace raw usize IDs with new types (#13832) 2024-09-30 13:20:15 +02:00
signature.rs Deprecate date to-record and date to-table (#14319) 2024-11-29 23:06:26 +01:00
span.rs fix --ide-ast when there are errors (#13737) 2024-09-06 07:17:40 +08:00
syntax_shape.rs Make parsing for unknown args in known externals like normal external calls (#13414) 2024-07-21 01:32:36 -07:00
ty.rs Remove ListStream type (#14425) 2024-11-27 09:35:55 +08:00