summaryrefslogtreecommitdiff
path: root/test/provides2.test
AgeCommit message (Collapse)AuthorFilesLines
2017-11-02solver: implement support for choosing default virtualsWilliam Pitcock1-4/+2
By introducing a new package metadata field, `provider_priority` (index letter `k`), we can specify default packages to satisfy a virtual. If a user wishes to select an alternative provider for the virtual, a changeset swapping the default provider for the selected provider will be generated by the dependency resolver.
2013-06-18errors: improve analysis for virtual packagesTimo Teräs1-1/+1
if all packages named N provide the virtual package, list only the name N instead of all packages providing it.
2013-06-13errors: rewrite the logic how errors are reportedTimo Teräs1-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.
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-27solver, test: implements more provides things, add testsTimo Teräs1-0/+9
ref #574