[swift-dev] What to do with the rest of SE-0174?

2017-07-20 Thread Gmail via swift-dev
Hi. I was looking to implement SE-0174 (Change filter to return an associated type) but noticed that a different RangeReplaceableCollection.filter implementation had already been added in fd2ac31

Re: [swift-dev] [Discuss] Remove SwiftExperimental

2017-07-20 Thread Dave Abrahams via swift-dev
on Wed Jul 19 2017, Michael Ilseman wrote: > CC Dave/Max. Is there any current value to this library? There's plenty of value in there, but none that justifies keeping it in the standard library. Someone should spin off the contents to one or more SwiftPM projects. > Is there anything in the

Re: [swift-dev] What to do with the rest of SE-0174?

2017-07-20 Thread Dave Abrahams via swift-dev
on Thu Jul 20 2017, Gmail wrote: > Hi. > > I was looking to implement SE-0174 > > (Change filter to return an associated type) but noticed that a different > RangeReplaceableCollection.filter implem

Re: [swift-dev] [Discuss] Remove SwiftExperimental

2017-07-20 Thread Chris Lattner via swift-dev
> On Jul 19, 2017, at 1:23 PM, Robert Widmann via swift-dev > wrote: > > Hello all, > > The SwiftExperimental > > library’s stated purpose is to be a place where experimental library > fea