Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
erights created a review comment on a pull request on endojs/endo
I believe this line is vestigial and should simply be deleted. ```suggestion ```
erights created a review comment on a pull request on endojs/endo
Why do we no longer need the try/finally? Or did we already not need it?
erights created a review on a pull request on endojs/endo
Review not finished, but wanted to get these in front of you first.
erights created a review on a pull request on endojs/endo
Review not finished, but wanted to get these in front of you first.
erights closed an issue on endojs/endo
Permit Promise.try
## What is the Problem Being Solved? Promise.try ships with Node.js 23 and is now Stage 4. SES should permit it. ## Description of the Design Add and allow in SES permits ## Security Co...erights closed an issue on endojs/endo
Permit Promise.try
## What is the Problem Being Solved? Promise.try ships with Node.js 23 and is now Stage 4. SES should permit it. ## Description of the Design Add and allow in SES permits ## Security Co...erights pushed 1 commit to master endojs/endo
- feat(ses): permit Promise.prototype.try (#2609) Closes: #2607 ## Description > "There is no do. There is only... d37a434
erights closed a pull request on endojs/endo
feat(ses): permit Promise.prototype.try
Closes: #2607 ## Description > "There is no do. There is only try." > —Noda See also https://github.com/tc39/proposal-promise-try ### Security Considerations none ### Scaling Co...erights pushed 3 commits to markm-2607-permit-promise-try endojs/endo
erights created a comment on a pull request on endojs/endo
> You beat me to it, but `Promise.try` needs to be on the constructor and not the prototype. Doh! Fixed. PTAL
erights pushed 1 commit to markm-2607-permit-promise-try endojs/endo
- feat(ses): review suggestion 11c75d8
erights created a branch on Agoric/proposal-stabilize
main - Proposal for tc39 of new integrity "level" protecting against both override mistakes and proxy reentrancy
erights created a repository: Agoric/proposal-stabilize
https://github.com/Agoric/proposal-stabilize - Proposal for tc39 of new integrity "level" protecting against both override mistakes and proxy reentrancy
erights created a review on a pull request on tc39/proposal-shadowrealm
I agree with @mhofman 's comments in this PR's conversations.
erights pushed 1 commit to markm-2607-permit-promise-try endojs/endo
- feat(ses): permit Promise.try daba7f9
erights pushed 1 commit to markm-2607-permit-promise-try endojs/endo
- feat(ses): permit Promise.try 354a325
erights opened a pull request on endojs/endo
feat(ses): permit Promise.prototype.try
Closes: #2607 Refs: #XXXX ## Description "There is no do. There is only try." --Anti-Yoda See also https://github.com/tc39/proposal-promise-try ### Security Considerations ...erights created a comment on an issue on endojs/endo
See https://github.com/tc39/proposal-promise-try
erights created a branch on endojs/endo
markm-2607-permit-promise-try - Endo is a distributed secure JavaScript sandbox, based on SES