[swift-corelibs-dev] NSCoding methods
Luke Howard
lukeh at padl.com
Sat Dec 26 21:08:32 CST 2015
> I was looking over some of the init and encode methods you have, there are a few bits that might need some touch ups to match behavioral differences but I think I can probably merge in some of the work I have done as an addendum to what you have already gotten done.
Great, I just gave you write access to the branch.
> It might be good for review side of things to break out those other issues into their own pull requests. Is there a reason to implement NSLog and not just use print?
Not really, just trying to make the messages look similar to Foundation.
> SR-380; that is a compiler issue? or runtime?
Haven’t done enough research to say I’m afraid, I just did a quick fix and moved on.
> NSArchiver is old and not very cross platform on the darwin side of things anyhow. I think we should just focus on NSCoder/NSKeyedArchiver and user subclasses of each case.
Agreed.
> Have you tested yet on ubuntu?
Not yet, but will do once I’ve made a bit more progress.
— Luke
More information about the swift-corelibs-dev
mailing list