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

Suggestion to prevent infinite loops when traversing #23

Open
jtkifa opened this issue Sep 21, 2017 · 1 comment
Open

Suggestion to prevent infinite loops when traversing #23

jtkifa opened this issue Sep 21, 2017 · 1 comment

Comments

@jtkifa
Copy link

jtkifa commented Sep 21, 2017

I have a minor suggestion to prevent infinite symlink loops in walk directory, by keeping a list of the current recursion and throwing an error on detections of repeated files. To wit:

walk-directory-new.lisp.txt

@Devon7
Copy link
Contributor

Devon7 commented Jun 22, 2019

Desirable but harder to prevent traversing the same directory or file twice.

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

No branches or pull requests

2 participants