aboutsummaryrefslogtreecommitdiffstats
path: root/test/provides2.test
Commit message (Collapse)AuthorAgeFilesLines
* errors: improve analysis for virtual packagesTimo Teräs2013-06-181-1/+1
| | | | | if all packages named N provide the virtual package, list only the name N instead of all packages providing it.
* errors: rewrite the logic how errors are reportedTimo Teräs2013-06-131-5/+4
| | | | | | | 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, test: implements more provides things, add testsTimo Teräs2012-02-271-0/+9
ref #574