-
Notifications
You must be signed in to change notification settings - Fork 628
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
fix(fs/walk): yield broken symbolic links #3453
Conversation
I'm going to pick this back up after #3455 is merged. That way the broken links can be returned rather than simply dropped. |
Hi @joehillen, are you still happy to pursue this PR? If so, can you apply Yoshiya's previous suggestion and fix the merge conflicts? |
@iuioiua Thank you for the reminder. I had forgotten about this. Unfortunately I'm busy most of this week, but I'll be able to pick this up later this week or next. |
All good! Thanks for letting me know 👍🏾 |
d9796c9
to
c7fad4e
Compare
9b5d76e
to
b403074
Compare
Fixes denoland#3452 - tweak(fs/walk): use createWalkEntry() for consistency
- add `includeSymlinks` flag
532b10b
to
ffe5fcc
Compare
PTAL @kt3k |
Closing as we have better way to handle broken symlinks. See #3452 (comment) for more details. Also the API changes to expandGlob don't seem discussed very well. I don't find they are desirable changes. |
Fixes #3452