Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -1/+1 | |
Implementing basic dependency handling, install_if and awareness of pinning. | |||||
2012-02-23 | test: rewrite the testing framework to use the real applets | Timo Teräs | 1 | -2/+6 | |
also merge the expected output to the *.test files. | |||||
2011-08-01 | solver: generate proper error messages | Timo Teräs | 1 | -0/+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 |