[Issue 7264] Can't iterate result from 4-arg dirEntries as string

2012-03-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7264 --- Comment #2 from github-bugzi...@puremagic.com 2012-03-17 10:20:09 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos

[Issue 7264] Can't iterate result from 4-arg dirEntries as string

2012-03-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7264 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7264] Can't iterate result from 4-arg dirEntries as string

2012-01-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7264 --- Comment #1 from Mike Parker aldac...@gmail.com 2012-01-10 00:26:25 PST --- Sorry for the copy-paste error. The first example should have been this: --- foreach (string name; dirEntries(., SpanMode.breadth)) { writeln(name); } --- --