Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2023-11-11 23:12:18


Robert Ramey wrote:
> If can test the feature branch of one library X against the master
> branch of all the other libraries before me merge the feature branch
> into the master, then no "integration testing" should be necessary.

This doesn't work if you want to take advantage of a new feature
in library Y that hasn't been merged to master yet, because it's still
in development.

(It also doesn't work well if your change breaks other libraries. They'll
only know it after you merge to master.)


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