uv/crates/uv-shell/src
samypr100 ed63be5dab
chore(🧹): const env var usage cleanup (#16950)
## Summary

* Updates existing references to use EnvVars where usage was missing.
* Adds missing entries to env var usages, e.g. new env var declarations
in uv-trampoline, tests, etc.
* Note: this doesn't affect trampoline sizes as the end result is the
same
* Fixes versioning of `UV_HIDE_BUILD_OUTPUT`.

## Test Plan

Existing Tests. Compiled the trampolines locally to verify zero changes
(size, binary).

## Question

Will this complicate the crates publishing release process? I'm not
certain yet if it will be an issue for uv-trampoline (non-workspace
member) to reference a uv workspace member from a bump & release
perspective wrt lock files. If so, I'll revert the uv-trampoline changes
but keep the others.
2025-12-02 22:16:46 -08:00
..
lib.rs chore(🧹): const env var usage cleanup (#16950) 2025-12-02 22:16:46 -08:00
runnable.rs Lock the credentials store when reading or writing (#15610) 2025-09-02 13:16:52 -05:00
shlex.rs Refactor shell quoting (#9055) 2024-11-15 09:06:54 +00:00
windows.rs Use the `windows` crate facade consistently (#15737) 2025-09-09 15:07:14 +00:00