Boost logo

Boost :

Subject: Re: [boost] El Capitan issues (Was: [1.61] Two weeks remaining for new libraries and breaking changes)
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2016-02-17 02:30:03


On 2016-02-16 22:45, Robert Ramey wrote:
> On 2/16/16 11:08 AM, Edward Diener wrote:
>
>>> Sorry, the suggestion is that on the develop test matrix, each library
>>> be tested on the develop branch against the other libraries on the
>>> master branch. This would permit a developer to make an innocent
>>> mistake without bringing down the whole system.
>>
>> This creates a problem when code in one library in the 'develop' branch
>> depends on code in another library in the 'develop' branch.
>
> I think this is an exceedingly rare occurrence and I doubt that it ever
> happens.

Just recently I've had another case of synchronized update of multiple
repositories on develop.

https://github.com/boostorg/winapi/pull/20
https://github.com/boostorg/dll/pull/7
https://github.com/boostorg/dll/pull/8

Such situations appear more often than you think.

In general, I want my develop code to be tested against develop of other
libraries to be able to detect failures before they get released. I
wouldn't mind to have _additional_ testing against master of all other
libraries.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk