http://d.puremagic.com/issues/show_bug.cgi?id=8298
Mike Wey <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Mike Wey <[email protected]> 2013-02-16 08:13:38 PST --- The special file as an broken symlink. The Exception is thrown because stat return an error code in that case. With this pull request: https://github.com/D-Programming-Language/phobos/pull/1142 I've changed ensureStatDone so it also tries lstat if stat fails as to support broken symlinks in DirEntry. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
