Follow symlinks in readdir() and readdirSync() - #56
Conversation
|
Let me know if the indentation style used in tests aren't to your linking, not sure if the linter rules will complain if they're not. This patch will resolve symlinks in the same way |
|
This isn't quite ready yet |
|
This feels okay now |
There was a problem hiding this comment.
there might be an issue here with <link> -> <link> -> <file>-type paths or something
|
Thanks for this @caitp! It looks like there might be more work needed to recursively follow links, but I think this is a nice enhancement. |
Follow symlinks in readdir() and readdirSync().
|
Published as |
I sent a followup with a bit more work on this portion --- I believe this matches the typical posix/libc behaviour, but I need to check that as it's been a while |
Closes #14