uv/crates/uv-resolver/src/resolver
Zanie Blue 359f39ca0f
Avoid displaying "failed to download" on build failures for local source distributions (#6075)
Especially with workspace members (e.g., [this new test
case](https://github.com/astral-sh/uv/pull/6073/files#diff-273076013b4f5a8139defd5dcd24f5d1eb91c0266dceb4448fdeddceb79f7738R1377-R1379)),
I find it very confusing that we say we failed to download these
distributions.
2024-08-14 17:27:55 -05:00
..
availability.rs Unify dependency iteration in `ResolverState::get_dependencies` (#4515) 2024-06-25 23:04:49 +02:00
batch_prefetch.rs Update pubgrub (#5649) 2024-07-31 12:54:11 +00:00
fork_map.rs Remove uses of `Option<MarkerTree>` (#5978) 2024-08-10 13:23:29 -04:00
groups.rs Omit transitive development dependencies from workspace lockfile (#5646) 2024-07-30 22:32:33 -04:00
index.rs Use lockfile to prefill resolver index (#4495) 2024-07-12 18:49:28 -04:00
locals.rs Allow conflicting prerelease strategies when forking (#5150) 2024-07-23 11:57:14 -04:00
mod.rs Avoid displaying "failed to download" on build failures for local source distributions (#6075) 2024-08-14 17:27:55 -05:00
provider.rs Remove unused error variant (#5266) 2024-07-21 23:38:45 +00:00
reporter.rs Concurrent progress bars (#3252) 2024-05-27 01:21:07 +00:00
resolver_markers.rs Store `environment-markers` in solve order (#6078) 2024-08-14 09:20:12 -04:00
urls.rs Handle universal vs. fork markers with `ResolverMarkers` (#5099) 2024-07-17 18:59:33 +02:00