Skip to content
  • Duncan Coutts's avatar
    Detect broken and inconsistent package deps · 5115bb2b
    Duncan Coutts authored
    We now check for packages that are broken due to their dependencies having
    been unregistered. We fail and print a fairly sensible message in this case.
    We also check for inconsistent dependencies and give a warning saying which
    packages are depending on inconsistent versions of a third. This is a warning
    not an error because it does not always lead to failure. Hopefully it'll help
    people who are otherwise just running into random compile errors.
    This fixes ticket #220.
    5115bb2b