nushell/crates/nu-command/src
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
..
bytes Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
charting Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
conversions Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
database Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
date Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
debug Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
env Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
experimental Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
filesystem Fix inconsistent print behavior (#12675) 2024-04-27 00:25:11 +00:00
filters Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
formats Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
generators Fix example wording in seq date (#12665) 2024-04-25 22:12:42 +02:00
hash Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
help Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
math Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
misc Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
network Fix inconsistent print behavior (#12675) 2024-04-27 00:25:11 +00:00
path Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
platform Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
random Range refactor (#12405) 2024-04-06 09:04:56 -05:00
removed Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
shells Add command_prelude module (#12291) 2024-03-26 21:17:30 +00:00
stor Shrink the size of Expr (#12610) 2024-04-24 15:46:35 +00:00
strings Rework for new clippy lints (#12736) 2024-05-02 19:29:03 +02:00
system Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
viewers Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00
default_context.rs Msgpack commands (#12664) 2024-04-26 06:23:16 -05:00
example_test.rs Initial --params implementation (#12249) 2024-03-24 15:40:21 -05:00
lib.rs Initial --params implementation (#12249) 2024-03-24 15:40:21 -05:00
progress_bar.rs remove cp-old (#11622) 2024-01-24 07:38:15 +08:00
sort_utils.rs Rename Value::CustomValue to Value::Custom (#12309) 2024-03-27 22:10:56 +01:00