From e51232e710dfd32764e2c2d0599df83ab85a9c74 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 13 Jun 2013 18:20:39 +0300 Subject: errors: rewrite the logic how errors are reported 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. --- test/pinning11.test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'test/pinning11.test') diff --git a/test/pinning11.test b/test/pinning11.test index a3dd856..794eed5 100644 --- a/test/pinning11.test +++ b/test/pinning11.test @@ -4,5 +4,7 @@ --test-world "a@testing" add c>=3 @EXPECT -ERROR: unsatisfiable dependencies: - c-3: not pinned: @testing +ERROR: unsatisfiable constraints: + c-3: + masked in: testing + satisfies: world[c>=3] -- cgit v1.2.3-60-g2f50