cl-fad icon indicating copy to clipboard operation
cl-fad copied to clipboard

Suggestion to prevent infinite loops when traversing

Open jtkifa opened this issue 8 years ago • 1 comments

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

jtkifa avatar Sep 21 '17 03:09 jtkifa

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

Devon7 avatar Jun 22 '19 17:06 Devon7