uv/crates/uv-interpreter
Andrew Gallant 7d67b7bb49 pep508: un-export fields for MarkerEnvironment
We now use the getters and setters everywhere.

There were some places where we wanted to build a `MarkerEnvironment`
out of whole cloth, usually in tests. To facilitate those use cases, we
add a `MarkerEnvironmentBuilder` that provides a convenient constructor.
It's basically like a `MarkerEnvironment::new`, but with named
parameters. That's useful here because there are so many fields (and
they many have the same type).
2024-05-09 10:06:02 -04:00
..
python Better error for unsupported Python version (#3398) 2024-05-06 11:12:36 +02:00
src pep508: un-export fields for MarkerEnvironment 2024-05-09 10:06:02 -04:00
Cargo.toml Always activate non-pep508-extensions (#3428) 2024-05-07 16:13:09 +00:00
fetch-version-metadata.py Merge uv-toolchain and uv-interpreter (#3265) 2024-04-30 17:49:46 +00:00
python-version-metadata.json Merge uv-toolchain and uv-interpreter (#3265) 2024-04-30 17:49:46 +00:00
template-version-metadata.py Merge uv-toolchain and uv-interpreter (#3265) 2024-04-30 17:49:46 +00:00