Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-11 | commit: rephrase the error messages more understandable | Timo Teräs | 1 | -1/+1 | |
fixes #10703 (cherry picked from commit 8a794021c42baf8e1c12ae5e8e8313b66443002e) | |||||
2013-06-13 | errors: rewrite the logic how errors are reported | Timo Teräs | 1 | -0/+11 | |
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. |