Skip to content
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

Editorial: Use abstract closures in Promise static methods #2588

Conversation

ExE-Boss
Copy link
Contributor

Refs: #2439


I left CreateResolvingFunctions alone because the Promise Resolve Functions algorithm steps are rather long compared to CreateResolvingFunctions that has been converted to use Abstract Closures, and I didn’t want to only convert it halfway.

@bakkot
Copy link
Contributor

bakkot commented Nov 26, 2021

Thanks for the PR. I'm not totally convinced this is an improvement, which is why I did not convert these as part of #2439. We can see what the other editors think, though.

@michaelficarra michaelficarra added the editor call to be discussed in the next editor call label Nov 29, 2021
@syg
Copy link
Contributor

syg commented Dec 8, 2021

Thanks for the PR, @ExE-Boss. We discussed this on the editor call, and none of us thought it was a strict improvement. So erring on the side of less churn, we're going to keep the current forms for now.

@syg syg closed this Dec 8, 2021
@bakkot bakkot removed the editor call to be discussed in the next editor call label Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants