nushell/crates/nu-engine/src/compile
Bahex 1b01598840
Run ENV_CONVERSIONS whenever it's modified (#14591)
- this PR should close #14514

# Description
Makes updates to `$env.ENV_CONVERSIONS` take effect immediately.

# User-Facing Changes
No breaking change, `$env.ENV_CONVERSIONS` can be set and its effect
used in the same file.

# Tests + Formatting

- 🟢 toolkit fmt
- 🟢 toolkit clippy
- 🟢 toolkit test
- 🟢 toolkit test stdlib

# After Submitting
N/A
2024-12-25 21:37:24 +08:00
..
builder.rs Change how and and or operations are compiled to IR to support custom values (#14653) 2024-12-25 06:12:53 -06:00
call.rs Change help commands to use name from scope instead of the name from the declaration (#14490) 2024-12-10 09:27:30 -06:00
expression.rs Fix try not working with let, etc. (#13885) 2024-09-23 06:44:25 -05:00
keyword.rs Change how and and or operations are compiled to IR to support custom values (#14653) 2024-12-25 06:12:53 -06:00
mod.rs Make SpanId and RegId also use new ID struct (#13963) 2024-10-01 13:23:27 +02:00
operator.rs Run ENV_CONVERSIONS whenever it's modified (#14591) 2024-12-25 21:37:24 +08:00
redirect.rs Fix try printing when it is not the last pipeline element (#13992) 2024-10-12 14:37:10 +08:00