mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
7aacad3270
# Description With Windows Path case-insensitivity in place, we no longer need an `ENV_CONVERSIONS` for `PATH`, as the `nu_engine::env::convert_env_values()` handles it automatically. This PR: * Removes the default `ENV_CONVERSIONS` for path from `default_env.nu` * Sets `ENV_CONVERSIONS` to an empty record (so it can be `merge`'d) in `main()` instead # User-Facing Changes No behavioral changes - Users will now have an empty `ENV_CONVERSIONS` at startup by default, but the behavior should not change. # Tests + Formatting - 🟢 `toolkit fmt` - 🟢 `toolkit clippy` - 🟢 `toolkit test` - 🟢 `toolkit test stdlib` # After Submitting |
||
---|---|---|
.. | ||
default_files | ||
casing.rs | ||
deansi.rs | ||
emoji.rs | ||
filesystem.rs | ||
lib.rs | ||
locale.rs | ||
main.rs | ||
quoting.rs | ||
shared_cow.rs | ||
utils.rs |