Re: [swift-users] Swift migration bug

2016-10-03 Thread Nate Birkholz via swift-users
No worries, since it was related to changing Swift syntax I thought it might end up being in some schema file maintained by the Swift team, thus the original question. :) Easy enough to add it to my list of radars. Sent from my iPhone, please excuse brevity and errors > On Oct 3, 2016, at 3:59

Re: [swift-users] Swift migration bug

2016-10-03 Thread Jordan Rose via swift-users
Ha, sorry to get to these in the wrong order. The real rule is "is the feature part of the Swift Open Source project", but certainly a normal Xcode user isn't thinking about whether the command they just used "came from Xcode" or "came from Swift". Radars will always get to Apple Swift people i

Re: [swift-users] Swift migration bug

2016-10-03 Thread Nate Birkholz via swift-users
Then Jordan Rose closed it as not a Swift bug. :) On Mon, Oct 3, 2016 at 2:03 AM, Alex Blewitt wrote: > On 30 Sep 2016, at 19:30, Nate Birkholz via swift-users < > swift-users@swift.org> wrote: > > I found a bug in Swift 2.3 migration in the XCUITests, not sure if the bug > goes to swift.org or

Re: [swift-users] Swift migration bug

2016-10-03 Thread Nate Birkholz via swift-users
https://bugs.swift.org/browse/SR-2837 On Mon, Oct 3, 2016 at 2:03 AM, Alex Blewitt wrote: > On 30 Sep 2016, at 19:30, Nate Birkholz via swift-users < > swift-users@swift.org> wrote: > > I found a bug in Swift 2.3 migration in the XCUITests, not sure if the bug > goes to swift.org or to Apple. >

Re: [swift-users] Swift migration bug

2016-10-03 Thread Alex Blewitt via swift-users
> On 30 Sep 2016, at 19:30, Nate Birkholz via swift-users > wrote: > > I found a bug in Swift 2.3 migration in the XCUITests, not sure if the bug > goes to swift.org or to Apple. > > UI test generator uses the syntax (XCUIElement).children(matching: .other) > but the compi

[swift-users] Swift migration bug

2016-09-30 Thread Nate Birkholz via swift-users
I found a bug in Swift 2.3 migration in the XCUITests, not sure if the bug goes to swift.org or to Apple. UI test generator uses the syntax (XCUIElement).children(matching: .other) but the compiler only recognizes childrenMatchingType(.Other), and you have to manually change the instances. Makes g