-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(SwingSet): Improve config documentation, typing, and async f…
…unction implementations (#10538) ## Description * Document new config parameters (`defaultReapGCKrefs` and vat-level `neverReap`/`reapGCKrefs`, plus node-specific `nodeOptions`) * Remove obsolete config parameters (vat-level `name`/`metered`/`virtualObjectCacheSize`) * Improve the accuracy of SwingSet config types in both JSDoc and Patterns * Simplify some async functions for better comprehensibility and interactive debugging (e.g., vats and bundles both require one of `sourceSpec`/`bundleSpec`/`bundle`, but the former additionally support `creationOptions`/`parameters` options while the latter do not) ### Security Considerations None known. ### Scaling Considerations n/a ### Documentation Considerations None in particular. ### Testing Considerations n/a ### Upgrade Considerations n/a
- Loading branch information
Showing
10 changed files
with
133 additions
and
146 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.