dillon1000/react
Commit
Browse files Add infinite loop test case
Discovered this by accident modifying Joe's playground example. This seemed to be triggered in inferReactiveScopeVariables when iterating over the DisjointSet of scopeIdentifiers. In particular this test case contains a cycle and DisjointSet.find would never terminate.
Changed paths2 files
First-parent comparisoncompiler/forget/src/__tests__/fixtures/hir/issue933-disjoint-set-infinite-loop.expect.md AddedA compiler/forget/src/__tests__/fixtures/hir/issue933-disjoint-set-infinite-loop.js AddedPatch
Files changed
Rendering syntax-highlighted changes…