Stephen Blackheath
Stephen Blackheath
This was fixed in the C# version. Make sure it's fixed in the Java version. https://github.com/SodiumFRP/sodium/commit/fb73c4305a58fcef81fa8a5406e97b1a61a3fe0b
As discussed in https://github.com/SodiumFRP/sodium/issues/106, we should add a Transaction.isActive() method that returns true if we are currently within a transaction. This is useful for integration into non-FRP GUI libraries.
https://github.com/SodiumFRP/sodium/blob/master/c%23/src/Sodium/Sodium/Behavior.cs
SodiumFRP/sodium-typescript#87
https://github.com/SodiumFRP/sodium-typescript/pull/87
It is fixed in C# in these revs: 73cbcf99919ad54c006e425a0c0e731dfbc8593c c1b2aa000aa84a0288e1e29dacca5fc9889c4530 523c27612212a4fff430f7e0481ce191dfb54128 5a3504fd63a71098cbe45a343531a5effbce10f2
https://github.com/SodiumFRP/sodium/blob/master/c%23/src/Sodium/Sodium/Behavior.cs
This was fixed in the C# version. Make sure it's fixed in the Java version. fb73c4305a58fcef81fa8a5406e97b1a61a3fe0b
This was fixed in the C# version. Make sure it's fixed in the Scala version. fb73c4305a58fcef81fa8a5406e97b1a61a3fe0b
As discussed in #106, we should add a Transaction.isActive() method that returns true if we are currently within a transaction. This is useful for integration into non-FRP GUI libraries.