Heads up - Release branch closed as of tomorrow
Starting tomorrow (Monday, June 27), the release branch will be closed, except by permission from the release managers. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
Starting tomorrow (Monday, June 27), the release branch will be closed, except by permission from the release managers.
OK, I realize this is very late, but I've just fixed https://svn.boost.org/trac/boost/ticket/8711 which has uncovered a bunch of related and rather insidious bugs in Multiprecision. The fixes (patches attached) are mostly a collection of typecasts... it's taken a while to track down all the locations causing problems which is why this is so late... sorry! *Iff* enough of the tests cycle in the next couple of days can I please have permission to commit to release? Completely understand if not. Many thanks, John.
Starting tomorrow (Monday, June 27), the release branch will be closed, except by permission from the release managers.
OK, I realize this is very late, but I've just fixed https://svn.boost.org/trac/boost/ticket/8711 which has uncovered a bunch of related and rather insidious bugs in Multiprecision. The fixes (patches attached) are mostly a collection of typecasts... it's taken a while to track down all the locations causing problems which is why this is so late... sorry! *Iff* enough of the tests cycle in the next couple of days can I please have permission to commit to release?
Oops, same library, completely unrelated issue - a missing #include:
Index: D:/data/boost/trunk/boost/multiprecision/mpfi.hpp
===================================================================
--- D:/data/boost/trunk/boost/multiprecision/mpfi.hpp (revision 84897)
+++ D:/data/boost/trunk/boost/multiprecision/mpfi.hpp (revision 84898)
@@ -12,6 +12,7 @@
#include
On 6/24/2013 3:41 AM, John Maddock wrote:
Starting tomorrow (Monday, June 27), the release branch will be closed, except by permission from the release managers.
OK, I realize this is very late, but I've just fixed https://svn.boost.org/trac/boost/ticket/8711 which has uncovered a bunch of related and rather insidious bugs in Multiprecision. The fixes (patches attached) are mostly a collection of typecasts... it's taken a while to track down all the locations causing problems which is why this is so late... sorry! *Iff* enough of the tests cycle in the next couple of days can I please have permission to commit to release?
Completely understand if not.
Are you asking to merge this changeset: https://svn.boost.org/trac/boost/changeset/84897 ... or are there more changes coming? If that's the only change, and the tests cycle and everything looks good, then yes, go ahead. -- Eric Niebler Boost.org http://www.boost.org
OK, I realize this is very late, but I've just fixed https://svn.boost.org/trac/boost/ticket/8711 which has uncovered a bunch of related and rather insidious bugs in Multiprecision. The fixes (patches attached) are mostly a collection of typecasts... it's taken a while to track down all the locations causing problems which is why this is so late... sorry! *Iff* enough of the tests cycle in the next couple of days can I please have permission to commit to release?
Completely understand if not.
Are you asking to merge this changeset: https://svn.boost.org/trac/boost/changeset/84897
... or are there more changes coming? If that's the only change, and the tests cycle and everything looks good, then yes, go ahead.
Yes that's the change - it'll depend how quickly the tests cycle really I guess. John.
On Jun 24, 2013, at 10:46 AM, John Maddock
OK, I realize this is very late, but I've just fixed https://svn.boost.org/trac/boost/ticket/8711 which has uncovered a bunch of related and rather insidious bugs in Multiprecision. The fixes (patches attached) are mostly a collection of typecasts... it's taken a while to track down all the locations causing problems which is why this is so late... sorry! *Iff* enough of the tests cycle in the next couple of days can I please have permission to commit to release?
Completely understand if not.
Are you asking to merge this changeset: https://svn.boost.org/trac/boost/changeset/84897
... or are there more changes coming? If that's the only change, and the tests cycle and everything looks good, then yes, go ahead.
Yes that's the change - it'll depend how quickly the tests cycle really I guess.
I ran the tests locally for my configurations. test_arithmetic_cpp_dec_float_2 and test_arithmetic_cpp_dec_float_3 failed on all the C++11 testers. test_rational_io_cpp_int failed on gcc 4.2.1 test_float_io_cpp_dec_float failed on the released clang in C++11 mode (but passed on the "tip of tree" clang). All of these also failed in this morning's test run using revision 84896. So, at least in my tests, no new failures. -- Marshall Marshall Clow Idio Software mailto:mclow.lists@gmail.com A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
participants (3)
-
Eric Niebler
-
John Maddock
-
Marshall Clow