1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-21 19:17:48 +01:00
nushell/crates/nu-command/tests/format_conversions
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
..
csv.rs Fix ignored clippy lints () 2024-03-11 19:46:04 +01:00
html.rs Remove feat extra and include in default () 2024-03-10 17:29:02 +01:00
json.rs Range refactor () 2024-04-06 09:04:56 -05:00
markdown.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
mod.rs Remove feat extra and include in default () 2024-03-10 17:29:02 +01:00
nuon.rs Disallow duplicated columns in table literals () 2023-11-01 21:25:35 +01:00
ods.rs Add long options for formats () 2023-10-08 19:07:09 +02:00
ssv.rs refactor: change column names from 'Column*' to 'column*' () 2022-02-19 19:26:47 -05:00
toml.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
tsv.rs Fix ignored clippy lints () 2024-03-11 19:46:04 +01:00
url.rs Rename to url command to url build-query () 2023-01-15 10:16:29 -08:00
xlsx.rs Add date support in from xlsx () 2024-02-24 07:25:51 -06:00
xml.rs Add self-closed tag support for to xml () 2024-01-19 05:35:29 -06:00
yaml.rs Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00