nushell/crates/nu-protocol/tests
Devyn Cairns 801cfae279
Avoid clone in Signature::get_positional() (#13338)
# Description
`Signature::get_positional()` was returning an owned `PositionalArg`,
which contains a bunch of strings. `ClosureEval` uses this in
`try_add_arg`, making all of that unnecessary cloning a little bit hot.

# User-Facing Changes
Slightly better performance
2024-07-11 02:14:05 +00:00
..
into_config.rs Refactor and fix Config<->Value mechanism (#10896) 2023-11-08 20:31:30 +01:00
test_config.rs Bump miette from 5.10.0 to 7.0.0 (#11788) 2024-02-07 19:26:18 -06:00
test_pipeline_data.rs Replace ExternalStream with new ByteStream type (#12774) 2024-05-16 07:11:18 -07:00
test_signature.rs Avoid clone in Signature::get_positional() (#13338) 2024-07-11 02:14:05 +00:00
test_value.rs Name the Value conversion functions more clearly (#11851) 2024-02-17 18:14:16 +00:00