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

2017-02-10 Thread Bob Wilson via swift-dev
> On Feb 9, 2017, at 5:49 PM, Bob Wilson via swift-dev > wrote: > > 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-

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 (https://ci.swift.org/view/swift-master-next/j

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 > as well as closer

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

2016-12-08 Thread Saleem Abdulrasool via swift-dev
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 as well as closer to the llvm development model which makes it easier to cross pollinate. The one thing tha

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

2016-12-07 Thread Ted Kremenek via swift-dev
This approach seems good to me. It strikes a good pragmatic balance. > On Dec 7, 2016, at 7:30 PM, Bob Wilson via swift-dev > wrote: > > 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

[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: We