In one of our diff we have files with name '10.8' and '10.80' in the same dir, which caused infinite loop since numerically they are the same hence getNextSibling() call on 10.80 will always gets itself.
Details
Details
- Reviewers
cdentel epriestley lifeihuang JoelB - Group Reviewers
Blessed Reviewers - Commits
- rPHUf12025abc05b: Fix infinite loop in PhutilFileTree
Load the diff with fix.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Closed by commit rPHUf12025abc05b (authored by @sowedance, committed by @epriestley).