dlang-community / experimental.xml

A replacement of Phobos std.xml
https://rawgit.com/dlang-community/experimental.xml/gh-pages/index.html
Boost Software License 1.0
11 stars 8 forks source link

Fix std.experimental.xml.writer #21

Closed Computermatronic closed 6 years ago

Computermatronic commented 6 years ago

std.experimental.xml.writer.writeDOM does not compile when used, due to a missing foreach aggregate. I've added one, and fixed all of the things that prevent dub test from completing. There's a unittest failure in domimpl.d(2536), not to sure what's with that, not to familiar with the codebase.

rikkimax commented 6 years ago

Looks like a unittest is failing, fix that first and I'm happy to merge once CI is green.