Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-29 Thread Tony Parker via swift-corelibs-dev
Hm, I’ll have to defer to Mike on the status of this one. If it’s not in place now, we should probably schedule it for a future release. - Tony > On Jul 29, 2016, at 11:43 AM, Brian Gesiak wrote: > > Thanks for the heads up, Tony! > > (+cc corelibs-xctest release manager

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-29 Thread Tony Parker via swift-corelibs-dev
Hi Gonzalo, While not a complete solution for the issues around bridging, the work on id-as-Any that I mentioned below was meant to help address these platform differences. For example, let’s say you had a Foundation API that looked like this in ObjC: - (void)foo:(id)x; and imported like