nushell/crates/nu-command/tests
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
..
commands Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
format_conversions Msgpack commands (#12664) 2024-04-26 06:23:16 -05:00
main.rs ♻️ rework some help strings (#12306) 2024-03-27 08:41:02 -05:00