#1214 closed Feature Requests (fixed)
Provide an error count from a bjam Quickbook build
Reported by: | Paul A. Bristow | Owned by: | Joel de Guzman |
---|---|---|---|
Milestone: | To Be Determined | Component: | quickbook |
Version: | Boost 1.34.1 | Severity: | Optimization |
Keywords: | quickbook build error count | Cc: |
Description
It is easy to miss errors like 'missing linkend' when building many sectioned documents.
So an error count (or No errors) reported at the end would be very helpful.
Perhaps a warning count too? The number of these (though not helpful - yet).
ID recommended on table: Performance Comparison of Release and De... ID recommended on table: Performance Comparison of Various Window... ID recommended on table: A Comparison of Polynomial Evaluation Me... ID recommended on table: Performance Comparison with and Without ...
It would be nice to have an errorcode set too so a command file can check too?
Change History (2)
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
(In [51884]) Merged revisions 51403-51404,51800-51801,51803,51883 via svnmerge from https://svn.boost.org/svn/boost/trunk
........
r51404 | danieljames | 2009-02-22 23:49:05 +0000 (Sun, 22 Feb 2009) | 2 lines
Write out error count on failure. Looks a bit odd at the moment but it'll do. Fixes #1214.
........
r51800 | danieljames | 2009-03-16 20:18:41 +0000 (Mon, 16 Mar 2009) | 1 line
Avoid a gcc warning about initialization order.
........
r51801 | danieljames | 2009-03-16 20:19:00 +0000 (Mon, 16 Mar 2009) | 5 lines
Fix syntax error in tests.
There was a failing test caused by a syntax error in a test. The solution is probably to improve the syntax in a new version and issue a warning in older versions.
........
r51803 | danieljames | 2009-03-16 20:21:24 +0000 (Mon, 16 Mar 2009) | 1 line
Detab
........
(In [51404]) Write out error count on failure. Looks a bit odd at the moment but it'll do. Fixes #1214.