Mark S. Miller
Mark S. Miller
Staged on #2797 Closes: #XXXX Refs: #2793 #1809 #2797 ## Description This PR prohibits remotables from having symbol named methods, or methods named `'then'` or `'constructor'`. IOW, it only allows...
Closes: #XXXX Refs: #2793 #2792 ## Description #2840 is the safely-pure-refactor portions that were extracted from this PR. This PR is then rebased on #2840, representing only the elements whose...
Extracted from #2797 Closes: #XXXX Refs: #2793 #2792 ## Description This PR is the extraction from #2797 of only the safe pure refactor elements of #2797 as suggested by @kriskowal...
> Most PRs should close a specific Issue. All PRs should at least reference one or more Issues. Edit and/or delete the following lines as appropriate (note: you don't need...
## What is the Problem Being Solved? Harmonizing endo and agoric-sdk up to https://github.com/Agoric/agoric-sdk/pull/11165 ## Description of the Design Just do for Endo what https://github.com/Agoric/agoric-sdk/pull/11165 does for agoric-sdk for ts...
Staged on #2708 Closes: #XXXX Refs: https://github.com/tc39/proposal-stabilize https://github.com/endojs/endo/issues/1756 https://github.com/endojs/endo/issues/1912 https://github.com/endojs/endo/pull/2675 ## Description An opt-in shim for the non-trapping integrity level of https://github.com/tc39/proposal-stabilize This does the non-trapping trait by itself only...
Staged on https://github.com/endojs/endo/pull/2675 Closes: #XXXX Refs: #XXXX ## Description Flips the non-trapping shim to default `'enabled'`, requiring opt-out to be explicit. This is not intended for production, but rather only...
Staged on https://github.com/endojs/endo/pull/2673 Closes: #XXXX Refs: #XXXX ## Description Use of the non-trapping integrity level, as provided by the ponyfill and shim at https://github.com/endojs/endo/pull/2673 , for additional safety of both...
Closes: #2700 Refs: #2708 ## Description #2700 explains how `passStyleOf`'s criteria for judging a promise to be passable happens to cause some failures when run under the vscode debugger. This...
Closes: #2951 Refs: #1798 , https://github.com/tc39/proposal-error-capturestacktrace , https://github.com/tc39/proposal-error-stacks , https://github.com/tc39/proposal-error-stack-accessor ## Description (Description mostly from Copilot's overview below, which is quite good!) This PR's error taming implements stronger platform detection...