Skip to content

Commit 690d219

Browse files
committed
2025.04: add skeleton
1 parent 7fe52ce commit 690d219

File tree

2 files changed

+148
-0
lines changed

2 files changed

+148
-0
lines changed

2025/04.md

+147
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
<img src="../images/Ecma_RVB-003.jpg" align="right" height="70" alt="Ecma logo" /> <!-- markdownlint-disable-line MD041 -->
2+
3+
# Agenda for the 107th meeting of Ecma TC39
4+
5+
- **Host**: TBD
6+
- **Dates and times**:
7+
- 10:00 to 15:00 EDT (America/New_York) on 14 April 2025
8+
- 10:00 to 15:00 EDT (America/New_York) on 15 April 2025
9+
- 10:00 to 15:00 EDT (America/New_York) on 16 April 2025
10+
- 10:00 to 15:00 EDT (America/New_York) on 17 April 2025
11+
- **Location**: Remote
12+
- **Attendee information**: https://github.com/tc39/Reflector/issues/554
13+
- **Total duration of scheduled discussions**: ![dynamically computed total of timeboxes on the agenda](https://tc39-agenda-time.deno.dev/2025/04/)
14+
15+
```mermaid
16+
gantt
17+
1 month before the meeting: milestone, 2025-03-14 10:00-0500, 1m
18+
Proposal advancement deadline: milestone, 2025-04-04 10:00-0500, 1m
19+
Schedule constraint deadline: milestone, 2025-04-11 10:00-0500, 1m
20+
Day 1 : day1, 2025-04-15 10:00+0000, 7h
21+
Day 2 : day2, 2025-04-16 10:00+0000, 7h
22+
Day 3 : day3, 2025-04-17 10:00+0000, 7h
23+
Day 4 : day4, 2025-04-18 10:00+0000, 7h
24+
todayMarker stroke-width:5px,stroke:#0f0,opacity:0.5
25+
```
26+
27+
For meeting times in your timezone, visit [Temporal docs](https://tc39.es/proposal-temporal/docs/) and run the code below in the devtools console.
28+
29+
```js
30+
Temporal.ZonedDateTime.from('2025-04-15T10:00[America/New_York]')
31+
.withTimeZone(Temporal.Now.timeZoneId()) // your time zone
32+
.toLocaleString()
33+
```
34+
35+
Background:
36+
37+
- Allen Wirfs-Brock's [paper on standards committee participation for new attendees](http://wirfs-brock.com/allen/files/papers/standpats-asianplop2016.pdf)
38+
- TC39's documentation on [How to participate in meetings](https://github.com/tc39/how-we-work/blob/HEAD/how-to-participate-in-meetings.md)
39+
40+
## Agenda topic rules
41+
42+
Deadline for advancement eligibility: [April 5th, 10:00 EDT](https://www.timeanddate.com/countdown/generic?p0=179&iso=20250405T10&msg=TC39%20Submission%20deadline)
43+
44+
- <sub>Note: this time is selected to be precisely 10 days prior to the start of the meeting</sub>
45+
46+
1. Proposals not looking to advance may be added at any time; if after the deadline, please always use a pull request so that members are notified of changes. Note: an unmerged PR counts as “added” for the purposes of this requirement.
47+
1. Proposals seeking feedback at stage 0 must be added (and noted as such) prior to the deadline, or else delegates may object to advancement solely on the basis of missing the deadline.
48+
1. Such proposals *should* include supporting materials when possible.
49+
1. Proposals looking to advance to stage 1 must be added (and noted as such) prior to the deadline, or else delegates may object to advancement solely on the basis of missing the deadline.
50+
1. Such proposals *must* link to a proposal repository and they *should* link to supporting materials when possible.
51+
1. Proposals looking to advance to stages 2, 2.7, 3, or 4, as well as other normative changes to the standard or proposals in stage 3 or later looking to achieve consensus, must be added (and noted as such) *along with links to the supporting materials* prior to the deadline, or else delegates may withhold consensus for advancement solely on the basis of missing the deadline.
52+
1. If the supporting materials change substantially after the deadline, delegates may withhold consensus for advancement, based on the committee’s judgment.
53+
1. For urgent normative changes, the committee is expected to be more forgiving of a missed deadline, since there is generally less material to review than in a stage advancement.
54+
1. Proposals looking to advance to stage 4 *must* link to a pull request into [the spec](https://github.com/tc39/ecma262), since the [process](https://tc39.github.io/process-document/) requires one.
55+
1. Proposal-based agenda items should be sorted primarily by stage (descending), secondarily by timebox (ascending), and finally by insertion date.
56+
57+
Supporting materials includes slides, a link to the proposal repository, a link to spec text, etc.; essentially, anything you are planning to present to the committee, or that would be useful for delegates to review.
58+
59+
## Agenda key
60+
61+
When applicable, use these emoji as a prefix to the agenda item topic.
62+
63+
| Emoji | Meaning |
64+
| :---: | :--- |
65+
| ❄️ | hard schedule constraints apply to this agenda item (e.g. presenter) |
66+
| 🔒 | schedule constraints apply to this agenda item |
67+
| ⌛️ | late addition for stage advancement and/or schedule prioritization |
68+
| 🔁 | continuation of a previous agenda item |
69+
70+
## Agenda items
71+
72+
1. Opening, welcome and roll call (Chair)
73+
1. Opening of the meeting
74+
1. TC39 follows its [Code of Conduct](https://tc39.github.io/code-of-conduct/)
75+
1. Introduction of attendees
76+
1. Host facilities, local logistics
77+
1. Quick recap of meeting IPR policy
78+
1. Overview of communication tools
79+
1. Reminder to review Github Delegate teams (Jordan Harband)
80+
1. [TC39 stenography support and legal disclaimer](https://github.com/tc39/Reflector/blob/main/transcriptions.md)
81+
1. Find volunteers for note taking
82+
1. Adoption of the agenda
83+
1. Approval of the minutes from last meeting
84+
1. Next meeting host and logistics
85+
1. Secretary's Report (15m, Samina Husain)
86+
1. Project Editors’ Reports
87+
1. [ECMA262](https://github.com/tc39/ecma262) Status Updates (15m)
88+
1. [ECMA402](https://github.com/tc39/ecma402) Status Updates (15m)
89+
1. [ECMA404](https://www.ecma-international.org/publications/standards/Ecma-404.htm) Status Updates (15m)
90+
1. [Test262](https://github.com/tc39/test262) Status Updates (15m)
91+
1. Task Group Reports
92+
<!-- 1. TG2: Internationalization (5m) - in practice, this is covered via the ECMA-402 project editors' report -->
93+
1. TG3: Security (5m)
94+
1. TG4: Source Maps (5m)
95+
1. TG5: Experiments in Programming Language Standardization (5m)
96+
1. Updates from the [CoC Committee](https://tc39.es/code-of-conduct/#code-of-conduct-committee) (5m)
97+
1. [Web compatibility issues](https://github.com/tc39/ecma262/issues?utf8=✓&q=is%3Aopen+label%3A%22web+reality%22+is%3Aissue) / [Needs Consensus PRs](https://github.com/tc39/ecma262/pulls?q=is%3Apr+is%3Aopen+label%3A%22needs+consensus%22)
98+
99+
| timebox | topic | presenter |
100+
|:-------:|-------|-----------|
101+
102+
1. Overflow from previous meeting
103+
104+
| timebox | topic | presenter |
105+
|:-------:|-------|-----------|
106+
107+
1. Short (≤30m) Timeboxed Discussions
108+
109+
| timebox | topic | presenter |
110+
|:-------:|-------|-----------|
111+
112+
1. Proposals
113+
114+
| stage | timebox | topic | presenter |
115+
|:-----:|:-------:|-------|-----------|
116+
117+
1. Longer or open-ended discussions
118+
119+
| timebox | topic | presenter |
120+
|:-------:|-------|-----------|
121+
122+
1. Overflow from timeboxed agenda items (in insertion order)
123+
124+
| topic | presenter |
125+
|-------|-----------|
126+
127+
1. Incubation call chartering (15m on the last day)
128+
129+
1. Other business
130+
1. Thank host
131+
1. Adjournment
132+
133+
### Schedule constraints
134+
135+
*Schedule constraints should be supplied here as soon as possible, and **at least three days** before the meeting begins so that the Chairs can take them into account when preparing the schedule.*
136+
137+
<!-- DO NOT PUT YOUR CONSTRAINTS HERE! Put them in one of the next sections: either "Normal Constraints" or "Late-breaking Schedule Constraints" -->
138+
139+
<!-- Be specific! Provide a full name, date and time range that they will or will not be available, and which sessions they are trying to prioritize. Satisfaction not guaranteed, but more information is useful. Conflicting constraints honored on a first-come, first served basis. -->
140+
141+
#### Normal Constraints
142+
143+
<!-- Constraints supplied more than three days before the meeting should go here -->
144+
145+
#### Late-breaking Schedule Constraints
146+
147+
<!-- Constraints supplied less than three days before the meeting should go here -->

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<details open>
1818
<summary>2025</summary>
1919

20+
- [April](./2025/04.md)
2021
- [February](./2025/02.md)
2122

2223
</details>

0 commit comments

Comments
 (0)