nushell/crates/nu-protocol/src/errors
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
..
cli_error.rs Remove outdated doccomment on EngineState (#12158) 2024-03-11 14:57:28 +00:00
labeled_error.rs bump rust-toolchain to 1.75.0 (#12258) 2024-03-21 13:23:39 -05:00
mod.rs Better generic errors for plugins (and perhaps scripts) (#12236) 2024-03-21 12:27:21 +01:00
parse_error.rs Rename plugin cache file ⇒ plugin registry file (#12634) 2024-04-24 17:40:39 -05:00
parse_warning.rs Deprecate register and add plugin use (#12607) 2024-04-23 06:37:50 -05:00
shell_error.rs Remove lazy records (#12682) 2024-05-03 08:36:10 +08:00