-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(swingset): defaultManagerType option in makeSwingsetController (#…
…2266) * build(xsnap): disable experimental mxMetering * chore(moddable): update to Jan 19 * fix(xsnap): report exceptions in timer callbacks * fix(xsnap): protect timer callbacks from GC 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) * style(xsnap): test-xsnap.js lint * test(xsnap): reject regex with non-standard hyphen - accept std regex range * test(xsnap): uncaught rejections should not be silent FAILing * fix: replay deliveries in xs-worker * fix(xs-worker): transformTildot was missing from vat powers - route call to manager - some VatPowers type annotations, esp. transformTildot * feat(xs-worker): vatstoreGet, Set, Delete we get an empty JSON response for at least vatstoreSet These are missing from SwingSet/docs/vat-worker.md * feat(swingset): defaultManagerType option in makeSwingsetController ... 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 * chore(swingset): note setup implies local for comms vat
- Loading branch information
Showing
18 changed files
with
267 additions
and
126 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.