nushell/crates/nu-command
Stefan Holderbach 5d94b16d71
Improve I/O types of into decimal(/float) (#9998)
# Description
- Add identity cast to `into decimal` (float->float)
- Correct `into decimal` output to concrete float

# User-Facing Changes
`1.23 | into decimal` will now work.
By fixing the output type it can now be used in conjunction with
commands that expect `float`/`list<float>`

# Tests + Formatting
Adapts example to do identity cast and heterogeneous cast
2023-08-13 20:29:17 +02:00
..
src Improve I/O types of into decimal(/float) (#9998) 2023-08-13 20:29:17 +02:00
tests nu-table/ Add table.indent configuration (#9983) 2023-08-11 08:37:16 -05:00
Cargo.toml Bump rstest from 0.17.0 to 0.18.1 (#9782) 2023-08-08 17:11:05 +00:00
LICENSE Fix rest of license year ranges (#8727) 2023-04-04 09:03:29 +12:00