[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 thecybersha...@gmail.com changed:

   What|Removed |Added

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


--- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com 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 dmitry.o...@gmail.com changed:

   What|Removed |Added

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


--- Comment #2 from Dmitry Olshansky dmitry.o...@gmail.com 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: ---