digitalmars.D - dirEntries second encounter
- Michael (7/10) Mar 08 2013 Dmd 2.062, Win 8 x64
- Michael (1/1) Mar 08 2013 And std.utf is broken on Win 64?
- Jonathan M Davis (6/7) Mar 08 2013 I don't know how stable dmd is for Win64 or how well it really works, bu...
Dmd 2.062, Win 8 x64 Example from http://forum.dlang.org/thread/pnuxfheeaqwyfjdqwyzw forum.dlang.org crashes hereAnd "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?dfiles = dirEntries(compiler.srcDestination, "*.d", SpanMode.depth); files = dfiles.array;
Mar 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
Mar 08 2013