mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
16e174be7e
# 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. |
||
---|---|---|
.. | ||
custom_value.rs | ||
duration.rs | ||
filesize.rs | ||
format.rs | ||
from_value.rs | ||
glob.rs | ||
into_value.rs | ||
mod.rs | ||
range.rs | ||
record.rs | ||
test_derive.rs |