Re: [boost] [Boost-users] Boost 1.60.0 beta 1 Release Candidates available for testing
On Tue, Nov 10, 2015 at 12:05 AM, Raffi Enficiaud < raffi.enficiaud@mines-paris.org> wrote:
Le 10/11/15 00:05, Tom Kent a écrit :
On Mon, Nov 9, 2015 at 9:52 AM, Marshall Clow
mailto:mclow.lists@gmail.com> wrote: Release candidate files for 1.60.0 beta 1 are available at http://boost.cowic.de/rc/
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Errors when building libraries for visual studio: test and type_erasure. I've grabbed the repeated outputs and posted below. Full logs are at:
32-Bit: https://gist.github.com/teeks99/bed0ef4204d24677fa4e 64-Bit: https://gist.github.com/teeks99/6d0358817ddfe43724f7
Tom
I have a fix for MSVC but some problems have also been reported for gcc4.4 c++0x mode. I can merge the fix for MSVC to develop and/or master once reopened.
Raffi
Since it is preventing building of the release binaries, I think this should be merged before the beta is released. Tom
Le 10/11/15 14:08, Tom Kent a écrit :
I have a fix for MSVC but some problems have also been reported for gcc4.4 c++0x mode. I can merge the fix for MSVC to develop and/or master once reopened.
Raffi
Since it is preventing building of the release binaries, I think this should be merged before the beta is released.
Tom
Right now the fix is on a feature branch and on develop. What is the best way of doing this? @release managers: is it ok if I merge this patch to master? The relevant changes is confined in one single commit.
On Tue, Nov 10, 2015 at 2:20 PM, Raffi Enficiaud < raffi.enficiaud@mines-paris.org> wrote:
Le 10/11/15 14:08, Tom Kent a écrit :
I have a fix for MSVC but some problems have also been reported for gcc4.4
c++0x mode. I can merge the fix for MSVC to develop and/or master once reopened.
Raffi
Since it is preventing building of the release binaries, I think this should be merged before the beta is released.
Tom
Right now the fix is on a feature branch and on develop. What is the best way of doing this?
@release managers: is it ok if I merge this patch to master? The relevant changes is confined in one single commit.
If that's the only change on the feature branch *and* it's a branch from the master commit on the super-project.. Post a message saying you want to update the super-project to reference that feature branch commit. If it's not the only change.. Make it so that it is and do the above. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
On Tue, Nov 10, 2015 at 2:27 PM, Rene Rivera
On Tue, Nov 10, 2015 at 2:20 PM, Raffi Enficiaud < raffi.enficiaud@mines-paris.org> wrote:
Le 10/11/15 14:08, Tom Kent a écrit :
I have a fix for MSVC but some problems have also been reported for
gcc4.4 c++0x mode. I can merge the fix for MSVC to develop and/or master once reopened.
Raffi
Since it is preventing building of the release binaries, I think this should be merged before the beta is released.
Tom
Right now the fix is on a feature branch and on develop. What is the best way of doing this?
@release managers: is it ok if I merge this patch to master? The relevant changes is confined in one single commit.
If that's the only change on the feature branch *and* it's a branch from the master commit on the super-project.. Post a message saying you want to update the super-project to reference that feature branch commit.
If it's not the only change.. Make it so that it is and do the above.
PS. But before that make sure the change is tested on develop. -- -- Rene Rivera -- Grafik - Don't Assume Anything -- Robot Dreams - http://robot-dreams.net -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
Le 10/11/15 21:29, Rene Rivera a écrit :
Right now the fix is on a feature branch and on develop. What is the best way of doing this?
@release managers: is it ok if I merge this patch to master? The relevant changes is confined in one single commit.
If that's the only change on the feature branch *and* it's a branch from the master commit on the super-project.. Post a message saying you want to update the super-project to reference that feature branch commit.
Technically it's not a branch from the master commit, it's a branch from develop, but we stopped develop to the state of master (so the diff that will be merged to master contains only this change). Also no other changes will be leaking to master.
If it's not the only change.. Make it so that it is and do the above.
PS. But before that make sure the change is tested on develop.
You mean wait for the runners to cycle? I wish then that they are cycling fast. It's tested on our internal CI which includes msvc-9,11,12, gcc4.8 C++03/C++11, clangosx 6 C++03/C++11. I did not have the time to include gcc4.4 C++0x.
participants (3)
-
Raffi Enficiaud
-
Rene Rivera
-
Tom Kent