Stub clock
Makes clock deterministic for test scenarios.
https://github.com/tursodatabase/limbo/issues/439
Can you explain more how this is a problem in simulator? I don't see any usages of the get_current_time fn implemented for the IO trait [code].
Hey @PlasmaIntec, what @pereman2 is saying is that we should fix get_current_time() in the IO trait instead of introducing a separate clock. The purpose of IO is to abstract all non-deterministic behavior in one place for simpler simulation.
This pull request has been marked as stale due to inactivity. It will be closed in 7 days if no further activity occurs.
This pull request has been closed due to inactivity. Please feel free to reopen it if you have further updates.