Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-05 | solver: report 'complete' solutions with errors | Timo Teräs | 1 | -2/+1 | |
Allow to select packages that conflict in case we are looking for errors. This allows 'add --force' to install (on boot) the set of packages with minimum conflicts. | |||||
2011-08-01 | solver: generate proper error messages | Timo Teräs | 1 | -0/+4 | |
* the solver no longer does look-ahead locking of names (could be possibly optimized later); instead names are now always ordered strictly to properly detect the package names which are unsolveable * basic error tests added, so we can see the most likely problem in dependencies easily |