-
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
Normative: Add Promise.any & AggregateError #2040
Conversation
Maybe it's time to move IterableToList to section 7.4. When I added it in #269, I've intentionally kept it buried deep down in |
Given https://github.com/tc39/test262/tree/master/test/built-ins/Promise/any and https://github.com/tc39/test262/tree/master/test/built-ins/NativeErrors/AggregateError, can the "needs tests" label be removed? |
Co-authored-by: Mathias Bynens <mathias@qiwi.be> Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
Co-authored-by: Mathias Bynens <mathias@qiwi.be> Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
Oops that was wrong remote branch. I'm trying to add @mathiasbynens and @bakkot as co-authors on copy of this branch in my fork of the repo (just to try if it works), but messed up this one and it's copy and deleted wrong one 😅 |
Co-authored-by: Mathias Bynens <mathias@qiwi.be> Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
Now it's correct and synced with master |
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.
Looks great, just a few editorial convention issues.
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!
@chicoxyzzy I agree that IterableToList should be moved to 7.4. Want to do that? Editors can take care of it when merging if you don't have time to get to it. |
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.
Approved with the caveat that IterableToList should be relocated before merging.
@bakkot I put IterableToList at the end of 7.4. |
Co-authored-by: chicoxyzzy <chi187@gmail.com> Co-authored-by: Mathias Bynens <mathias@qiwi.be> Co-authored-by: Kevin Gibbons <bakkot@gmail.com>
This was missed in tc39#2040.
This is non-normative since it is not a function, and nothing uses it in this or any other spec. It was mistakenly added in tc39#2040.
This is non-normative since it is not a function, and nothing uses it in this or any other spec. It was mistakenly added in tc39#2040.
Specification text for https://github.com/tc39/proposal-promise-any
This also includes changes to IterableToList runtime semantics