nushell/crates/nu-cmd-lang/src
Ian Manske 72cb4b6032
Reuse Closure type in Value::Closure (#10894)
# Description
Reuses the existing `Closure` type in `Value::Closure`. This will help
with the span refactoring for `Value`. Additionally, this allows us to
more easily box or unbox the `Closure` case should we chose to do so in
the future.

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-30 23:34:23 +01:00
..
core_commands Reuse Closure type in Value::Closure (#10894) 2023-10-30 23:34:23 +01:00
default_context.rs Allow exporting extern-wrapped (#10025) 2023-08-18 20:45:33 +03:00
example_support.rs Add detailed flag for describe (#10795) 2023-10-23 09:12:11 -05:00
example_test.rs Remove Signature.vectorizes_over_list entirely (#9777) 2023-07-26 23:34:43 +02:00
lib.rs cratification: Example support (#8231) 2023-02-27 13:58:56 -08:00