nushell/crates/nu-test-support/src
Devyn Cairns 9ca0fb772d
Make IR the default evaluator (#13718)
# Description

Makes IR the default evaluator, in preparation to remove the non-IR
evaluator in a future release.

# User-Facing Changes

* Remove `NU_USE_IR` option
* Add `NU_DISABLE_IR` option
* IR is enabled unless `NU_DISABLE_IR` is set

# After Submitting
- [ ] release notes
2024-09-15 14:54:38 -07:00
..
playground Path migration part 2: nu-test-support (#13329) 2024-07-12 02:43:10 +00:00
commands.rs Exclude polars from ensure_plugins_built(), for performance reasons (#12896) 2024-05-17 15:04:59 +00:00
fs.rs Path migration part 4: various tests (#13373) 2024-08-03 10:09:13 +02:00
lib.rs Attempt to guess the content type of a file when opening with --raw (#13521) 2024-08-06 11:36:24 +02:00
locale_override.rs Remove once_cell dependency from nu-test-support create. (#8568) 2023-03-22 19:36:52 +01:00
macros.rs Make IR the default evaluator (#13718) 2024-09-15 14:54:38 -07:00
playground.rs Path migration part 2: nu-test-support (#13329) 2024-07-12 02:43:10 +00:00