1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-26 07:19:55 +01:00
nushell/crates/nu-engine/src
Ian Manske 15c22db8f4
Make FromValue take owned Values ()
# Description
Changes `FromValue` to take owned `Value`s instead of borrowed `Value`s.
This eliminates some unnecessary clones (e.g., in `call_ext.rs`).

# User-Facing Changes
Breaking API change for `nu_protocol`.
2023-10-31 19:47:00 +01:00
..
call_ext.rs Make FromValue take owned Values () 2023-10-31 19:47:00 +01:00
column.rs Use slices directly instead of &Vec () 2023-09-12 11:38:20 +08:00
documentation.rs Add themes to help command when available () 2023-10-10 07:40:05 -05:00
env.rs Reuse Closure type in Value::Closure () 2023-10-30 23:34:23 +01:00
eval.rs Refactor: introduce a gen_save_call function to reduce duplicate code () 2023-10-31 10:45:36 +08:00
glob_from.rs fix clippy () 2023-10-10 03:31:15 +13:00
lib.rs Allow operator in constants () 2023-09-05 16:35:58 +02:00
scope.rs Rename SyntaxShape::Custom to CompleterWrapper () 2023-09-29 19:22:58 +02:00