Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | solver: generate proper error messages | Timo Teräs | 2011-08-01 | 1 | -1/+2 |
| | | | | | | | | | * 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 | ||||
* | solver: don't consider package that we can't have | Timo Teräs | 2011-07-27 | 1 | -0/+1 |
Packages that need (re-)installation but which are not available, are excluded now properly. |