dillon1000/react

Commit

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.
Browse files
Changed paths2 files
First-parent comparison
A compiler/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 Added
Patch

Files changed

Rendering syntax-highlighted changes…