nushell/crates/nu-command/tests
Ian Manske 7a7d43344e
Range refactor (#12405)
# 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: #11778 Fixes: #11777 Fixes: #11776 Fixes: #11775 Fixes: #11774
Fixes: #11773 Fixes: #11769.

# 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 (#12393) 2024-04-06 09:03:05 -05:00
format_conversions Range refactor (#12405) 2024-04-06 09:04:56 -05:00
main.rs ♻️ rework some help strings (#12306) 2024-03-27 08:41:02 -05:00