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