uv/crates/puffin-resolver
Charlie Marsh 9470c20e7a
Avoid double resolution during source builds (#656)
## Summary

This PR ensures that we re-use the resolution to install the build
dependencies when building a source distribution. Currently, we only
pass along the list of requirements, and then use the `Finder` to map
each requirement to a distribution. But we already determine the correct
distribution when resolving!

Closes https://github.com/astral-sh/puffin/issues/655.
2023-12-15 17:27:16 +00:00
..
src Avoid double resolution during source builds (#656) 2023-12-15 17:27:16 +00:00
tests Avoid double resolution during source builds (#656) 2023-12-15 17:27:16 +00:00
Cargo.toml Make warnings user-facing (#628) 2023-12-12 21:24:38 -05:00