Re: [swift-dev] proposed change for master-next merges

2017-02-09 Thread Bob Wilson via swift-dev
Since the feedback on this was all positive, we’re moving ahead with this change. It seems like a good time for a status update. Some changes are already done: * We test up a test bot to build against the upstream-with-swift branches of LLVM/Clang

Re: [swift-dev] proposed change for master-next merges

2016-12-08 Thread Michael Gottesman via swift-dev
> On Dec 8, 2016, at 7:43 AM, Saleem Abdulrasool via swift-dev > wrote: > > Having been involved in the update process for the next branches, I'm really > excited to see this type of change. > > I think that the "simple" approach is both better to work and collaborate in

[swift-dev] proposed change for master-next merges

2016-12-07 Thread Bob Wilson via swift-dev
I would like to make a change in the way we handle the master-next branch. Summary: I’d like to switch to a model where we continuously test against the latest upstream LLVM changes. The goal is to simplify the process and make it easier to collaborate on maintaining master-next. Background: