uv/crates/uv-resolver
Charlie Marsh f9c0632953
Ignore direct URL distributions in prefetcher (#2943)
## Summary

The prefetcher tallies the number of times we tried a given package, and
then once we hit a threshold, grabs the version map, assuming it's
already been fetched. For direct URL distributions, though, we don't
have a version map! And there's no need to prefetch.

Closes https://github.com/astral-sh/uv/issues/2941.
2024-04-09 14:09:41 -05:00
..
src Ignore direct URL distributions in prefetcher (#2943) 2024-04-09 14:09:41 -05:00
tests Split configuration options out of `uv-types` (#2924) 2024-04-09 11:35:53 -05:00
Cargo.toml Split configuration options out of `uv-types` (#2924) 2024-04-09 11:35:53 -05:00