mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-15 18:19:00 +00:00
It turns out that we use PubGrubPackage as the key in hashmaps in a fair few places. And when we iterate over hashmaps, the order is unspecified. This can in turn result in changes in output as a result of changes in the PubGrubPackage definition, purely as a function of its changing hash. This is confusing as there should be no semantic difference. Thus, this is a precursor to introducing some more determinism to places I found in the error reporting whose output depending on hashmap iteration order. |
||
|---|---|---|
| .. | ||
| util | ||
| git.rs | ||
| known_hosts.rs | ||
| lib.rs | ||
| sha.rs | ||
| source.rs | ||