Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
if all packages named N provide the virtual package, list only the
name N instead of all packages providing it.
|
|
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.
|
|
Implementing basic dependency handling, install_if and awareness
of pinning.
|
|
ref #574
|