Results 574 comments of Mark S. Miller

Does lavamoat expect to use the ses-shim's module rewriter, or only the cjs rewriter?

I know I've run SES on Safari before. Is this new? Also, `AsyncGenerator` is a function. Functions have a `length` property. I'll investigate. Don't do anything until we understand this....

To try diagnosing this, I visited https://ses-demo.netlify.app/demos/console/ using Safari Version 14.1 (16611.1.21.161.3) . I found that my old Safari bug came back! I reopened it at https://bugs.webkit.org/show_bug.cgi?id=222538#c17 After I revise...

That one is in progress at https://github.com/endojs/endo/pull/711

I cannot reproduce this. While running on my development version of #711 , running a local http server, and visiting http://localhost:8080/demos/console/ I get no errors in the console when I...

Revising to ```js lockdown({ errorTaming: 'unsafe', stackFiltering: 'verbose', overrideTaming: 'severe', }); ``` I was still not able to reproduce. This sets all possibly relevant lockdown options to their non-default setting.

@kumavis @EtDu what is the state of this? If it can now be closed, please close it.

See https://github.com/Agoric/agoric-sdk/issues/2479

I don't understand. First, to narrow the issue, let's ignore swingset and just stick with local eventual send. If the end of the send chain rejects the final promise, then...