[eigen] ctest/cmake warning/error limit |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: Eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] ctest/cmake warning/error limit
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Mon, 21 Jun 2010 10:40:57 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=nX/CjadWi1xFPqhXyuPxfFe/xZsPQVGn8cnOz8402LE=; b=jrG7U+Ug1jCo13pf/AW2WVTG3E+9eZmQ4k6TNaKGeYekmu3gXgTTZVNg26QyzCb0K8 gaRjjkVvfmCUsCpivaslLgTWK00BHVtaQ9QD0W7pKKPz7D9KJiaYtBMf0vGYIuAkjmwU QJSOd5tMnynayQKW9WEQJRQ3FK4LwtjhUhISY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=R5Ita/cmldT83ykAEH1cNZZsArDDLtEaqpymb91+np9lJzAkbH009+5DT2Ci1weSUB sOJwUSahfiZF9iuBViGZVnznMuf7OoGgBkPv94FWKnDYHGtH+FUIzSzzTKOFm7Yv3Sxl ttAikdCiPAbc/jYE2OQCSCkN9J49HKa46FYZ8=
Hi,
I tried to raise the warning/error limits of the dashboards but it
does not seem to be working. It is getting more and more annoying to
apply a bunch of fixes just to see in the next dashboard submission
that there are still 50 more warnings which we did not see before. The
issue is that I caused yesterday many scattered commits while trying
to fix just a single source of warnings, namely Index related changes.
Another issue is that each build takes around 1h and it would have
saved me a lot of time if I were able to build and run the tests once
while seeing all errors and warnings.
True, I could have done that by just running the tests from within the
IDE which I am doing right now but since I am working on a laptop that
always means remotely connecting to a server and applying the fixes
over there. Building all tests on my laptop is right now not an
option.
Coming to my actual question. Does any of you know how to properly
raise the warning/error limit to CTest/CMake??
- Hauke