[1.77] Requesting post-beta merges
I have some late changes I'd like to merge to master if possible: For multiprecision, it's basically a single bug fix (for https://github.com/boostorg/multiprecision/issues/342), details here: https://github.com/boostorg/multiprecision/pull/344, note that the single CI failure is spurious. For Math, the collected changes are here: https://github.com/boostorg/math/pull/661 The really big changes here are documentation, the remaining issues fixed are documented in the PR above. There is one further change for Math, that I've neglected to cherry pick to the PR above, but it's this one: https://github.com/boostorg/math/pull/659 which fixes some invalid code that had slipped through. Many thanks! John. -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
On Jul 15, 2021, at 9:52 AM, John Maddock via Boost
I have some late changes I'd like to merge to master if possible:
For multiprecision, it's basically a single bug fix (for https://github.com/boostorg/multiprecision/issues/342), details here: https://github.com/boostorg/multiprecision/pull/344, note that the single CI failure is spurious.
Go ahead.
For Math, the collected changes are here: https://github.com/boostorg/math/pull/661
The really big changes here are documentation, the remaining issues fixed are documented in the PR above.
494 changed files! Yikes. The non-doc changes look fine to me. The doc changes I don’t need to look at.
There is one further change for Math, that I've neglected to cherry pick to the PR above, but it's this one: https://github.com/boostorg/math/pull/659 which fixes some invalid code that had slipped through.
That’s a weird bit of code ;-) Go head.
Many thanks! John.
Thanks for checking - and thanks for splitting out the doc changes into a (big) chunk that I can ignore. — Marshall
On 15/07/2021 18:05, Marshall Clow via Boost wrote:
On Jul 15, 2021, at 9:52 AM, John Maddock via Boost
wrote: I have some late changes I'd like to merge to master if possible:
For multiprecision, it's basically a single bug fix (for https://github.com/boostorg/multiprecision/issues/342), details here: https://github.com/boostorg/multiprecision/pull/344, note that the single CI failure is spurious. Go ahead.
For Math, the collected changes are here: https://github.com/boostorg/math/pull/661
The really big changes here are documentation, the remaining issues fixed are documented in the PR above. 494 changed files! Yikes. The non-doc changes look fine to me. The doc changes I don’t need to look at.
There is one further change for Math, that I've neglected to cherry pick to the PR above, but it's this one: https://github.com/boostorg/math/pull/659 which fixes some invalid code that had slipped through. That’s a weird bit of code ;-) Go head.
It still needs fixing "properly", but at least that compiles now! Merges done. Many thanks, John.
Many thanks! John. Thanks for checking - and thanks for splitting out the doc changes into a (big) chunk that I can ignore.
— Marshall
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
-- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
participants (2)
-
John Maddock
-
Marshall Clow