-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: Simplify Promise.all and Promise.any #2219
Merged
ljharb
merged 1 commit into
tc39:master
from
chicoxyzzy:promise_all_promise_any_simplification
Dec 7, 2020
Merged
Editorial: Simplify Promise.all and Promise.any #2219
ljharb
merged 1 commit into
tc39:master
from
chicoxyzzy:promise_all_promise_any_simplification
Dec 7, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It seems like Editorial not normative |
mathiasbynens
approved these changes
Oct 30, 2020
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 but I don't think this is a normative/observable change, in which case the commit message needs changing
shvaikalesh
reviewed
Oct 30, 2020
chicoxyzzy
force-pushed
the
promise_all_promise_any_simplification
branch
from
October 30, 2020 10:20
71dcc0c
to
ee71702
Compare
chicoxyzzy
changed the title
Normative: Simplify Promise.all and Promise.any
Editorial: Simplify Promise.all and Promise.any
Oct 30, 2020
shvaikalesh
reviewed
Oct 30, 2020
bakkot
approved these changes
Nov 29, 2020
ljharb
approved these changes
Nov 29, 2020
michaelficarra
added
editor call
to be discussed in the next editor call
and removed
editor call
to be discussed in the next editor call
labels
Dec 1, 2020
syg
approved these changes
Dec 2, 2020
michaelficarra
approved these changes
Dec 2, 2020
ljharb
added
the
ready to merge
Editors believe this PR needs no further reviews, and is ready to land.
label
Dec 2, 2020
ljharb
force-pushed
the
promise_all_promise_any_simplification
branch
from
December 7, 2020 06:40
a42f54c
to
b3f9b50
Compare
1 task
doehyunbaek
added a commit
to doehyunbaek/ecma262
that referenced
this pull request
Jul 26, 2023
PR tc39#2219 included changes to make > `[[AlreadyCalled]]` fields in `Promise.all` and `Promise.any` from Record to boolean. It seems that the changes were not reflected in AOs in sec-promise.allsettled. This Commit fixes this.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[[AlreadyCalled]]
fields inPromise.all
andPromise.any
doesn't have to be a RecordDiscussion #2040 (comment)