Conversation
Serialized modules
Session mut
Callcenter
Replaced new with ephemeral WIP implementation of linear WIP volatile memory support WIP reinstanted instance tunable WIP clean-up WIP fixed vm guard access issue, test file path issue WIP save_volatile and restore_volatile WIP added session id WIP committment mechanism Clean-up and fixed warnings Turned on all tests which are on in vmx Clean-up, not needed files, path, printlns Introduced memory freshness type Improved error handling Formatting Boxed error to address clippy Fix clippy error Formatting Fixed several clippy errors Two more clippy errors Addressing clippy errors for too large Err Addressing clippy errors for too large Err 2
This is done due to the fact that emitting events during a `query` is nonsensical and should never happen.
Session Commits Persistence Implementation
To make this possible, a running instance has to be made accessible through an `Env`. In this implementation, we purposefully leak the instance and place a pointer to it in the call stack. While the stack element exists in the call stack, mutable references to this instance are valid. When this element is dropped, all references to it become invalid. This works due to the fact that the stack element is guaranteed to exists for the duration of a call. Resolves #83
Add module metering
More tests ported
Contributor
|
Lets merge this to |
ureeves
approved these changes
Oct 14, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.