Results 574 comments of Mark S. Miller

> This is a known-limitation that we must at least document better. I'm surprised. Not urgent, but I am curious: I know we handle such live-binding assignments in general through...

This PR is still needed, approved, and passed CI. Anything blocking progress other than scarcity of attention?

@kriskowal , is this still relevant?

Converting to draft until more of the stubbed out cases are implemented, and until more of both are tested.

Closing in favor of #1538 , since we no longer need to use the ponyfill and avoid the shim.

> Promise for non-Passable is not Passable When I first read this, I thought it was about promises and whether they were passable. Took me a bit to understand that...

Why? Generally globals are an anti-pattern. OTOH, if these were global, could we avoid the Eval Twin problem https://github.com/endojs/endo/issues/1583 , and know that `@endo/pass-style` (the origin of `Far`) is instantiated...

At #1583 I imagined we could solve the Eval Twin problem with compartments without using globals. Is that as easy?

In the spirit of https://github.com/Agoric/agoric-sdk/issues/4311 , marshal will need to support `error` and `suppressed` on at least `SuppressedError` instances. Though see https://github.com/endojs/endo/pull/2223 which would subsume this into a more general...

See also https://github.com/Agoric/agoric-sdk/issues/9900 and the nice collections of links it cites