Re: [swift-corelibs-dev] Query on bridgeable classes

2017-02-21 Thread Nethra Ravindran via swift-corelibs-dev
Thanks Philippe! - Nethra Ravindran On Tue, Feb 21, 2017 at 10:44 PM, Philippe Hausler wrote: > The reasoning why is that some classes are designed as a has-a > relationship instead of an is-a relationship. For example a NSRunLoop has a > CFRunLoopRef but a NSString is a CFStringRef. This means

Re: [swift-corelibs-dev] Query on bridgeable classes

2017-02-21 Thread Philippe Hausler via swift-corelibs-dev
The reasoning why is that some classes are designed as a has-a relationship instead of an is-a relationship. For example a NSRunLoop has a CFRunLoopRef but a NSString is a CFStringRef. This means that you cannot pass a NSRunLoop to a function that takes a CFRunLoopRef by design. Where-as any met

Re: [swift-corelibs-dev] Query on bridgeable classes

2017-02-21 Thread Nethra Ravindran via swift-corelibs-dev
For example NSURLComponents is not CFBridgeable. - Nethra Ravindran On Tue, Feb 21, 2017 at 3:01 PM, Alex Blewitt wrote: > Do you have a couple of examples that you're referring to? > > Alex > > On 21 Feb 2017, at 09:25, Nethra Ravindran via swift-corelibs-dev < > [email protected]>

Re: [swift-corelibs-dev] Query on bridgeable classes

2017-02-21 Thread Alex Blewitt via swift-corelibs-dev
Do you have a couple of examples that you're referring to? Alex > On 21 Feb 2017, at 09:25, Nethra Ravindran via swift-corelibs-dev > wrote: > > Hi everyone, > > To be more precise, I would like to know why few classes are not CFBridgeable. > > Thank you. > > - Nethra Ravindran > > On Tue,

Re: [swift-corelibs-dev] Query on bridgeable classes

2017-02-21 Thread Nethra Ravindran via swift-corelibs-dev
Hi everyone, To be more precise, I would like to know why few classes are not CFBridgeable. Thank you. - Nethra Ravindran On Tue, Feb 21, 2017 at 2:20 PM, Nethra Ravindran < [email protected]> wrote: > Hi, > > I see that some classes are bridgeable and some are not. It would be great

[swift-corelibs-dev] Query on bridgeable classes

2017-02-21 Thread Nethra Ravindran via swift-corelibs-dev
Hi, I see that some classes are bridgeable and some are not. It would be great if someone can explain why few classes are not bridgeable. Thank you! - Nethra Ravindran ___ swift-corelibs-dev mailing list [email protected] https://lists.swift