On Friday, 14 September 2018 at 19:42:39 UTC, Josphe Brigmo wrote:
It's a bug, but how the hell can I reproduce examples when it depends on the file system?

Something like this (though I don't know much about Windows, so this might be wrong):

auto path = getcwd;
auto dir = `0123456789abcdef`;
foreach (i; 0..20)
{
  path = buildPath(path, dir);
}
system("mkdir " ~ path);
dirEntries(path, SpanMode.shallow);

And describe what filesystem you're using (presumably NTFS), what OS and version, 64-bit vs 32-bit, etc.

Reply via email to