uv/crates/uv-configuration/src
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
..
authentication.rs require serde and rkyv everywhere; remove optional serde and rkyv features (#3345) 2024-05-03 10:21:03 -04:00
build_options.rs Update Rust to v1.78 (#3361) 2024-05-03 20:07:13 +00:00
config_settings.rs Merge user and workspace settings (#3462) 2024-05-08 14:49:43 -04:00
constraints.rs Add basic tool.uv.sources support (#3263) 2024-05-03 21:10:50 +00:00
lib.rs Add preview mode and use for warning in uv run (#3192) 2024-04-22 15:41:15 -05:00
name_specifiers.rs Improve JSON Schema and add export script (#3461) 2024-05-08 16:15:16 +00:00
overrides.rs Add basic tool.uv.sources support (#3263) 2024-05-03 21:10:50 +00:00
package_options.rs Accept --no-upgrade, --no-refresh, etc. on the CLI (#3328) 2024-05-01 11:13:33 -07:00
preview.rs Add preview mode and use for warning in uv run (#3192) 2024-04-22 15:41:15 -05:00
target_triple.rs pep508: un-export fields for MarkerEnvironment 2024-05-09 10:06:02 -04:00