Skip to content

Commit

Permalink
Merge branch 'main' into nicolo-ribaudo-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo authored Nov 21, 2024
2 parents f2b5fae + e025d92 commit c29f07d
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions 2024/12.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- 10:00 to 15:00 MST (America/Denver) on 4 December 2024
- 10:00 to 15:00 MST (America/Denver) on 5 December 2024
- **Location**: Albuquerque, New Mexico
- **Attendee information**: LINK TO REFLECTOR
- **Attendee information**: https://github.com/tc39/Reflector/issues/545

```mermaid
gantt
Expand Down Expand Up @@ -83,7 +83,7 @@ When applicable, use these emoji as a prefix to the agenda item topic.
1. Next meeting host and logistics
1. Secretary's Report (15m, Samina Husain)
1. Project Editors’ Reports
1. [ECMA262](https://github.com/tc39/ecma262) Status Updates (15m)
1. [ECMA262](https://github.com/tc39/ecma262) Status Updates ([slides](https://docs.google.com/presentation/d/1IS6hsFker8TM_mPtK1VQbFCH2TK3LljOxFu6-zMCjkM/edit)) (15m)
1. [ECMA402](https://github.com/tc39/ecma402) Status Updates (15m)
1. [ECMA404](https://www.ecma-international.org/publications/standards/Ecma-404.htm) Status Updates (15m)
1. [Test262](https://github.com/tc39/test262) Status Updates (15m)
Expand All @@ -97,6 +97,8 @@ When applicable, use these emoji as a prefix to the agenda item topic.

| timebox | topic | presenter |
|:-------:|-------|-----------|
| 10m | [iterator helpers close receiver on argument validation failure](https://github.com/tc39/ecma262/pull/3467) | Kevin Gibbons |
| 30m | re-using IteratorResult objects in iterator helpers ([PR](https://github.com/tc39/ecma262/pull/3489)) ([slides](https://docs.google.com/presentation/d/1HQzC15dFnQClnUWYHSFx95aMuiJjHAjE186flPW7iZE)) | Michael Ficarra |

1. Overflow from previous meeting

Expand All @@ -107,17 +109,23 @@ When applicable, use these emoji as a prefix to the agenda item topic.

| timebox | topic | presenter |
|:-------:|-------|-----------|
| 30m | Briefing on the formation and goals of TC55 (or, All About Moving the WinterCG into Ecma) | James M Snell |
| 1m | Call for reviewers - [ESM Phase Imports](https://github.com/tc39/proposal-esm-phase-imports) | Guy Bedford |
| 10m | Process document fixes and corrections: [#46](https://github.com/tc39/process-document/pull/46) and [#48](https://github.com/tc39/process-document/pull/48) | Chris de Almeida |
| 30m | Briefing on the formation and goals of TC55 (or, All About Moving the WinterCG into Ecma) | James M Snell |

1. Proposals

| stage | timebox | topic | presenter |
|:-----:|:-------:|-------|-----------|
| 3 | 5m | [Intl.DurationFormat](https://github.com/tc39/proposal-intl-duration-format) Correct spec bug resulting in fraction digits and rounding mode options being ignored. ([PR](https://github.com/tc39/proposal-intl-duration-format/pull/203/)) | Ben Allen |
| 2.7 | 15m | [`Error.isError`](https://github.com/tc39/proposal-is-error/issues/7) to stage 3? | Jordan Harband |
| 2.7 | 15m | [iterator sequencing](https://github.com/tc39/proposal-iterator-sequencing) for Stage 3 ([tests](https://github.com/tc39/test262/pull/4326)) ([slides](https://docs.google.com/presentation/d/1EHMDcnV9zJ1E7BRhKmYtzHchZvOzjWynR3W-VdNxglw)) | Michael Ficarra |
| 2 | 5m | [AsyncContext](https://github.com/tc39/proposal-async-context) request for Stage 2.7 reviewers | Andreu Botella |
| 2 | 15m | [Upsert (formerly Map.emplace)](https://github.com/tc39/proposal-upsert) Update and request for Stage 2 reviewers ([Slides](https://docs.google.com/presentation/d/15sWTvdWIo9Jt12LFRNBPJo1N_8xsMSCB3jy73HBFX-M/))| Daniel Minor |
| 1 | 30m | [Immutable ArrayBuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to stage 2? | Mark Miller |
| 0 | 60m | Stabilize (link TBD) to stage 1? | Mark Miller |
| 2 | 40m | [ESM Phase Imports](https://github.com/tc39/proposal-esm-phase-imports) for Stage 2.7 | Guy Bedford |
| 1 | 30m | [Immutable ArrayBuffer](https://github.com/tc39/proposal-immutable-arraybuffer) to stage 2? | Mark Miller |
| 0 | 20m | [Import Sync](https://github.com/guybedford/proposal-import-sync) stage 1 discussion | Guy Bedford |
| 0 | 60m | Stabilize (link TBD) to stage 1? | Mark Miller |

1. Longer or open-ended discussions

Expand Down

0 comments on commit c29f07d

Please sign in to comment.