Skip to content
  • Duncan Coutts's avatar
    ad696713
    Take nub by package id when making a dep graph · ad696713
    Duncan Coutts authored
    and give more detailed error messages for internal error conditions.
    Fixes a problem where installing a set of packages where several depended
    on the same package would give us a ResolvedDependency list containing
    multiple copies of that package. The DepGraph was expecting unique packages.
    Resolving package deps and generating install plans needs more thought
    and better specified invariants.
    ad696713
    Take nub by package id when making a dep graph
    Duncan Coutts authored
    and give more detailed error messages for internal error conditions.
    Fixes a problem where installing a set of packages where several depended
    on the same package would give us a ResolvedDependency list containing
    multiple copies of that package. The DepGraph was expecting unique packages.
    Resolving package deps and generating install plans needs more thought
    and better specified invariants.
Loading