[swift-corelibs-dev] Query on mapping kCFNumberCharType to kCFNumberSInt8Type

2016-10-27 Thread Gayathri Bhaskaran via swift-corelibs-dev
Hello As per https://github.com/apple/swift-corelibs-foundation/blob/master/CoreFoundation/NumberDate.subproj/CFNumber.c#L432 It is observed that kCFNumberCharType is mapped to kCFNumberSInt8Type. Is there any reason why kCFNumberCharType is mapped to kCFNumberSInt8Type ? Does it make sense

Re: [swift-corelibs-dev] Query on NSKeyedArchiver

2016-10-27 Thread Luke Howard via swift-corelibs-dev
BTW is anything blocking integrating SR-2416? https://github.com/apple/swift-corelibs-foundation/pull/574 That allows value types to be archived too if they support _ObjectBridgeable (they’ll come back as reference types though). > On 27 Oct 2016, at 4:22 AM, Tony Parker via swift-corelibs-dev