nushell/crates/nu-cmd-lang/src
Loïc Riegel d4357ad981
Remove legacy code in some core commands (#15560)
# Description

See [this
discussion](https://discord.com/channels/601130461678272522/1353434388938883143/1360664695962341647)
on discord

Goal: as the AST evaluator isn't supported anymore, I removed the body
of the "run" methods of some commands that were actually never run
because the IR is used instead.

Note: the code inside the "run_const" methods seems to be run, so I left
it.

Cc @132ikl 

# User-Facing Changes
None

# Tests + Formatting
I didn't do any manual testing, I just ran the tests

# After Submitting
Nothing required I think
2025-05-08 12:12:36 -04:00
..
core_commands Remove legacy code in some core commands (#15560) 2025-05-08 12:12:36 -04:00
default_context.rs add attr category @category to custom command attributes (#15137) 2025-02-18 15:35:52 -06:00
example_support.rs fix: clippy warnings with --all-features (#15035) 2025-02-07 12:30:25 +01:00
example_test.rs Implementing ByteStream interuption on infinite stream (#13552) 2025-01-11 13:28:08 -08:00
lib.rs Refactor/fix tests affecting the whole command set (#15073) 2025-02-11 11:36:36 +01:00
parse_const_test.rs Refactor/fix tests affecting the whole command set (#15073) 2025-02-11 11:36:36 +01:00