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

2017-07-21 Thread Chris Lattner via swift-dev
> On Jul 21, 2017, at 8:57 AM, Joe Groff wrote: > > > > On Jul 20, 2017, at 12:54 PM, Chris Lattner via swift-dev > mailto:swift-dev@swift.org>> wrote: > >> >>> On Jul 19, 2017, at 1:23 PM, Robert Widmann via swift-dev >>> mailto:swift-dev@swift.org>> wrote: >>> >>> Hello all, >>> >>> Th

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

2017-07-21 Thread Joe Groff via swift-dev
> On Jul 20, 2017, at 12:54 PM, Chris Lattner via swift-dev > wrote: > > >> 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 features could be explored

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

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] [Discuss] Remove SwiftExperimental

2017-07-19 Thread Michael Ilseman via swift-dev
CC Dave/Max. Is there any current value to this library? Is there anything in there that would be useful to migrate to another place like test/Prototypes? > On Jul 19, 2017, at 1:23 PM, Robert Widmann via swift-dev > wrote: > > Hello all, > > The SwiftExperimental >

[swift-dev] [Discuss] Remove SwiftExperimental

2017-07-19 Thread Robert Widmann via swift-dev
Hello all, The SwiftExperimental library’s stated purpose is to be a place where experimental library features could be explored without fear of committing to a stable interface. At least, t