[1.41.0] Release branch closed for all changes; beta RC tomorrow

The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time. --Beman

The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
The Spirit team would like to ask for 2 days extension as we committed a bug fix last Thursday and were planning to merge this change today (as the tests have cycled). The changes will not influence any existing code or other Boost library as these are related to the new Spirit V2.1 release. Regards Hartmut ------------------- Meet me at BoostCon http://boostcon.com

On Mon, Oct 26, 2009 at 3:55 PM, Hartmut Kaiser <hartmut.kaiser@gmail.com> wrote:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
The Spirit team would like to ask for 2 days extension as we committed a bug fix last Thursday and were planning to merge this change today (as the tests have cycled). The changes will not influence any existing code or other Boost library as these are related to the new Spirit V2.1 release.
OK, granted. The new target it Thursday. --Beman

The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
The Spirit team would like to ask for 2 days extension as we committed a bug fix last Thursday and were planning to merge this change today (as
On Mon, Oct 26, 2009 at 3:55 PM, Hartmut Kaiser <hartmut.kaiser@gmail.com> wrote: the tests
have cycled). The changes will not influence any existing code or other Boost library as these are related to the new Spirit V2.1 release.
OK, granted.
The new target it Thursday.
Thanks! Regards Hartmut ------------------- Meet me at BoostCon http://boostcon.com

Beman Dawes <bdawes@acm.org> writes:
On Mon, Oct 26, 2009 at 3:55 PM, Hartmut Kaiser <hartmut.kaiser@gmail.com> wrote:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
The Spirit team would like to ask for 2 days extension as we committed a bug fix last Thursday and were planning to merge this change today (as the tests have cycled). The changes will not influence any existing code or other Boost library as these are related to the new Spirit V2.1 release.
OK, granted.
The new target it Thursday.
Is it OK for me to merge my changes to boost.thread (including an implementation of futures) from trunk to release? There's a couple of additional bug fixes I only checked in today that will need the tests to cycle, but most stuff is currently green. Anthony -- Author of C++ Concurrency in Action | http://www.manning.com/williams just::thread C++0x thread library | http://www.stdthread.co.uk Just Software Solutions Ltd | http://www.justsoftwaresolutions.co.uk 15 Carrallack Mews, St Just, Cornwall, TR19 7UL, UK. Company No. 5478976

On Tue, Oct 27, 2009 at 6:42 AM, Anthony Williams <anthony.ajw@gmail.com>wrote:
Is it OK for me to merge my changes to boost.thread (including an implementation of futures) from trunk to release?
There's a couple of additional bug fixes I only checked in today that will need the tests to cycle, but most stuff is currently green.
Yes, please do. Also, please email me privately when the merge is complete. Thanks, --Beman

Beman Dawes wrote:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
I'd like to ask for permission to merge some outstanding documentation updates für ublas - especially the release notes are still missing. The patches are delayed because I was sick during the last days. mfg Gunter

On Wed, Oct 28, 2009 at 3:22 PM, Gunter Winkler <guwi17@gmx.de> wrote:
Beman Dawes wrote:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
I'd like to ask for permission to merge some outstanding documentation updates für ublas - especially the release notes are still missing. The patches are delayed because I was sick during the last days.
Permission granted. Please let me know privately when the merge is complete. Thanks, --Beman

Beman Dawes skrev:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
Beman, Can I apply the patch https://svn.boost.org/trac/boost/ticket/3579 recently discored. It's very low risk. -Thorsten

On Fri, Oct 30, 2009 at 10:41 AM, Thorsten Ottosen < thorsten.ottosen@dezide.com> wrote:
Beman Dawes skrev:
The release branch is closed for all changes. Unless someone objects
strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
Beman,
Can I apply the patch
https://svn.boost.org/trac/boost/ticket/3579
recently discored. It's very low risk.
Yes, go ahead. I'm fighting alligators here, and that is delaying the beta. Hope to be straight by late Saturday or early Sunday. --Beman

The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
using the current release branch, i get the following warnings (gcc-4.4.1, x86_64-linux-gnu) libs/boost/boost/exception/detail/exception_ptr_base.hpp:17: warning: 'class boost::exception_detail::exception_ptr_base' has virtual functions and accessible non-virtual destructor [snip] libs/boost/boost/exception_ptr.hpp:43: warning: 'class boost::exception_ptr' has virtual functions and accessible non-virtual destructor hth, tim -- tim@klingt.org http://tim.klingt.org Life is really simple, but we insist on making it complicated. Confucius

On Sun, Nov 1, 2009 at 4:23 AM, Tim Blechmann <tim@klingt.org> wrote:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
using the current release branch, i get the following warnings (gcc-4.4.1, x86_64-linux-gnu)
libs/boost/boost/exception/detail/exception_ptr_base.hpp:17: warning: 'class boost::exception_detail::exception_ptr_base' has virtual functions and accessible non-virtual destructor [snip] libs/boost/boost/exception_ptr.hpp:43: warning: 'class boost::exception_ptr' has virtual functions and accessible non-virtual destructor
hth, tim
Tim, thanks for spotting this. I'm attaching a patch that fixes this very minor issue. It should be safe to include in the release, but could wait. I've only tested the patch with MSVC and GCC. If it remains uncommitted, I'll commit it after 1.41 is out. Emil Dotchevski Reverge Studios, Inc. http://www.revergestudios.com/reblog/index.php?n=ReCode

I'm attaching a patch that fixes this very minor issue. It should be safe to include in the release, but could wait. I've only tested the patch with MSVC and GCC. If it remains uncommitted, I'll commit it after 1.41 is out.
Strictly IMO, this seems like the kind of thing that should be fixed between the beta and final release. John.

On Mon, Nov 2, 2009 at 4:20 AM, John Maddock <john@johnmaddock.co.uk> wrote:
I'm attaching a patch that fixes this very minor issue. It should be
safe to include in the release, but could wait. I've only tested the patch with MSVC and GCC. If it remains uncommitted, I'll commit it after 1.41 is out.
Strictly IMO, this seems like the kind of thing that should be fixed between the beta and final release.
Yes, agreed. Please commit as soon as the beta ships. Thanks, --Beman

On 11/02/2009 01:43 AM, Emil Dotchevski wrote:
On Sun, Nov 1, 2009 at 4:23 AM, Tim Blechmann <tim@klingt.org> wrote:
The release branch is closed for all changes. Unless someone objects strenuously, I'll build a release candidate for the beta tomorrow (Tuesday) morning, eastern US time.
using the current release branch, i get the following warnings (gcc-4.4.1, x86_64-linux-gnu)
libs/boost/boost/exception/detail/exception_ptr_base.hpp:17: warning: 'class boost::exception_detail::exception_ptr_base' has virtual functions and accessible non-virtual destructor [snip] libs/boost/boost/exception_ptr.hpp:43: warning: 'class boost::exception_ptr' has virtual functions and accessible non-virtual destructor
hth, tim
Tim, thanks for spotting this.
I'm attaching a patch that fixes this very minor issue. It should be safe to include in the release, but could wait. I've only tested the patch with MSVC and GCC. If it remains uncommitted, I'll commit it after 1.41 is out.
btw, i need to use the following patch to get rid of the second warning: diff --git a/boost/exception_ptr.hpp b/boost/exception_ptr.hpp index 91dce25..592e8b9 100644 --- a/boost/exception_ptr.hpp +++ b/boost/exception_ptr.hpp @@ -90,6 +90,8 @@ boost { } + virtual ~exception_ptr() throw() {} + operator unspecified_bool_type() const { return _empty() ? 0 : &exception_ptr::bad_alloc_; -- tim@klingt.org http://tim.klingt.org A year ago, six months ago, I thought that I was an artist. I no longer think about it, I am. Henry Miller
participants (8)
-
Anthony Williams
-
Beman Dawes
-
Emil Dotchevski
-
Gunter Winkler
-
Hartmut Kaiser
-
John Maddock
-
Thorsten Ottosen
-
Tim Blechmann