mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
This still keeps the resolver state on the stack, but it organizes it into a more structured representation. This is a precursor to implementing resolver forking, where we will ultimately put this state on the heap. The idea is that this will let us maintain multiple independent resolver states that will all produce their own resolution (and potentially other forked states). Closes #3354 |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||