-
Notifications
You must be signed in to change notification settings - Fork 212
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
Vat-side promise ID retirement #2358
Conversation
@@ -28,7 +28,7 @@ test('local vat manager', async t => { | |||
t.deepEqual(JSON.parse(c.kpResolution(c.bootstrapResult).body), expected); | |||
}); | |||
|
|||
test('xs vat manager', async t => { | |||
test.skip('xs vat manager', async t => { |
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.
that's fine, this test is going away in @dckc 's work anyways, to be replaced with the xsnap
variant
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.
I don't know why I thought this was true. It's not. The xsnap
variant uses the same test.
Looks pretty good. Please fix the minor |
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.
This is not a review. This is a GitHub glitch.
ef8ec22
to
b433387
Compare
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.
Looks good. I think Dan's PR just landed so you'll need one more rebase.
b433387
to
7b64a50
Compare
Changes to allow vat-side promise ID retirement.
Note that the xs vat worker test (in
SwingSet/test/workers/test-worker.js
) is currently disabled, as there's something in there that doesn't get along with these changes. This probably should be addressed before we land this.Also: doc changes still to come.