-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link Detection Stack Depth FailSafe (#159)
* test: add failing test for cycle case Signed-off-by: Christopher Phillips <[email protected]> * test: test updates sym links Signed-off-by: Christopher Phillips <[email protected]> * change the filetree recursive pathset to represent open calls Signed-off-by: Alex Goodman <[email protected]> * add another cycle test Signed-off-by: Alex Goodman <[email protected]> * change filetree attempting path set to counters Signed-off-by: Alex Goodman <[email protected]> * remove comment Signed-off-by: Alex Goodman <[email protected]> * fix linting Signed-off-by: Alex Goodman <[email protected]> * feat: decrement stack depth Signed-off-by: Christopher Phillips <[email protected]> * test: remove old wip test name Signed-off-by: Christopher Phillips <[email protected]> * chore: style updates Signed-off-by: Christopher Phillips <[email protected]> * feat: move maxLinkDepth decrement to inside ancestor loop Signed-off-by: Christopher Phillips <[email protected]> * feat: move maxLinkDepth decrement into resolveNodeLinks loop Signed-off-by: Christopher Phillips <[email protected]> * feat: move detection to top and write minimal test case Signed-off-by: Christopher Phillips <[email protected]> * test: update linkResolution test to use internal value Signed-off-by: Christopher Phillips <[email protected]> --------- Signed-off-by: Christopher Phillips <[email protected]> Signed-off-by: Alex Goodman <[email protected]> Co-authored-by: Alex Goodman <[email protected]>
- Loading branch information
Showing
2 changed files
with
91 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters