nushell/crates/nu-command/src/debug
Ian Manske c9c93f5b4d
Remove Value::MatchPattern (#11356)
# Description
`Value::MatchPattern` implies that `MatchPattern`s are first-class
values. This PR removes this case, and commands must now instead use
`Expr::MatchPattern` to extract `MatchPattern`s just like how the
`match` command does using `Expr::MatchBlock`.

# User-Facing Changes
Breaking API change for `nu_protocol` crate.
2023-12-18 07:25:34 +13:00
..
ast.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
debug_.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00
explain.rs Remove Value::MatchPattern (#11356) 2023-12-18 07:25:34 +13:00
info.rs Make debug info lazy (#10728) 2023-10-24 12:48:05 -05:00
inspect_table.rs Move more commands to opaque Record type (#11122) 2023-11-22 23:48:48 +01:00
inspect.rs throw an error instead of a panic if no input is provided to inspect (#9259) 2023-05-22 13:54:04 -05:00
metadata.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
mod.rs Finish removing profile command and related data (#10807) 2023-10-22 14:06:53 +03:00
timeit.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
view_files.rs Fix the output type for 'view files' (#11077) 2023-11-16 11:53:51 -06:00
view_source.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
view_span.rs Enforce required, optional, and rest positional arguments start with an uppercase and end with a period. (#11285) 2023-12-15 14:32:37 +08:00
view.rs Move Value to helpers, separate span call (#10121) 2023-09-03 07:27:29 -07:00