www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dirEntries second encounter

reply "Michael" <pr m1xa.com> writes:
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?
Mar 08 2013
parent reply "Michael" <pr m1xa.com> writes:
And std.utf is broken on Win 64?
Mar 08 2013
parent "Jonathan M Davis" <jmdavisProg gmx.com> writes:
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
Mar 08 2013