[Issue 11852] RDMD broken on the Github HEAD
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 5 19:32:13 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=11852
--- Comment #5 from Puneet Goel <puneet at coverify.org> 2014-01-05 19:32:11 PST ---
(In reply to comment #4)
> 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();
Andrej you are right. I tried creating a stack report, but somehow I was not
able to manage that even I used a version of rdmd compiled with -g flag.
So I patched the rdmd.d as per your suggestion and it works. I have created a
pull request.
https://github.com/D-Programming-Language/tools/pull/104
--
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