Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.8 KB

HISTORY.md

File metadata and controls

33 lines (27 loc) · 1.8 KB

2021-08

Presented to plenary meeting for Stage 2 on 2021-08-31. Was accepted.

2021-10

Presented to plenary meeting as an update on 2021-10-26.

2021-12

Presented to plenary meeting for Stage 2 on 2021-12-14. Was rejected due to need to clarify awaiting semantics with and without mapping-function arguments.

2022-07

Discussion occurred about awaiting semantics and mapping functions in issue #19. It was eventually decided to match for await and the proposed AsyncIterator.prototype.toArray by awaiting values from input sync iterators once, awaiting values from input async iterators not at all, and awaiting results returned by mapping functions once.

2022-09

The plenary advances this proposal to Stage 3, conditional on editor review.

2023-05

The plenary discusses double construction of the this value (pull request #41) and resolves to merge the pull request that fixes it.