summaryrefslogtreecommitdiff
path: root/test/error3.test
AgeCommit message (Collapse)AuthorFilesLines
2013-06-13solver, errors: fix few additional test cases and clean upsTimo Teräs1-1/+1
2013-06-13errors: rewrite the logic how errors are reportedTimo Teräs1-2/+7
Instead of the dependency oriented logic, switch to print them for each package or name needed. Might give a bit more readable errors now. There's still few corner cases that proper error is not output, which are cought by the test cases.
2013-06-13solver: rewrite as deductive solver -- core featuresTimo Teräs1-1/+1
Implementing basic dependency handling, install_if and awareness of pinning.
2012-02-23test: rewrite the testing framework to use the real appletsTimo Teräs1-2/+6
also merge the expected output to the *.test files.
2011-08-01solver: generate proper error messagesTimo Teräs1-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