Subject: Re: [boost] Master branch open for merging
From: Hans Dembinski (hans.dembinski_at_[hidden])
Date: 2019-03-20 21:58:56


On Wed, Mar 13, 2019 at 3:47 PM Marshall Clow via Boost <
boost_at_[hidden]> wrote:

> The master branch is is now open for post-beta merges, but only as
> described in the Post-Beta Merge Policy. See <
> https://github.com/boostorg/boost/wiki/Releases%3A-Beta-Merge-Policy>
>
> -- The Boost Release Team
>
> _______________________________________________
> Unsubscribe & other changes:
> http://listarchives.boost.org/mailman/listinfo.cgi/boost

I ask for permission to merge a few more commits to the master for
Histogram:

https://github.com/HDembinski/histogram/commit/43f88383acffa380aba03d7cb31e477c4592c359
This is an important bug-fix. The bug caused an assert to fail in debug
mode and a segfault in release mode. A missing unit test was added to test
the bug condition.

https://github.com/HDembinski/histogram/commit/706fa31ca2a6dfb5ef0004904146d839c0f85c59
Fixes all warnings on msvc that come from histogram code.

https://github.com/HDembinski/histogram/commit/0e9231a24fd8d070aa85b925f610d13553ea75be
Restore building coverage reports on Travis (accidentally broken in a
previous commit).

https://github.com/HDembinski/histogram/commit/95ef98091e1022c35de59ebbb400a198a5c9f6ce
https://github.com/HDembinski/histogram/commit/558907eca7c03b331185fa1b3eef8c9f2b742663
Turn off building branches on Travis and Appveyor (I use PRs now to develop
changes and to let CI test them).