Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #283

2017-05-12 Thread Luke Larson via swift-dev
It’s the same test suite. Luke > On May 12, 2017, at 5:34 PM, Max Moiseev wrote: > > Missing String.init?(_:String) in an expression: > > String.init(value)! > > where value is of type String. > > Due to my changes that passed the PR compatibility testing… > Luke, isn’t it the same test suit

Re: [swift-dev] [Swift CI] Build Failure: 2. Swift Source Compatibility Suite (master) #283

2017-05-12 Thread Luke Larson via swift-dev
Where did you run the compatibility suite on the pull request? Luke > On May 12, 2017, at 5:46 PM, Luke Larson wrote: > > It’s the same test suite. > > Luke > >> On May 12, 2017, at 5:34 PM, Max Moiseev > > wrote: >> >> Missing String.init?(_:String) in an expressio

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] Using gyb with benchmarks

2017-04-06 Thread Luke Larson via swift-dev
> On Apr 6, 2017, at 1:14 PM, Pavol Vaskovic via swift-dev > wrote: > > On Thursday, 6 April 2017 at 19:44, Michael Gottesman wrote: >>> On Apr 6, 2017, at 6:16 AM, Pavol Vaskovic via swift-dev >>> mailto:swift-dev@swift.org)> wrote: >>> >>> ... >>> How do I make benchmarks work with gyb? >>