-
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
feat(swingset): defaultManagerType option in makeSwingsetController #2266
Conversation
18eb7fb
to
df4b0ed
Compare
df4b0ed
to
42ffa42
Compare
3c2b51b
to
5184f71
Compare
5184f71
to
3269e5c
Compare
@warner I think this is ready for review. It definitely needs fresh eyes. I've been staring at it for way too long. |
Other than that one note to add, it looks good. Add that and rebase to current trunk (fixing the conflict in |
ref attachment from PH Tue Feb 2 07:28:28 2021 -0800 - don't hold arraybuffer pointer across macros - replace C stack report / result with xsVar(1) and xsVar(2)
- accept std regex range
- route call to manager - some VatPowers type annotations, esp. transformTildot
we get an empty JSON response for at least vatstoreSet These are missing from SwingSet/docs/vat-worker.md
... and to buildVatController Usage: WORKER_TYPE=xs-worker yarn test or: XSNAP_DEBUG=1 WORKER_TYPE=xs-worker yarn test or: XSNAP_DEBUG=1 WORKER_TYPE=xs-worker yarn test --watch ref #2260 - fix: comms vat must be local to use setUp - chore(swingset): log fallback-to-local workerType - chore: refine xs-worker diagnostics - chore(xs-worker): include vatID in log messages - fix(xs-worker): catch exceptions from exception handler - chore(swingset): use ambient process.env unless caller overrides - fix(swingset): proplems in types.js shown by @ts-check
3269e5c
to
a9aa181
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! squash and merge at will.
fixes #2260
todo:
but I'd like to start getting feedback from the ci bots...