-
-
Notifications
You must be signed in to change notification settings - Fork 732
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make dirEntries
more robust to changes of the working directory
#10706
base: master
Are you sure you want to change the base?
Conversation
Thanks for your pull request, @0xEAB! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + phobos#10706" |
Does not use |
ae555fb
to
5b52a2a
Compare
If this passes CI, we can keep it in, I suppose.
5b52a2a
to
0cf64dd
Compare
ping me when this is good to go. |
I’ve hinted it in #10718 (comment) already; I’m looking forward to replace this PR, too. I’m currently working on the Windows version of a more easily digestible replacement to this PR. |
Improves the situation with #9584 in a backwards compatible fashion.
Fixing the case where a
DirEntry
is implicitly converted to a relative path in form of astring
would introduce a breaking change – as far as I can tell at least.This revises the “bad” parts of #10666/#6125 – my previous PR and the other PR that it attempted to salvage, respectively.
Also inherits the “good” parts of #10669 which is another PR from me that couldn’t keep up with its goal of actually closing the bug report.