Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5539: Dead links in the regression test matrix
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-18 01:56:41
#5539: Dead links in the regression test matrix
------------------------------------------------------+---------------------
Reporter: Akim Demaille <akim.demaille@â¦> | Owner: grafik
Type: Bugs | Status: new
Milestone: To Be Determined | Component: Regression Testing
Version: Boost 1.46.1 | Severity: Problem
Resolution: | Keywords:
------------------------------------------------------+---------------------
Comment (by Andrej Stender <andrej.stender@â¦>):
After getting the latest boost sources from the official SVN repository
(trunk) on 2012-06-17, it seems to me that the major part of the bugs
mentioned in this ticket are already fixed now. However there is one tiny
issue which seems not to be fixed yet: The link to '''boost.png''' in the
HTML files created by the tool '''library_status''' is still broken. The
reason is that the HTML link to '''boost.png''' is double quoted by
accident:
{{{<img border="0" src=""/myboostpath/boost.png"" width="277"
height="86">}}}
instead of
{{{<img border="0" src="/myboostpath/boost.png" width="277"
height="86">}}}.
The reason seems to be that lib boost::filesystem already quotes the path
and then in library_status.cpp it is explicitely quoted again (which
should be removed).
I attached a patch (see library_status.cpp.patch) which fixes this issue
on my machine. I tested it on Ubuntu 12.04 64bit with gcc-4.6 and
clang-3.0 compilers.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5539#comment:2> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC