aboutsummaryrefslogtreecommitdiffstats
path: root/test/error2.expect
Commit message (Collapse)AuthorAgeFilesLines
* solver: preference scoringTimo Teräs2011-10-141-1/+1
| | | | | Should now choose packages better if the best available version is uninstallable for some reason.
* solver: report 'complete' solutions with errorsTimo Teräs2011-09-051-4/+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.
* solver: generate proper error messagesTimo Teräs2011-08-011-0/+5
* 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