uv/crates/uv-resolver/src
Charlie Marsh 19a7f3ec07
Collapse extras on dev dependencies (#6383)
## Summary

It turns out we weren't applying the collapse logic here, so dev deps
with extras were repeated. This was generally ok... unless we ended up
_dropping_ an extra, in which case, you now have a duplicate.

Closes https://github.com/astral-sh/uv/issues/6380.
2024-08-21 22:36:51 +00:00
..
pubgrub Fix messages for unavailable packages when range is plural (#6221) 2024-08-19 19:07:07 +00:00
resolution Allow user to constrain supported lock environments (#6210) 2024-08-20 13:28:04 +00:00
resolver Fix messages for unavailable packages when range is plural (#6221) 2024-08-19 19:07:07 +00:00
snapshots Invalidate `uv.lock` when virtual `dev-dependencies` change (#6291) 2024-08-21 01:25:38 +00:00
bare.rs Add support for parsing unnamed URL requirements (#2567) 2024-03-21 03:28:58 +00:00
candidate_selector.rs Respect pre-release preferences from input files (#5736) 2024-08-02 22:01:58 -04:00
dependency_mode.rs Store resolution options in lockfile (#5264) 2024-07-22 08:28:22 -04:00
dependency_provider.rs Update pubgrub (#5649) 2024-07-31 12:54:11 +00:00
error.rs pep508: fix doc test 2024-08-19 16:29:20 -07:00
exclude_newer.rs switch to jiff from chrono (#6205) 2024-08-20 11:31:46 -05:00
exclusions.rs Allow constraints to be provided in `--upgrade-package` (#4952) 2024-07-09 20:09:13 -07:00
flat_index.rs Enforce extension validity at parse time (#5888) 2024-08-08 21:39:47 -04:00
fork_urls.rs Add forks to lockfile, don't read them yet (#5480) 2024-07-30 11:11:18 +00:00
lib.rs Return a structured result from `Lock::satisfies` (#6119) 2024-08-15 13:19:40 -04:00
lock.rs Collapse extras on dev dependencies (#6383) 2024-08-21 22:36:51 +00:00
manifest.rs Improve resolver error messages referencing workspace members (#6092) 2024-08-15 02:41:31 +00:00
marker.rs Implement marker trees using algebraic decision diagrams (#5898) 2024-08-09 13:40:02 -04:00
options.rs Use "pre-release" in prose and `Prerelease` in code (#5697) 2024-08-01 20:56:29 +00:00
pins.rs Unify resolutions only during graph building (#5479) 2024-07-26 16:29:48 +02:00
preferences.rs Store `environment-markers` in solve order (#6078) 2024-08-14 09:20:12 -04:00
prerelease.rs Retain and respect settings in tool upgrades (#5937) 2024-08-09 18:21:49 +00:00
python_requirement.rs Always narrow markers by Python version (#6076) 2024-08-15 11:50:00 -04:00
redirect.rs Preserve fragments when applying verbatim redirects (#4038) 2024-06-05 03:53:23 +00:00
requires_python.rs Normalize `python_version` markers to `python_full_version` (#6126) 2024-08-15 21:42:15 -04:00
resolution_mode.rs Omit transitive development dependencies from workspace lockfile (#5646) 2024-07-30 22:32:33 -04:00
version_map.rs Enforce extension validity at parse time (#5888) 2024-08-08 21:39:47 -04:00
yanks.rs Use fork markers and fork preferences in resolution with lockfile (#5481) 2024-07-31 15:18:58 +00:00