Thread overview
dirEntries second encounter
Mar 08, 2013
Michael
Mar 08, 2013
Michael
Mar 08, 2013
Jonathan M Davis
March 08, 2013
Dmd 2.062, Win 8 x64

Example from

http://forum.dlang.org/thread/pnuxfheeaqwyfjdqwyzw@forum.dlang.org

crashes here

>>dfiles = dirEntries(compiler.srcDestination, "*.d", SpanMode.depth);
>>files = dfiles.array;

And "absolutePath" also is broken (as it is use a getcwd as default param)

As I assume, all related errors come from bugs in std.utf module?
March 08, 2013
And std.utf is broken on Win 64?
March 08, 2013
On Friday, March 08, 2013 21:15:42 Michael wrote:
> And std.utf is broken on Win 64?

I don't know how stable dmd is for Win64 or how well it really works, but it's brand new, so bugs are likely. Certainly, if something works on Win32 but not Win64, then it's a bug. Please report any bugs you find to

http://d.puremagic.com/issues

- Jonathan M Davis