-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding in E.sendOnly() #1865
adding in E.sendOnly() #1865
Conversation
To bring E() syntax/convience methods into alignment closer to what is proposed/shown in https://github.com/tc39/proposal-eventual-send.
1st test added.
Added only one test because, frankly I am stumped on how to check how test excercisement in the other cases. |
pinging @Chris-Hibbert @erights @michaelfig and @warner per git-blame. I am in no hurry for this PR to be reviewed if you all are super busy. |
Thanks for your patience! |
Feel free to review this pull request anytime soon-ish. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the contribution!
I am still stumped on how to fully excercise this via tests as Note that this pr does not fully propagate the 'sendOnly'-ness to HandledPromise as those traps are still missing from HandledPromise at the time of this PR. But this is fine for now. |
That's fine. It's more important to get the API into place, so that consumers can start using it. We'll clean up the rest when we move to |
To bring E() syntax/convience methods into alignment closer to
what is proposed/shown in https://github.com/tc39/proposal-eventual-send