uv/crates/uv-configuration/src
Ibraheem Ahmed f5110f7b5e
Remove uses of Option<MarkerTree> (#5978)
## Summary

Follow up to https://github.com/astral-sh/uv/pull/5898. This should fix
some of the failures in https://github.com/astral-sh/uv/pull/5887 where
`uv lock --locked` is failing due to `Some(true)` and `None` markers not
comparing equal.
2024-08-10 13:23:29 -04:00
..
authentication.rs Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00
build_options.rs Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00
concurrency.rs Add UV_CONCURRENT_INSTALLS variable in favor of RAYON_NUM_THREADS (#3646) 2024-05-17 23:12:37 -04:00
config_settings.rs Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00
constraints.rs Remove uses of Option<MarkerTree> (#5978) 2024-08-10 13:23:29 -04:00
extras.rs Move extra specification into uv-configuration (#3897) 2024-05-29 04:49:57 +00:00
hash.rs Implement a --verify-hashes hash-checking mode (#4007) 2024-07-17 21:25:31 +00:00
lib.rs Add --no-sources to avoid reading from tool.uv.sources (#5801) 2024-08-06 14:14:19 +00:00
name_specifiers.rs Add --no-build, --no-build-package, and binary variants (#4322) 2024-06-14 04:05:00 +00:00
overrides.rs Remove uses of Option<MarkerTree> (#5978) 2024-08-10 13:23:29 -04:00
package_options.rs Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00
preview.rs Add preview mode and use for warning in uv run (#3192) 2024-04-22 15:41:15 -05:00
sources.rs Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00
target_triple.rs Add manylinux_2_31 to supported --python-platform (#4965) 2024-07-10 16:30:35 +00:00