[Release] Master branch is closed for beta
Master is closed for all changes. See the release schedule at: https://www.boost.org/development/index.html -- Release managers
On 11/07/2024 14:58, Marshall Clow via Boost wrote:
Master is closed for all changes.
Can I get permission to merge this suppression of a diagnostic on clang to Outcome: ``` #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Woverlength-strings" #endif ... #ifdef __clang__ #pragma clang diagnostic pop #endif ``` It's not even a bug fix, strictly speaking. Niall
On Jul 17, 2024, at 1:53 PM, Niall Douglas via Boost
On 11/07/2024 14:58, Marshall Clow via Boost wrote:
Master is closed for all changes.
Can I get permission to merge this suppression of a diagnostic on clang to Outcome:
``` #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Woverlength-strings" #endif ... #ifdef __clang__ #pragma clang diagnostic pop #endif ```
It's not even a bug fix, strictly speaking.
As soon as the beta is released, and the master branch is open for changes again, you can go ahead. Please wait until then. — Marshall
El 11/07/2024 a las 15:58, Marshall Clow via Boost escribió:
Master is closed for all changes.
See the release schedule at: https://www.boost.org/development/index.html
-- Release managers
When possible (maybe when Boost 1.86.0 is "open for bug fixes"), I'd like to merge the following fix to issue #265: https://github.com/boostorg/container/commit/8d0dc6daebfa6ad8ae1c4792299be66... (removing a wrong assert and updating the test case). Best, Ion
On Jul 17, 2024, at 2:21 PM, Ion Gaztañaga via Boost
El 11/07/2024 a las 15:58, Marshall Clow via Boost escribió:
Master is closed for all changes. See the release schedule at: https://www.boost.org/development/index.html -- Release managers
When possible (maybe when Boost 1.86.0 is "open for bug fixes"), I'd like to merge the following fix to issue #265:
https://github.com/boostorg/container/commit/8d0dc6daebfa6ad8ae1c4792299be66...
(removing a wrong assert and updating the test case).
Ion — That’s a lot of changes, but almost all of them are in the tests/docs. :-) You can merge once the master branch is open again - but please not until then. — Marshall
participants (3)
-
Ion Gaztañaga
-
Marshall Clow
-
Niall Douglas