SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
851 stars 140 forks source link

Add Test For Transaction Regen To Scala Version #159

Open jam40jeff opened 6 years ago

jam40jeff commented 6 years ago

Transaction regeneration should be tested to ensure it maintains the order of nodes with the same rank. This is important not only for consistent execution order, but also because the CoalesceHandler reuses the same node as Merge and must maintain its order.