Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-14 | errors: detect self-conflicts properly | Timo Teräs | 1 | -0/+5 | |
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 | -0/+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. |