2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-03-05 15:58:17 +00:00
nushell/crates/nu-command/tests
Ian Manske 7a7d43344e
Range refactor ()
# Description
Currently, `Range` is a struct with a `from`, `to`, and `incr` field,
which are all type `Value`. This PR changes `Range` to be an enum over
`IntRange` and `FloatRange` for better type safety / stronger compile
time guarantees.

Fixes:  Fixes:  Fixes:  Fixes:  Fixes: 
Fixes:  Fixes: .

# User-Facing Changes
Hopefully none, besides bug fixes.

Although, the `serde` representation might have changed.
2024-04-06 09:04:56 -05:00
..
commands prevent select (negative number) from hanging shell () 2024-04-06 09:03:05 -05:00
format_conversions Range refactor () 2024-04-06 09:04:56 -05:00
main.rs ♻️ rework some help strings () 2024-03-27 08:41:02 -05:00