cl-fad
cl-fad copied to clipboard
Suggestion to prevent infinite loops when traversing
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:
Desirable but harder to prevent traversing the same directory or file twice.