Open MarisaLovesUsAll opened 10 years ago
How about adding this? visitor.d, line 103~ version(linux) { blackHole = File("/dev/null", "w"); } version(Windows) { blackHole = File("NUL", "w"); } ... I also think Windows support might be useful.
Couldn't you have just written that as a pull request?
How about adding this? visitor.d, line 103~ version(linux) { blackHole = File("/dev/null", "w"); } version(Windows) { blackHole = File("NUL", "w"); } ... I also think Windows support might be useful.