[Issue 8936] Throwing results in searching the whole directory tree rooted in current directory

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 23 15:50:28 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8936



--- Comment #27 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2012-12-23 15:50:27 PST ---
(In reply to comment #26)
> (In reply to comment #24)
> 
> I just commited a fix to https://github.com/Ingrater/druntime/tree/pull8936
> can you please confirm it actuall works?

Yes it works now, and the search path is now:

Search paths: C:\WINDOWS;

Thanks for your work!

Before your latest commit I was going to recommend to try making the code
search the Windows folder before it searches the local path. So e.g. in that
commit before where I've had:

Search paths: C:;C:\WINDOWS;

maybe the simple fix would be to put the local path last:

Search paths: C:\WINDOWS;C:;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list