Re: [swift-dev] Open-source toolchains for Playgrounds (iOS, Xcode 8)

2016-06-13 Thread Shawn Erickson via swift-dev
Those later platforms are "curated", you can only deploy apps via the App Store. It seems likely to ensure the policies and security model associated with that curation only Apple signed toolchains can be used for deployment. -Shawn On Mon, Jun 13, 2016 at 5:41 PM Karl via swift-dev wrote: > Wow

Re: [swift-dev] Swift port to Windows : Offering help!

2016-04-22 Thread Shawn Erickson via swift-dev
Trying to get back on PR1950 today.. fighting to get things building again after a recent update-checkout. -Shawn On Thu, Apr 21, 2016 at 7:18 PM Sangjin Han via swift-dev < swift-dev@swift.org> wrote: > Hi Joel, > > I list some URLs. > > Bug/Feature report in http://bugs.swift.org > ---

Re: [swift-dev] SR-122 / CollectionsMoveIndices.swift Prototype

2016-04-11 Thread Shawn Erickson via swift-dev
On Mon, Apr 11, 2016 at 11:42 AM Dave Abrahams wrote: > > on Mon Apr 11 2016, Shawn Erickson wrote: > > > Anything to attempt on strings? I see you are considering consolidating > down to > > a single index type for those, etc. Of course you also imply a large > string > > rework that may happen

Re: [swift-dev] SR-122 / CollectionsMoveIndices.swift Prototype

2016-04-11 Thread Shawn Erickson via swift-dev
Anything to attempt on strings? I see you are considering consolidating down to a single index type for those, etc. Of course you also imply a large string rework that may happen in the future. -Shawn On Mon, Apr 11, 2016 at 11:07 AM Dave Abrahams wrote: > > on Sun Apr 10 2016, Austin Zheng wr

Re: [swift-dev] SR-34

2016-03-28 Thread Shawn Erickson via swift-dev
Note I have some changes inflight to better isolate use of aspects of pthreads in the runtime behind a mutex, etc. abstraction (about to open another pull request). I was thinking about looking into Windows native implementations. -Shawn On Mon, Mar 28, 2016 at 11:18 AM Xuejun Yang via swift-de

Re: [swift-dev] SR-122 / CollectionsMoveIndices.swift Prototype

2016-03-21 Thread Shawn Erickson via swift-dev
Anything I can help with on this effort? It looks like things are moving along among the Apple folks. Not sure how to jump in without stepping on in flight work, etc. On Tue, Mar 15, 2016 at 1:39 AM Dmitri Gribenko wrote: > On Mon, Mar 14, 2016 at 7:59 PM, Shawn Erickson wrote: > > > > > > On T

Re: [swift-dev] SR-122 / CollectionsMoveIndices.swift Prototype

2016-03-14 Thread Shawn Erickson via swift-dev
On Thu, Mar 10, 2016 at 10:49 PM Dmitri Gribenko wrote: > Hi everyone, > > I just wanted to announce that we have sufficient change on the > swift-3-indexing-model branch so that we can build the core standard > library and StdlibUnittest. We achieved this by putting the protocol > new structure