mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
## Summary Running a resolution that required forking was failing due to breaking an invariant in PubGrub. It looks like we were adding the same incompatibility multiple times, or something like that. The issue appears to be that when forking, we modify the current state, then clone it as the "next state", then push to the "forked states" -- but that means we're cloning the _modified_ state. This PR changes the order of operations such that we clone, then modify. It shouldn't introduce any additional clones though. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||