Re: [swift-dev] C API Annotations outside of original header?

2016-07-17 Thread Geordie Jay via swift-dev
I see they're also used for CoreGraphics, which was the example they showed at WWDC that put me onto the idea of using the annotations in the first place. I'll look into it, thanks for the idea! Saleem Abdulrasool schrieb am Mo., 18. Juli 2016 um 01:23: > On Sun, Jul 17, 2016 at 4:10 PM, Geordie

Re: [swift-dev] C API Annotations outside of original header?

2016-07-17 Thread Saleem Abdulrasool via swift-dev
On Sun, Jul 17, 2016 at 4:10 PM, Geordie Jay wrote: > Is it possible that apinotes only works for Objective C? The only docs > I've seen regarding them explicitly mention ObjC repeatedly I would find that hard to believe given that it is used for importing libdispatch (C) into Swift. > Saleem

Re: [swift-dev] C API Annotations outside of original header?

2016-07-17 Thread Geordie Jay via swift-dev
Is it possible that apinotes only works for Objective C? The only docs I've seen regarding them explicitly mention ObjC repeatedly Saleem Abdulrasool schrieb am Mo., 18. Juli 2016 um 00:43: > On Sun, Jul 17, 2016 at 1:39 PM, Geordie J via swift-dev < > swift-dev@swift.org> wrote: > >> Hi, I’m hop

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 14.04 (master) #6305

2016-07-17 Thread Chris Lattner via swift-dev
Fixed in b4cba58. -Chris > On Jul 17, 2016, at 3:40 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-14_04 [#6305] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-14_04/6305/ >

Re: [swift-dev] C API Annotations outside of original header?

2016-07-17 Thread Saleem Abdulrasool via swift-dev
On Sun, Jul 17, 2016 at 1:39 PM, Geordie J via swift-dev < swift-dev@swift.org> wrote: > Hi, I’m hoping to add CF_SWIFT_NAME annotations to an imported Clang > module (JNI) without editing the original header file itself. Is this > possible, or is there a working alternative other than creating a

[swift-dev] C API Annotations outside of original header?

2016-07-17 Thread Geordie J via swift-dev
Hi, I’m hoping to add CF_SWIFT_NAME annotations to an imported Clang module (JNI) without editing the original header file itself. Is this possible, or is there a working alternative other than creating a Swift wrapper? Maybe this is trivial but C is not my strong point. Specifically, there are

Re: [swift-dev] [Swift CI] Build Failure: 0. OSS - Swift Incremental RA - Ubuntu 15.10 (master) #6558

2016-07-17 Thread Chris Lattner via swift-dev
Fixed harder in 0296316. -Chris > On Jul 17, 2016, at 12:59 PM, no-re...@swift.org wrote: > > [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#6558] > > Build URL: > https://ci.swift.org/job/oss-swift-incremental-RA-linux-ubuntu-15_10/6558/ >

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-17 Thread Dmitri Gribenko via swift-dev
On Sun, Jul 17, 2016 at 7:41 AM, Sean Alling via swift-dev wrote: > Sorry for the late reply, > > Ted: > > A JIRA? I know that’s issue tracking, where can I get one of those? It is located here: https://bugs.swift.org/ . Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j*/ __

Re: [swift-dev] Descriptive Protocol non-conformance errors

2016-07-17 Thread Sean Alling via swift-dev
Sorry for the late reply, Ted: A JIRA? I know that’s issue tracking, where can I get one of those? This is my first foray into the swift open source mailing lists, so I apologize for my certain level of novice. _ Sean Alling Mechanical Engineer 703 . 843 . 4808 alli...@icloud

[swift-dev] Putting an app on the Android Play Store using Swift

2016-07-17 Thread Geordie J via swift-dev
Hi fellow swift devs, About a month ago we put an app on the Google Play Store that has a large component written in Swift (we think it was the first). This couldn’t have happened without the awesome work and enormous support of th