digitalmars.D - dirEntries second encounter
- "Michael" <pr m1xa.com> Mar 08 2013
- "Michael" <pr m1xa.com> Mar 08 2013
- "Jonathan M Davis" <jmdavisProg gmx.com> Mar 08 2013
Dmd 2.062, Win 8 x64 Example from http://forum.dlang.org/thread/pnuxfheeaqwyfjdqwyzw forum.dlang.org crashes heredfiles = 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
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









"Michael" <pr m1xa.com> 