Re: [swift-dev] Implementation of Existential Collection (AnySequence and co.)

2017-04-08 Thread Luke Larson via swift-dev
David Abrahams is the code owner for the Swift standard library. Luke > On Apr 8, 2017, at 1:45 PM, Pavol Vaskovic via swift-dev > wrote: > > Jordan Rose says in the comment on SR-4499 that Dmitri no longer works on > Swift. Who owns that part of code now? > > Also, who is able to answer my

Re: [swift-dev] Implementation of Existential Collection (AnySequence and co.)

2017-04-08 Thread Pavol Vaskovic via swift-dev
Jordan Rose says in the comment on SR-4499 that Dmitri no longer works on Swift. Who owns that part of code now? Also, who is able to answer my original questions from this thread? --Pavol On Wed, 5 Apr 2017 at 18:56, Pavol Vaskovic wrote: > On Wednesday, 5 April 2017 at 16:04, rintaro ishizak

[swift-dev] Getting an immediate edit-compile-debug cycle for Server Side Swift

2017-04-08 Thread Simon Pilkington via swift-dev
Hi all, One of the features web developers really appreciate about scripting (interpreted) languages such as Javascript/Node for server side development is that they provide a virtually immediate edit-compile-debug cycle. A dev makes a change to their code, refreshes their browser and see the e

Re: [swift-dev] Compiler crash when optimisation enabled

2017-04-08 Thread Mark Woollard via swift-dev
Hi Tried building our codebase with the 1st April master snapshot and get a compiler crash at an earlier stage of the build so can’t confirm. I’ll file a bug for this latest crash… Mark > On 8 Apr 2017, at 04:01, Slava Pestov wrote: > > Correction — the PR is for swift-3.1-branch, not master