Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-03 | commit: rephrase the error messages more understandable | Timo Teräs | 1 | -1/+1 | |
fixes #10703 | |||||
2013-06-14 | errors: detect self-conflicts properly | Timo Teräs | 1 | -2/+2 | |
and add the provided version information to the conflicts. fixes the final test case that was broken. hooray. | |||||
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -2/+7 | |
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-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -1/+1 | |
Implementing basic dependency handling, install_if and awareness of pinning. | |||||
2012-02-28 | solver: consider provided names also for preference | Timo Teräs | 1 | -0/+6 | |
ref #574 |