[Issue 2838] std.file.rmdirRecurse fails

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2838 Andrei Alexandrescu changed: What|Removed |Added Version|2.027 |D2 --

[Issue 2838] std.file.rmdirRecurse fails

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #7

[Issue 2838] std.file.rmdirRecurse fails

2010-09-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 Andrei Alexandrescu changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 2838] std.file.rmdirRecurse fails

2009-10-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 Andrei Alexandrescu changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 2838] std.file.rmdirRecurse fails

2009-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 --- Comment #5 from graham.stj...@internode.on.net 2009-04-16 22:05 --- Created an attachment (id=325) --> (http://d.puremagic.com/issues/attachment.cgi?id=325&action=view) Proposed patch for std.file to handle case of linux filesyst

[Issue 2838] std.file.rmdirRecurse fails

2009-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 --- Comment #4 from unkn...@simplemachines.org 2009-04-16 21:03 --- Ah, yes, that makes sense. Please feel free to attach a patch. I'm not the one who'd accept it, but I think your approach looks sound. But, beware of convention -

[Issue 2838] std.file.rmdirRecurse fails

2009-04-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 --- Comment #3 from graham.stj...@internode.on.net 2009-04-16 20:05 --- I have looked into it some more, and it looks like setting of d_type is only supported on some filesystems. I am using reiserfs, which I guess is a bit unusual, a

[Issue 2838] std.file.rmdirRecurse fails

2009-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 unkn...@simplemachines.org changed: What|Removed |Added CC||unkn...@simplemachines.org

[Issue 2838] std.file.rmdirRecurse fails

2009-04-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2838 --- Comment #1 from graham.stj...@internode.on.net 2009-04-15 19:33 --- Created an attachment (id=323) --> (http://d.puremagic.com/issues/attachment.cgi?id=323&action=view) Simple test case The unittest code in std.file will demonst