Re: [swift-corelibs-dev] [swift-dev] Swift Class Encoding Standard?

2016-10-28 Thread Jordan Rose via swift-corelibs-dev
This is somewhat intentional. While simple names can be encoded hierarchically like this, generics make everything more tricky. Consider a demangled name "Contacts.Person.Address.PostCode"—in this case not only is splitting on "." is no longer a reasonable thing to do, but there's not currently

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

2016-10-28 Thread Luke Howard via swift-corelibs-dev
Thanks, SR closed. > On 28 Oct 2016, at 3:06 AM, Tony Parker wrote: > > Sorry, this fell off my radar. I’ll test and merge again. > > - Tony > >> On Oct 27, 2016, at 2:56 AM, Luke Howard > > wrote: >> >> BTW is anything blocking integrating SR-2416? >> >> https://githu

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

2016-10-28 Thread Tony Parker via swift-corelibs-dev
Hi Gayathri, The first entry in that table is the “canonical fixed width type”. We want char to be 8 bits, so we use the SInt8 there. If you look at the places where we use the canonical type it expects it to be one of a more limited set of values. - Tony > On Oct 27, 2016, at 3:26 AM, Gayathr

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

2016-10-28 Thread Tony Parker via swift-corelibs-dev
Sorry, this fell off my radar. I’ll test and merge again. - Tony > On Oct 27, 2016, at 2:56 AM, Luke Howard wrote: > > BTW is anything blocking integrating SR-2416? > > https://github.com/apple/swift-corelibs-foundation/pull/574 >