https://issues.dlang.org/show_bug.cgi?id=11734
Andrew Edwards <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Andrew Edwards <[email protected]> --- This problem does not exist in v2.066.0-b4. I've verified on OSX 10.9, Debian 7.4, and Ubuntu 12.04 LTS with nb_dirs set to 50, 500, 5000, and 50000. Additional testing conducted on Ubuntu using the following script: <code> #!/bin/bash for i in {5..100..5} do rm -rf /tmp/some_temp_dir/ && dmd -run bug /tmp/some_temp_dir/ $i done </code> No issues encountered. --
