endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

feat(daemon): store endo bootstrap and default host formulas #2089

Closed kumavis closed 8 months ago

kumavis commented 8 months ago

Updates: #1993 Closes: #2087

kumavis commented 8 months ago

once witnessed an unreproduceable EPIPE in CI :thinking: https://github.com/endojs/endo/actions/runs/7952406406/job/21706961986?pr=2089

kumavis commented 8 months ago

EPIPE seen on windows CI https://github.com/endojs/endo/actions/runs/7955058144/job/21713421990?pr=2089

rekmarks commented 8 months ago

One more question: what's the difference between incarnating something and reifying it? We should perhaps document this.

kumavis commented 8 months ago

One more question: what's the difference between incarnating something and reifying it? We should perhaps document this.

this PR introduces "incarnate" as a verb to mean to create a new thing for the first time. it follows that we can use "reincarnate" to reify things. fun. But would not be surprised if we land on different language.

kumavis commented 8 months ago

thanks for the improvements/