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

Detect and mitigate recursion loops #23

Closed
Nekmo opened this issue Mar 5, 2018 · 0 comments
Closed

Detect and mitigate recursion loops #23

Nekmo opened this issue Mar 5, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects
Milestone

Comments

@Nekmo
Copy link
Owner

Nekmo commented Mar 5, 2018

Detect recursion loops for:

Continuous repeated dir:

/sub/A/B
/sub/A/A/B
/sub/A/A/A/B

Repeated same path:

/sub/A/B/C
/sub/A/B/C/A/B/C
/sub/A/B/C/A/B/C/A/B/C

They should not be considered loop:

Different start path:

/sub1/A/B
/sub2/A/A/B
/sub3/A/A/A/B

Middle directories:

/sub/A/B
/sub/A/C/A/B
/sub/A/A/C/A/B

Middle directories:

/sub/A/B/C
/sub/A/B/C/D/A/B/C
/sub/D/A/B/C/A/B/C/A/B/C
@Nekmo Nekmo added the enhancement New feature or request label Mar 5, 2018
@Nekmo Nekmo added this to the v0.4.0 milestone Mar 5, 2018
@Nekmo Nekmo self-assigned this Mar 5, 2018
@Nekmo Nekmo closed this as completed Jul 20, 2018
@Nekmo Nekmo added this to Done in Dirhunt Sep 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Dirhunt
  
Done
Development

No branches or pull requests

1 participant