mirror of
https://github.com/nushell/nushell.git
synced 2025-06-08 11:06:55 +02:00
# 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