You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Store trait is already revertible friendly - by providing .reset() and .apply() methods. But these two are not implemented for InMemoryStore - rather it's extended via RevertibleStore.
It would be ideal if we leverage the original Store trait to implement a revertible InMemoryStore directly.
PS. RevertibleStore already has a non-terminating issue #129.
The text was updated successfully, but these errors were encountered:
The
Store
trait is already revertible friendly - by providing.reset()
and.apply()
methods. But these two are not implemented forInMemoryStore
- rather it's extended viaRevertibleStore
.It would be ideal if we leverage the original
Store
trait to implement a revertibleInMemoryStore
directly.PS.
RevertibleStore
already has a non-terminating issue #129.The text was updated successfully, but these errors were encountered: