SodiumFRP / sodium

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

Add Test For Transaction Regen to Java Version #158

Open jam40jeff opened 5 years ago

jam40jeff commented 5 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.