Re: [swift-corelibs-dev] NSCoding methods

2015-12-24 Thread Luke Howard via swift-corelibs-dev
NSKeyedUnarchiver is working, at least for a few classes for which I’ve implemented initWithCoder:. Promisingly encoding and decoding nested Swift classes works, using name mangling we discussed yesterday. It does use NSPropertyListSerialization to read the entire property list into memory, whe

Re: [swift-corelibs-dev] [xctest] Terminology: What to call "swift-corelibs-xctest" and "Apple XCTest"

2015-12-24 Thread Daniel Dunbar via swift-corelibs-dev
I believe we have been saying "Corelibs XCTest", but agree it would be nice to have a standard labelling. - Daniel > On Dec 22, 2015, at 11:57 PM, Brian Gesiak via swift-corelibs-dev > wrote: > > Hello all, > > I've been referring to the project hosted at > https://github.com/apple/swift-co