Commit 8871477
Remove endless loop detection to address linkedin#15.
So the obvious downside is the risk of actually getting into an endless
loop but I think the risk is worth it. If the code is solid then this
is not possible, so I'd rather address those cases as (if?) they come
up, instead causing false failures like the case in this issue.1 parent 4ffb0c2 commit 8871477
File tree
1 file changed
+8
-0
lines changed- src/test/java/com/linkedin/urls/detection
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
671 | 679 | | |
672 | 680 | | |
673 | 681 | | |
| |||
0 commit comments