Re: [swift-dev] Feature Proposal to improve Mixed Frameworks support

2017-07-02 Thread Gonzalo Larralde via swift-dev
Ah, great, that's even better. My solution is overkill compared to this and I think you're covering all the interesting cases anyway. I would love to work on the implementation if it's not assigned to anyone internally yet. (I've seen you mentioned there's a radar already?) Cheers. -- Slds,

Re: [swift-dev] Feature Proposal to improve Mixed Frameworks support

2017-06-30 Thread Daniel Dunbar via swift-dev
> On Jun 29, 2017, at 4:39 PM, Jordan Rose wrote: > > >> On Jun 29, 2017, at 16:35, Daniel Dunbar > > wrote: >> >> >>> On Jun 29, 2017, at 10:43 AM, Jordan Rose via swift-dev >>>

Re: [swift-dev] Feature Proposal to improve Mixed Frameworks support

2017-06-29 Thread Jordan Rose via swift-dev
> On Jun 29, 2017, at 16:35, Daniel Dunbar wrote: > > >> On Jun 29, 2017, at 10:43 AM, Jordan Rose via swift-dev > > wrote: >> >> Thanks for following through on this, Gonzalo! (The two of us talked about >> this

Re: [swift-dev] Feature Proposal to improve Mixed Frameworks support

2017-06-29 Thread Daniel Dunbar via swift-dev
> On Jun 29, 2017, at 10:43 AM, Jordan Rose via swift-dev > wrote: > > Thanks for following through on this, Gonzalo! (The two of us talked about > this briefly at WWDC.) My idea was a little less clever than yours: just > always include the internal members in the main

Re: [swift-dev] Feature Proposal to improve Mixed Frameworks support

2017-06-29 Thread Jordan Rose via swift-dev
Thanks for following through on this, Gonzalo! (The two of us talked about this briefly at WWDC.) My idea was a little less clever than yours: just always include the internal members in the main header unless you provide the name of a second header to put them in. (I called this flag

[swift-dev] Feature Proposal to improve Mixed Frameworks support

2017-06-29 Thread Gonzalo Larralde via swift-dev
I wanted to bring a few points into attention to discuss potential improvements on Mixed Frameworks support. The current status for Mixed Frameworks present some challenges, one specifically being how the Swift compiler generates the ObjC Interface Header. At this moment, there's a detection