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-10-09 | test: fix conflict2 expectation after solver changes | Timo Teräs | 1 | -1/+1 | |
The 'a' package is now more preferred which actually makes more sense. | |||||
2012-02-29 | solver, test: make conflicts unconditional | Timo Teräs | 1 | -1/+1 | |
Solver will now never report partial solution where a conflict constraint is not satisfied. The is because with --force we might install the partial solution; and if conflicted packages were to be installed we might have extra trouble. | |||||
2012-02-23 | test: rewrite the testing framework to use the real applets | Timo Teräs | 1 | -0/+6 | |
also merge the expected output to the *.test files. |