Re: [swift-corelibs-dev] Internal Tests

2016-03-15 Thread Robert Stephen Thompson via swift-corelibs-dev
If it doesn’t use it on Linux, it’s because I was mostly running tests in Xcode heh, and didn’t end up needing it in the end. On Linux, of course, I think you’d want @testable import Foundation. I’m not an Apple guy, though, I just happen to be the guy who wrote TestNSXMLDocument.swift! So if th

Re: [swift-corelibs-dev] NSXMLNode and Friends

2016-01-04 Thread Robert Stephen Thompson via swift-corelibs-dev
of dealing with the module map differentials between linux > and mac os x I would be interested to see if we could improve the state of > affairs in that bridged portion. > >> On Dec 18, 2015, at 2:33 PM, Robert Stephen Thompson via swift-corelibs-dev >> mailto:swift-corelibs-

Re: [swift-corelibs-dev] NSXMLNode and Friends

2015-12-18 Thread Robert Stephen Thompson via swift-corelibs-dev
try to move forward on this as if we’ll eventually get that > feature. It’s pretty clear that we need it. We may need to work on other > parts of the implementation first until we get it. > > - Tony > >> On Dec 18, 2015, at 9:21 AM, Robert Stephen Thompson via swift-

[swift-corelibs-dev] NSXMLNode and Friends

2015-12-18 Thread Robert Stephen Thompson via swift-corelibs-dev
Since I recently did a small implementation of NSXMLNode and NSXMLDocument to use in an iOS project, I decided to tackle doing the full-featured one here. It’s not that hard, doing it as a wrapper on libxml2, except I’ve run into a bit of a snag with making the semantics exactly match Darwin Fou