[1.33.0] Inspection report nits

Hello all, Here is today's inspection report on the RC_1_33_0 branch. Would everyone please take a look at these and fix whatever needs to be fixed? The report is also available at http://www.boost.org/inspect.html Cheers, Doug Totals 11276 files scanned 856 directories scanned 63 problems reported problem counts: 0 files with invalid line endings 0 bookmarks with invalid characters 0 invalid urls 9 broken links 26 unlinked files 21 file names too long 0 files with tabs 7 violations of the Boost min/max guidelines Summary *Library* *Problems* algorithm<http://www.boost.org/inspect.html#algorithm> 1 build <http://www.boost.org/inspect.html#build>2 date_time<http://www.boost.org/inspect.html#date_time> 5 doc <http://www.boost.org/inspect.html#doc>1 iostreams<http://www.boost.org/inspect.html#iostreams> 3 iterator <http://www.boost.org/inspect.html#iterator>7 numeric<http://www.boost.org/inspect.html#numeric> 2 program_options <http://www.boost.org/inspect.html#program_options>1 regex<http://www.boost.org/inspect.html#regex> 1 regression <http://www.boost.org/inspect.html#regression>32 test<http://www.boost.org/inspect.html#test> 7 type_traits <http://www.boost.org/inspect.html#type_traits>1 Details algorithm libs/algorithm/string/doc/external_concepts.html: unlinked file build tools/build/v2/example/libraries/util/foo/include/lib1.h: file's directory depth will exceed 8 levels if placed on a CD tools/build/v2/test/test_system.html: unlinked file date_time boost/date_time/date_parsing.hpp: violation of Boost min/max guidelines on line 80, violation of Boost min/max guidelines on line 81 boost/date_time/period.hpp: violation of Boost min/max guidelines on line 325, violation of Boost min/max guidelines on line 326 libs/date_time/xmldoc/date_time_docs_howto.html: unlinked file doc doc/html/date_time/doxy.html: broken link: ../../../boost/date_time/local_time/local_time_serialize.hpp iostreams libs/iostreams/doc/acknowledgments.html: unlinked file libs/iostreams/doc/concepts/multi-character.html: unlinked file libs/iostreams/doc/home.html: broken link: patch.html iterator libs/iterator/doc/filter_iterator_ref.html: unlinked file libs/iterator/doc/indirect_iterator_ref.html: unlinked file libs/iterator/doc/issues.html: unlinked file libs/iterator/doc/iter-issue-list.html: unlinked file libs/iterator/doc/iterator_adaptor_ref.html: unlinked file libs/iterator/doc/make_filter_iterator.html: unlinked file libs/iterator/doc/ref_problem.html: unlinked file numeric boost/numeric/conversion/detail/old_numeric_cast.hpp: violation of Boost min/max guidelines on line 159, violation of Boost min/max guidelines on line 192 program_options boost/program_options/positional_options.hpp: violation of Boost min/max guidelines on line 43 regex libs/regex/performance/input.html: unlinked file regression regression/.htaccess: leading character of one of the path compontents is not alphabetic, nonportable path tools/regression/test/compile-fail~fail.cpp: nonportable path tools/regression/test/compile-fail~pass.cpp: nonportable path tools/regression/test/compile~fail.cpp: nonportable path tools/regression/test/compile~pass.cpp: nonportable path tools/regression/test/compile~warn.cpp: nonportable path tools/regression/test/run-fail~compile-fail.cpp: nonportable path tools/regression/test/run-fail~fail-warn.cpp: nonportable path tools/regression/test/run-fail~fail.cpp: nonportable path tools/regression/test/run-fail~pass.cpp: nonportable path tools/regression/test/run-fail~warn.cpp: nonportable path tools/regression/test/run~compile-fail.cpp: nonportable path tools/regression/test/run~fail-note.cpp: nonportable path tools/regression/test/run~fail-warn.cpp: nonportable path tools/regression/test/run~fail.cpp: nonportable path tools/regression/test/run~note.cpp: nonportable path tools/regression/test/run~pass.cpp: nonportable path tools/regression/test/run~warn-note.cpp: nonportable path tools/regression/test/run~warn.cpp: nonportable path tools/regression/xsl_reports/xsl/html/issues_legend.html: unlinked file tools/regression/xsl_reports/xsl/html/library_developer_legend.html: unlinked file tools/regression/xsl_reports/xsl/html/library_user_legend.html: unlinked file tools/regression/xsl_reports/xsl/html/make_tinyurl.html: unlinked file tools/regression/xsl_reports/xsl/html/summary_developer_legend.html: unlinked file tools/regression/xsl_reports/xsl/html/summary_user_legend.html: unlinked file tools/regression/xsl_reports/xsl/v2/html/issues_legend.html: unlinked file tools/regression/xsl_reports/xsl/v2/html/library_developer_legend.html: unlinked file tools/regression/xsl_reports/xsl/v2/html/library_user_legend.html: unlinked file tools/regression/xsl_reports/xsl/v2/html/make_tinyurl.html: unlinked file tools/regression/xsl_reports/xsl/v2/html/summary_developer_legend.html: unlinked file tools/regression/xsl_reports/xsl/v2/html/summary_user_legend.html: unlinked file test libs/test/doc/components/test_exec_monitor/compilation.html: broken link: ../../../src/supplied_log_formatters.cpp, broken link: ../../../src/unit_test_result.cpp libs/test/doc/components/utf/compilation.html: broken link: ../../../src/supplied_log_formatters.cpp, broken link: ../../../src/unit_test_result.cpp libs/test/doc/components/utf/components/test_case/boost_function_tc.html: broken link: ../../../../../../../boost/test/unit_test_suite_ex.hpp libs/test/doc/components/utf/components/test_case/param_boost_function_tc.html: broken link: ../../../../../../../boost/test/unit_test_suite_ex.hpp libs/test/doc/tests/unit_test_suite_ex_test.html: broken link: ../../test/unit_test_suite_ex_test.cpp type_traits libs/type_traits/cxx_type_traits.htm: unlinked file

John Maddock wrote:
regex
libs/regex/performance/input.html: unlinked file
That's intentional.
type_traits
libs/type_traits/cxx_type_traits.htm: unlinked file
Intentional: it forwards to the new location in case there are any outside links.
Perhaps, the inspection report tool should get a hint, E.g. through a comment embedded in the html files. Regards, m Send instant messages to your online friends http://au.messenger.yahoo.com

Eric Neibler wrote:
I checked out the min/max "violations", and they're all in comments.
On Dec 1, 2005, at 11:51 AM, John Maddock wrote:
libs/regex/performance/input.html: unlinked file
That's intentional.
libs/type_traits/cxx_type_traits.htm: unlinked file
Intentional: it forwards to the new location in case there are any outside links.
Someone with a small amount of free time could probably hack up the inspect script so that it doesn't report these errors... Doug

"Doug Gregor" <doug.gregor@gmail.com> wrote in message news:24b520d20512010704w6d06cb08m3991e843077ebf58@mail.gmail.com...
Hello all,
Here is today's inspection report on the RC_1_33_0 branch. Would everyone please take a look at these and fix whatever needs to be fixed? The report is also available at http://www.boost.org/inspect.html
Cheers, Doug
Totals
11276 files scanned 856 directories scanned 63 problems reported
problem counts: 0 files with invalid line endings 0 bookmarks with invalid characters 0 invalid urls 9 broken links 26 unlinked files 21 file names too long 0 files with tabs 7 violations of the Boost min/max guidelines
Summary *Library* *Problems* ... date_time<http://www.boost.org/inspect.html#date_time> ...
date_time
boost/date_time/date_parsing.hpp: violation of Boost min/max guidelines on line 80, violation of Boost min/max guidelines on line 81 boost/date_time/period.hpp: violation of Boost min/max guidelines on line 325, violation of Boost min/max guidelines on line 326
These are not min/max violations. They are simply occurances of the word "min" or "max" within comments.
libs/date_time/xmldoc/date_time_docs_howto.html: unlinked file
This particular file isn't supposed to be linked.
doc
doc/html/date_time/doxy.html: broken link: ../../../boost/date_time/local_time/local_time_serialize.hpp
I don't know about this one. I don't see it in cvs: http://cvs.sourceforge.net/viewcvs.py/boost/boost/doc/html/date_time/ Bart

Doug Gregor wrote:
Here is today's inspection report on the RC_1_33_0 branch. Would everyone please take a look at these and fix whatever needs to be fixed?
iostreams
libs/iostreams/doc/acknowledgments.html: unlinked file libs/iostreams/doc/concepts/multi-character.html: unlinked file libs/iostreams/doc/home.html: broken link: patch.html
These should be fixed now. -- Jonathan Turkanis www.kangaroologic.com
participants (7)
-
Bart
-
Doug Gregor
-
Douglas Gregor
-
Eric Niebler
-
John Maddock
-
Jonathan Turkanis
-
Martin Wille