uv/crates/puffin-resolver/src
konsti 858d5584cc
Use `Dist` in `VersionMap` (#851)
Refactoring split out from find links support: Find links files can be
represented as `Dist`, but not really as `File`, they don't have url nor
hashes.

`DistRequiresPython` is somewhat odd as an in between type.
2024-01-10 00:14:42 +01:00
..
pubgrub Improve error messages when there are no versions of a singleton range (#855) 2024-01-09 15:09:52 -06:00
resolver Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
candidate_selector.rs Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
error.rs Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
finder.rs Model Python version as a PubGrub package (#745) 2024-01-03 15:20:45 +00:00
lib.rs Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
manifest.rs Support editable in pip-sync and pip-compile (#587) 2023-12-16 22:37:34 +00:00
overrides.rs Enable package overrides in `pip-compile` (#631) 2023-12-13 15:03:38 +00:00
pins.rs Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
prerelease_mode.rs Add a dedicated error message to hint users towards enabling pre-releases (#697) 2023-12-28 21:44:35 -05:00
python_requirement.rs Model Python version as a PubGrub package (#745) 2024-01-03 15:20:45 +00:00
resolution.rs Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
resolution_mode.rs Add a dedicated error message to hint users towards enabling pre-releases (#697) 2023-12-28 21:44:35 -05:00
resolution_options.rs Model Python version as a PubGrub package (#745) 2024-01-03 15:20:45 +00:00
version_map.rs Use `Dist` in `VersionMap` (#851) 2024-01-10 00:14:42 +01:00
yanks.rs Use `rustc-hash` instead of `fxhash` crate (#594) 2023-12-08 20:27:49 +00:00