[dynamic_bitset] Maintainer available?
Hi Boost developers, Does anybody know if the maintainer of dynamic_bitset is available? I made some contributions to dynamic_bitset on GitHub last year but there doesn't appear to have been any activity in the repository for many months. My pop_back() commit was accepted into the 'develop' branch over 5 months ago and, despite passing tests, has yet to be merged to 'master'. I also implemented capacity(), reserve(), and shrink_to_fit() which have been sitting in a pull request waiting to go into 'develop' since November. It would be nice to get these into 1.58.0 if possible. Kind regards, Riccardo -- View this message in context: http://boost.2283326.n4.nabble.com/dynamic-bitset-Maintainer-available-tp467... Sent from the Boost - Dev mailing list archive at Nabble.com.
AMDG On 01/31/2015 07:24 AM, Riccardo Marcangelo wrote:
Does anybody know if the maintainer of dynamic_bitset is available?
There is none.
I made some contributions to dynamic_bitset on GitHub last year but there doesn't appear to have been any activity in the repository for many months.
My pop_back() commit was accepted into the 'develop' branch over 5 months ago and, despite passing tests, has yet to be merged to 'master'.
I just checked the regression report for dynamic_bitset and the only failures are not a result of your changes, so I just merged pop_back to master.
I also implemented capacity(), reserve(), and shrink_to_fit() which have been sitting in a pull request waiting to go into 'develop' since November.
It would be nice to get these into 1.58.0 if possible.
In Christ, Steven Watanabe
participants (2)
-
Riccardo Marcangelo
-
Steven Watanabe