[Issue 11852] RDMD broken on the Github HEAD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 5 12:12:21 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11852
--- Comment #4 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2014-01-05 12:12:19 PST ---
It's likely triggered by one of the three mkdirRecurse calls in RDMD, which
calls mkdir on Posix, which is the origin of std/file.d(1364) in git-head.
Maybe there should be a check first via:
if (!path.exists())
path.mkdirRecurse();
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list