aboutsummaryrefslogtreecommitdiffstats
path: root/test/provides5.test
Commit message (Collapse)AuthorAgeFilesLines
* errors: detect self-conflicts properlyTimo Teräs2013-06-141-2/+2
| | | | | and add the provided version information to the conflicts. fixes the final test case that was broken. hooray.
* errors: rewrite the logic how errors are reportedTimo Teräs2013-06-131-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.
* solver: rewrite as deductive solver -- core featuresTimo Teräs2013-06-131-1/+1
| | | | | Implementing basic dependency handling, install_if and awareness of pinning.
* solver: consider provided names also for preferenceTimo Teräs2012-02-281-0/+6
ref #574