On Jun 28, 2016, at 3:31 AM, Murray Cumming
wrote: On Mo, 2016-05-30 at 19:43 +0000, Belcourt, Kenneth wrote:
On May 30, 2016, at 3:37 AM, Murray Cumming
wrote: Now that Boost 1.61 is out, it would be great if the various fixes in boost graph's develop branch could be merged/cherry-picked/whatever to master, please. There seem to be a couple of years of fixes that have not appeared in a release.
Thanks for the reminder.
To help, I tried doing a simple git merge --no-ff develop from the master branch. I think that's what boost's git workflow dictates. Here is the result: https://github.com/murraycu/graph/tree/master-murray-merged-from-develo p
There was only one tiny whitespace conflict that I had to correct manually.
Unfortunately, it has a big "merge" commit, which I find messy, but maybe that's normal with this workflow: https://github.com/boostorg/graph/commit/7891f415171a053c88bfcd84db0c87 e5175d0fbc
I've tried to create a github pull request for this merge to master, in case that's helpful: https://github.com/boostorg/graph/pull/72
Thanks, I’d prefer to cherry-pick the individual commits so I can test them against master. The recent changes to the testing infrastructure has slowed this down as it’s now less-convenient to test that it was previously. Appreciate the ping. Noel