SodiumFRP / sodium-typescript

Typescript/Javascript implementation of Sodium FRP (Functional Reactive Programming) library
124 stars 17 forks source link

Timer.spec.ts test has a vertex/node cycle in it. #88

Open clinuxrulz opened 5 years ago

clinuxrulz commented 5 years ago

The vertex cycle shows itself when uncommenting the vertex cycle detection from the ensureBiggerThan function. if (vertex.visited) { throw Error(...