Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
1.11.0
-
None
-
92d0bb4d90ec512e3e1d7d60e98a6af8f242f4de
Description
The following project...
import qbs Project { CppApplication { name: "mysterious creature" files: ["easter bunny"] } Product { name: "tasty food" condition: false Depends { name: "TheBeautifulSausage" } } }
Prints the following error messages:
ERROR: /home/jobor/playground/errorflood/errorflood.qbs:8:5 Error while handling product 'tasty food': /home/jobor/playground/errorflood/errorflood.qbs:11:9 Dependency 'TheBeautifulSausage' not found for product 'tasty food'. /home/jobor/playground/errorflood/errorflood.qbs:4:5 Error while handling product 'mysterious creature': /home/jobor/playground/errorflood/errorflood.qbs:6:16 File '/home/jobor/playground/errorflood/easter bunny' does not exist.
There should be only one error message:
ERROR: /home/jobor/playground/errorflood/errorflood.qbs:6:16 File '/home/jobor/playground/errorflood/easter bunny' does not exist.