We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@FUDCo , after rebase-ing #3525 to current master, I still get the following error:
test/virtualObjects/test-representatives.js:469 468: } 469: t.deepEqual(remainingVOs, { 470: 'v1.vs.vom.o+1/2': '{"label":{"body":"\\"thing #2\\"","slots":[]}}', Difference: { 'v1.vs.vom.o+1/2': '{"label":{"body":"\\"thing #2\\"","slots":[]}}', + 'v1.vs.vom.o+1/2.refCount': '0 0', 'v1.vs.vom.o+1/3': '{"label":{"body":"\\"thing #3\\"","slots":[]}}', - 'v1.vs.vom.o+1/4': '{"label":{"body":"\\"thing #4\\"","slots":[]}}', - 'v1.vs.vom.o+1/5': '{"label":{"body":"\\"thing #5\\"","slots":[]}}', - 'v1.vs.vom.o+1/6': '{"label":{"body":"\\"thing #6\\"","slots":[]}}', + 'v1.vs.vom.o+1/3.refCount': '1 0', + 'v1.vs.vom.o+1/8': '{"label":{"body":"\\"thing #8\\"","slots":[]}}', + 'v1.vs.vom.o+1/9': '{"label":{"body":"\\"thing #9\\"","slots":[]}}', } › test/virtualObjects/test-representatives.js:469:5
See https://github.com/Agoric/agoric-sdk/pull/3525/checks?check_run_id=3196077205 and https://github.com/Agoric/agoric-sdk/pull/3525/checks?check_run_id=3196077794
This PR used to work on a very recent master, so the kernel gc problem is new.
The text was updated successfully, but these errors were encountered:
Note that the PR is a one line change, so it is trivial to try it out on whatever instrumented version you have.
Sorry, something went wrong.
fix: require virtual object selves to be declared Far
6bb337b
Fixes bug #3562
619bbda
Closed by #3566
warner
FUDCo
No branches or pull requests
@FUDCo , after rebase-ing #3525 to current master, I still get the following error:
See https://github.com/Agoric/agoric-sdk/pull/3525/checks?check_run_id=3196077205
and https://github.com/Agoric/agoric-sdk/pull/3525/checks?check_run_id=3196077794
This PR used to work on a very recent master, so the kernel gc problem is new.
The text was updated successfully, but these errors were encountered: