https://issues.dlang.org/show_bug.cgi?id=12391
--- Comment #3 from Timothee Cour <[email protected]> --- ping on this. I made local modifications to my git repo as this error was a blocker: auto h = directory.length ? opendir(directory.tempCString()) : opendir("."); if(!h) { auto s = strerror(errno).to!string; import std.stdio; stderr.writeln("ERROR: ", __FILE__,":",__LINE__," ",directory , " ",s); return false; } --
