Skip to content
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

fs.walk followSymlinks unimplemented #8076

Closed
andykais opened this issue Oct 22, 2020 · 1 comment · Fixed by #8479
Closed

fs.walk followSymlinks unimplemented #8076

andykais opened this issue Oct 22, 2020 · 1 comment · Fixed by #8479
Labels
help wanted community help requested

Comments

@andykais
Copy link

adding the flag followSymlinks: true to fs.walk results in the error:

error: Uncaught Error: unimplemented
                    throw new Error("unimplemented");
                          ^
    at Object.walk (file:///home/andrew/.deno/bin/wallpal.js:2600:27)

fs.walk appears to be the only std module that has tjrows an unimplemented error. That makes me believe perhaps this was not intentional? https://github.com/denoland/deno/blob/master/std/fs/walk.ts#L110. Either way, it would be awesome to re-enable this flag, there are file systems including symlinks I would like to walk over. Is there a workaround that exists in deno currently?

@bartlomieju bartlomieju added help wanted community help requested l-typescript 💪 labels Nov 18, 2020
@Liamolucko
Copy link
Contributor

I can try and fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted community help requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants