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
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