Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-02-24 | solver: do not auto select virtual-only package with one provider | Timo Teräs | 1 | -0/+2 | |
This reverts most of 0dcbd933 which allowed automatic selection of package with a "virtual provides" having only one provider. While convenient, it creates problems if multiple versions of the same package exist, or if in future other providers would be added to one of the repositories. This restore the original behaviour, and improve the error message to tell the user to mention one of the providers explicitly. fixes #10810 | |||||
2020-10-03 | commit: rephrase the error messages more understandable | Timo Teräs | 1 | -1/+1 | |
fixes #10703 | |||||
2017-11-02 | solver: only select a default if there is at least one provider with a ↵ | William Pitcock | 1 | -0/+9 | |
declared provider_priority |