nushell/crates/nu-command/src/formats/to
Ian Manske 847646e44e
Remove lazy records (#12682)
# Description
Removes lazy records from the language, following from the reasons
outlined in #12622. Namely, this should make semantics more clear and
will eliminate concerns regarding maintainability.

# User-Facing Changes
- Breaking change: `lazy make` is removed.
- Breaking change: `describe --collect-lazyrecords` flag is removed.
- `sys` and `debug info` now return regular records.

# After Submitting
- Update nushell book if necessary.
- Explore new `sys` and `debug info` APIs to prevent them from taking
too long (e.g., subcommands or taking an optional column/cell-path
argument).
2024-05-03 08:36:10 +08:00
..
command.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
csv.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
delimited.rs Rename Value::CustomValue to Value::Custom (#12309) 2024-03-27 22:10:56 +01:00
json.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
md.rs Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
mod.rs Msgpack commands (#12664) 2024-04-26 06:23:16 -05:00
msgpack.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
msgpackz.rs Msgpack commands (#12664) 2024-04-26 06:23:16 -05:00
nuon.rs add "to nuon" enumeration of possible styles (#12591) 2024-04-20 11:40:52 +02:00
text.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
toml.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
tsv.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
xml.rs Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
yaml.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00