Boost C++ Libraries: Ticket #2275: Recent ublas changes break existing code. https://svn.boost.org/trac10/ticket/2275 <p> I'm seeing a lot of test failures from inside Boost.uBlas for example: <a class="ext-link" href="http://beta.boost.org/development/tests/trunk/developer/output/Sandia-darwin-intel-boost-bin-v2-libs-math-test-test_remez-test-darwin-4-0-1-debug.html"><span class="icon">​</span>http://beta.boost.org/development/tests/trunk/developer/output/Sandia-darwin-intel-boost-bin-v2-libs-math-test-test_remez-test-darwin-4-0-1-debug.html</a> that appear to be caused by this recent change: <a class="ext-link" href="http://svn.boost.org/trac/boost/changeset/48466/trunk/boost/numeric/ublas/triangular.hpp"><span class="icon">​</span>http://svn.boost.org/trac/boost/changeset/48466/trunk/boost/numeric/ublas/triangular.hpp</a> </p> <p> Can this be fixed? </p> <p> Many thanks, </p> <p> John Maddock. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2275 Trac 1.4.3 Gunter Mon, 01 Sep 2008 20:25:42 GMT status changed https://svn.boost.org/trac10/ticket/2275#comment:1 https://svn.boost.org/trac10/ticket/2275#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> Ticket Gunter Mon, 01 Sep 2008 20:28:19 GMT <link>https://svn.boost.org/trac10/ticket/2275#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2275#comment:2</guid> <description> <p> I already expected this problem because I only fixed the triangular matrices but not the adaptors. IMO the fix should be quite simple. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Gunter</dc:creator> <pubDate>Mon, 01 Sep 2008 21:32:56 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2275#comment:3 https://svn.boost.org/trac10/ticket/2275#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/48523" title="- fix and close #2275 - added missing changes of triangular_adaptor ...">[48523]</a>) - fix and close <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2275" title="#2275: Bugs: Recent ublas changes break existing code. (closed: fixed)">#2275</a> </p> <ul><li>added missing changes of triangular_adaptor (see rev. 48466) </li><li>fixed order of arguments in functional basic_strict_lower::global_restrict1(...) </li></ul> Ticket anonymous Mon, 01 Sep 2008 21:37:18 GMT attachment set https://svn.boost.org/trac10/ticket/2275 https://svn.boost.org/trac10/ticket/2275 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">triangular_find.cpp</span> </li> </ul> <p> some kind of unittest that verifies the solution </p> Ticket Gunter Tue, 02 Sep 2008 19:06:07 GMT status changed; resolution deleted https://svn.boost.org/trac10/ticket/2275#comment:4 https://svn.boost.org/trac10/ticket/2275#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">fixed</span> </li> </ul> <p> from regression test I see that more classes have to be fixed. </p> Ticket Gunter Mon, 08 Sep 2008 22:06:26 GMT <link>https://svn.boost.org/trac10/ticket/2275#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/2275#comment:5</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/48676" title="- see #2275 - fix symmetric and hermitian matrix ">[48676]</a>) - see <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2275" title="#2275: Bugs: Recent ublas changes break existing code. (closed: fixed)">#2275</a> </p> <ul><li>fix symmetric and hermitian matrix </li></ul> </description> <category>Ticket</category> </item> <item> <dc:creator>Gunter</dc:creator> <pubDate>Thu, 02 Apr 2009 21:50:25 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/2275#comment:6 https://svn.boost.org/trac10/ticket/2275#comment:6 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> all fixes have been committed now. </p> Ticket