[Issue 4006] dirEntries won't span subdirectories

2012-12-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4006


Vladimir Panteleev  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||thecybersha...@gmail.com
 Resolution||WORKSFORME


--- Comment #3 from Vladimir Panteleev  2012-12-21 
21:20:05 PST ---
Works on Linux in DMD 2.060. Is expected to fail on Windows per Dmitry's
comment. OP did not specify platform... Closing.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4006] dirEntries won't span subdirectories

2012-02-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4006


Dmitry Olshansky  changed:

   What|Removed |Added

 CC||dmitry.o...@gmail.com


--- Comment #2 from Dmitry Olshansky  2012-02-24 
11:39:06 PST ---
Well I know why it fails on Windows... so damn simple :)
dirEntries returns paths with backslashes on Windows which is expected for this
OS anywa., So, of course, regex fails to find Hello/there/you hence the
assertion.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4006] dirEntries won't span subdirectories

2010-03-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4006


Jesse Phillips  changed:

   What|Removed |Added

 OS/Version|Linux   |All


--- Comment #1 from Jesse Phillips  2010-03-26 
10:43:12 PDT ---
I just found this  Issue 2838 -  std.file.rmdirRecurse fails

And it mentions the problem occurs with reiserfs which I use on Linux. Though I
also tested it on Windows with NTFS and the test still fails.

It is likely that the issue on Linux is a duplicate of the above issue, but on
Windows it may, or may not be a duplicate of the issue.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 4006] dirEntries won't span subdirectories

2010-03-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4006


Andrei Alexandrescu  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||and...@metalanguage.com
 AssignedTo|nob...@puremagic.com|and...@metalanguage.com


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---