Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-18 | errors: improve analysis for virtual packages | Timo Teräs | 1 | -0/+6 | |
if all packages named N provide the virtual package, list only the name N instead of all packages providing it. | |||||
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+21 | |
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. | |||||
2012-02-28 | solver: allow multiple packages with same virtual provides | Timo Teräs | 1 | -4/+2 | |
ref #574 | |||||
2012-02-27 | solver, test: implements more provides things, add tests | Timo Teräs | 1 | -0/+44 | |
ref #574 |