uv
7e2822d6 - Avoid panic when Git dependencies are included in fork markers (#8388)

Comment changes are shownComment changes are hidden
Commit
241 days ago
Avoid panic when Git dependencies are included in fork markers (#8388) ## Summary Rather than relying on the distribution and package URL being the same (which isn't true for Git dependencies), we can just use the intersection of the markers directly. Closes https://github.com/astral-sh/uv/issues/8381.
Author
Parents
  • crates
    • uv-resolver/src
      • lock
        • File
          mod.rs
      • resolution
        • File
          graph.rs
    • uv/tests/it
      • File
        lock.rs
Loading