-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for using the VM across the RPC boundary. #7746
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of small changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a couple more things
The last commit resolves all the outstanding comments, we will wait to be on 3.7 to use type annotations and I added doc comments and clarifications. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a minor comment.
please fix the linting error again. |
* Get basic verison of VM RPC working * Test case passes * Clean up PR * Lint * Format * Address Andrew R and TK feedback * Add comment for Andrew * Address Zhi's comment * Format * Fix broken test
* Get basic verison of VM RPC working * Test case passes * Clean up PR * Lint * Format * Address Andrew R and TK feedback * Add comment for Andrew * Address Zhi's comment * Format * Fix broken test
* Get basic verison of VM RPC working * Test case passes * Clean up PR * Lint * Format * Address Andrew R and TK feedback * Add comment for Andrew * Address Zhi's comment * Format * Fix broken test
* Get basic verison of VM RPC working * Test case passes * Clean up PR * Lint * Format * Address Andrew R and TK feedback * Add comment for Andrew * Address Zhi's comment * Format * Fix broken test
Refactor some of the internals of VM in order to enable use across the RPC boundary. I need to remove the use of the
lib
field to instead use the imports completely still.cc @zhiics @adelbertc @tmoreau89 @tkonolige @jwfromm @michalpiszczek