nushell/crates/nu-engine/src/evaluate
Hristo Filaretov 6db5692be4
Only allow unaliasing in current scope, add tests (#3936)
* unalias only removes aliases in the current scope

* Add a test and fix previous ones which did not function as expected
2021-08-19 19:05:36 +12:00
..
block.rs Fix #3430 (#3693) 2021-06-26 17:38:36 +12:00
evaluate_args.rs Switch to "engine-p" (#3270) 2021-04-06 11:19:43 -05:00
evaluator.rs Fix clippy lint and disable broken lint (#3865) 2021-07-30 08:11:47 +12:00
expr.rs Fix issue in external subexpression paths (#3642) 2021-06-18 07:59:58 +12:00
internal.rs Refactor rarely changing engine state into its own struct (#3612) 2021-06-14 15:19:12 +12:00
lang.rs move lang command to $nu (#3720) 2021-07-01 13:09:50 -05:00
mod.rs move lang command to $nu (#3720) 2021-07-01 13:09:50 -05:00
operator.rs in/not-in for strings (#3906) 2021-08-07 09:49:37 +12:00
scope.rs Only allow unaliasing in current scope, add tests (#3936) 2021-08-19 19:05:36 +12:00
variables.rs move lang command to $nu (#3720) 2021-07-01 13:09:50 -05:00