Master branch is now open for bug fixes

The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy The next deadline: On December 6th, master closes for all changes. As always, the calendar is at https://www.boost.org/development/ — Marshall

On 16/11/2023 16:48, Marshall Clow via Boost wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
Can I get permission to merge to master this commit for Outcome: https://github.com/boostorg/outcome/commit/f7892ac2e8ef0a236f324a9111e75824a... It fixes a corner case bug. It passes CI. Niall

On Nov 17, 2023, at 1:32 AM, Niall Douglas via Boost <boost@lists.boost.org> wrote:
On 16/11/2023 16:48, Marshall Clow via Boost wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
Can I get permission to merge to master this commit for Outcome:
https://github.com/boostorg/outcome/commit/f7892ac2e8ef0a236f324a9111e75824a...
It fixes a corner case bug.
It passes CI.
Go ahead. — Marshall

On 16/11/2023 16:48, Marshall Clow via Boost wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
Purely FYI Math and Multiprecision have had their version histories (docs) updated in master. Best, John.

I would like to seek permission to merge these two commits: https://github.com/boostorg/cobalt/pull/140 On Fri, Nov 17, 2023 at 12:49 AM Marshall Clow via Boost <boost@lists.boost.org> wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
— Marshall
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

On Nov 19, 2023, at 5:22 PM, Klemens Morgenstern via Boost <boost@lists.boost.org> wrote:
I would like to seek permission to merge these two commits:
The second commit is doc-only, as far as I can see. No permission needed. The first one is more involved. If you’re happy with it, then go ahead. — Marshall
On Fri, Nov 17, 2023 at 12:49 AM Marshall Clow via Boost <boost@lists.boost.org> wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
— Marshall
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

I would like to merge https://github.com/boostorg/locale/pull/207 It changes the build files to honor disabling Iconv via boost.locale.iconv=off which is known to cause issue on recent MacOS It shouldn't cause any other changes if that is not passed to B2

On Nov 21, 2023, at 8:48 AM, Alexander Grund via Boost <boost@lists.boost.org> wrote:
I would like to merge https://github.com/boostorg/locale/pull/207 It changes the build files to honor disabling Iconv via boost.locale.iconv=off which is known to cause issue on recent MacOS
It shouldn't cause any other changes if that is not passed to B2
Looking at the change, it seems to special-case SOLARIS, not MACOS. Am I mis-reading this? — Marshall

I request permission to merge the following two commits to Boost.Test: 1) Fixes warning C5263: calling 'std::move' on a temporary object prevents copy elision: https://github.com/boostorg/test/pull/401/commits/a6063692a714d87584e9b9a940... 2) Fixes usage of PRIxPTR for glibc 2.2-2.17: https://github.com/boostorg/test/pull/401/commits/cada8c11df0ee360c2a05b0f44... CI is green with both of these. Thanks, Matt

On Nov 22, 2023, at 2:53 AM, Matt Borland <matt@mattborland.com> wrote:
I request permission to merge the following two commits to Boost.Test:
1) Fixes warning C5263: calling 'std::move' on a temporary object prevents copy elision: https://github.com/boostorg/test/pull/401/commits/a6063692a714d87584e9b9a940... 2) Fixes usage of PRIxPTR for glibc 2.2-2.17: https://github.com/boostorg/test/pull/401/commits/cada8c11df0ee360c2a05b0f44...
CI is green with both of these.
Go ahead. — Marshall

I would like to merge https://github.com/boostorg/cobalt/commit/7884039bf88cfc6ab3fc48a95161ceb6e6... into master. It fixes a corner case which may cause objects to be destroyed in the wrong order. On Fri, Nov 17, 2023 at 12:49 AM Marshall Clow via Boost <boost@lists.boost.org> wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
— Marshall
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

On Nov 28, 2023, at 3:32 PM, Klemens Morgenstern via Boost <boost@lists.boost.org> wrote:
On Fri, Nov 17, 2023 at 12:49 AM Marshall Clow via Boost <boost@lists.boost.org> wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
I would like to merge https://github.com/boostorg/cobalt/commit/7884039bf88cfc6ab3fc48a95161ceb6e6... into master.
It fixes a corner case which may cause objects to be destroyed in the wrong order.
Go ahead. — Marshall

Marshall Clow wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I'd like to merge the following changes to master: https://github.com/boostorg/assert/compare/master...develop https://github.com/boostorg/throw_exception/compare/master...develop These changes (to tests) fix test failures under the newer Intel LLVM compilers reported in https://github.com/boostorg/assert/issues/34.

On Nov 28, 2023, at 6:23 PM, Peter Dimov via Boost <boost@lists.boost.org> wrote:
Marshall Clow wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I'd like to merge the following changes to master:
https://github.com/boostorg/assert/compare/master...develop https://github.com/boostorg/throw_exception/compare/master...develop
These changes (to tests) fix test failures under the newer Intel LLVM compilers reported in https://github.com/boostorg/assert/issues/34.
Go ahead. — Marshall

чт, 16 нояб. 2023 г. в 19:49, Marshall Clow via Boost <boost@lists.boost.org>:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I'd like to merge the following changes to master: https://github.com/boostorg/pfr/compare/master...develop Those changes fix MSVC clang compilation and improve diagnostics -- Best regards, Antony Polukhin

On Nov 30, 2023, at 5:30 AM, Antony Polukhin <antoshkka@gmail.com> wrote:
чт, 16 нояб. 2023 г. в 19:49, Marshall Clow via Boost <boost@lists.boost.org>:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I'd like to merge the following changes to master:
https://github.com/boostorg/pfr/compare/master...develop
Those changes fix MSVC clang compilation and improve diagnostics
Go ahead — Marshall

Marshall Clow wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I'd like to merge the following commits to master: https://github.com/boostorg/unordered/compare/master...develop These update CMakeLists.txt and test/CMakeLists.txt to reflect the changes in dependencies and the new C++11 requirement.

On Nov 30, 2023, at 3:43 PM, Peter Dimov via Boost <boost@lists.boost.org> wrote:
Marshall Clow wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
I'd like to merge the following commits to master:
https://github.com/boostorg/unordered/compare/master...develop
These update CMakeLists.txt and test/CMakeLists.txt to reflect the changes in dependencies and the new C++11 requirement.
Go ahead — Marshall

El 16/11/2023 a las 17:48, Marshall Clow via Boost escribió:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
Hi, I'd like to merge this editorial change to unordered docs: https://github.com/boostorg/unordered/commit/f493603f5cd2bd090be440cacfcaa95... Best, Joaquín M López Muñoz

On Dec 1, 2023, at 3:24 AM, Joaquin M López Muñoz <joaquinlopezmunoz@gmail.com> wrote:
El 16/11/2023 a las 17:48, Marshall Clow via Boost escribió:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
Hi, I'd like to merge this editorial change to unordered docs:
https://github.com/boostorg/unordered/commit/f493603f5cd2bd090be440cacfcaa95...
Documentation changes do not require approval. — Marshall

On 11/16/23 19:48, Marshall Clow via Boost wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
I would like to merge Boost.Filesystem develop to master: https://github.com/boostorg/filesystem/compare/master..develop The functional change to code fixes incorrect handling of GetDiskFreeSpaceExW errors on Windows.

On Dec 5, 2023, at 4:01 AM, Andrey Semashev via Boost <boost@lists.boost.org> wrote:
On 11/16/23 19:48, Marshall Clow via Boost wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
I would like to merge Boost.Filesystem develop to master:
https://github.com/boostorg/filesystem/compare/master..develop
The functional change to code fixes incorrect handling of GetDiskFreeSpaceExW errors on Windows.
Go ahead. — Marshall

I would like to merge two fixes into master. https://github.com/boostorg/cobalt/commit/820f9c3906c236e6fd316cba4736c87e16... and https://github.com/boostorg/cobalt/commit/04af3e038520da8971a9e7433f40a7212d... On Tue, Dec 5, 2023 at 10:27 PM Marshall Clow via Boost <boost@lists.boost.org> wrote:
On Dec 5, 2023, at 4:01 AM, Andrey Semashev via Boost <boost@lists.boost.org> wrote:
On 11/16/23 19:48, Marshall Clow via Boost wrote:
The master branch is now open for bug fixes and documentation changes. Other changes by release manager permission, as described in https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 6th, master closes for all changes.
As always, the calendar is at https://www.boost.org/development/
I would like to merge Boost.Filesystem develop to master:
https://github.com/boostorg/filesystem/compare/master..develop
The functional change to code fixes incorrect handling of GetDiskFreeSpaceExW errors on Windows.
Go ahead.
— Marshall
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

On Dec 5, 2023, at 3:48 PM, Klemens Morgenstern via Boost <boost@lists.boost.org> wrote:
I would like to merge two fixes into master.
https://github.com/boostorg/cobalt/commit/820f9c3906c236e6fd316cba4736c87e16... and https://github.com/boostorg/cobalt/commit/04af3e038520da8971a9e7433f40a7212d...
Go ahead. — Marshall
participants (10)
-
Alexander Grund
-
Andrey Semashev
-
Antony Polukhin
-
Joaquin M López Muñoz
-
John Maddock
-
Klemens Morgenstern
-
Marshall Clow
-
Matt Borland
-
Niall Douglas
-
Peter Dimov