Skip to content

Latest commit

 

History

History
159 lines (120 loc) · 13.3 KB

03.md

File metadata and controls

159 lines (120 loc) · 13.3 KB

Agenda for the 89th meeting of Ecma TC39

  • Dates and times:
    • 10:00 to 15:00 EDT (America/New_York) on March 28th, 2022
    • 10:00 to 15:00 EDT (America/New_York) on March 29th, 2022
    • 10:00 to 15:00 EDT (America/New_York) on March 30th, 2022
    • 10:00 to 15:00 EDT (America/New_York) on March 31st, 2022
  • Location: Remote
  • Attendee information: https://github.com/tc39/Reflector/issues/420

For meeting times in your timezone, visit Temporal docs and run the code below in the devtools console.

Temporal.ZonedDateTime.from('2022-03-28T10:00[America/New_York]')
  .withTimeZone(Temporal.Now.timeZone()) // your time zone
  .toLocaleString()

Background:

Agenda topic rules

Deadline for advancement eligibility: March 18th, 2022 10:00 EDT

  • Note: this time is selected to be precisely 10 days prior to the start of the meeting
  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.
  2. 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.
    1. Such proposals should include supporting materials when possible.
  3. 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.
    1. Such proposals must link to a proposal repository and they should link to supporting materials when possible.
  4. Proposals looking to advance to stages 2, 3, or 4 must be added (and noted as such) along with the necessary materials prior to the deadline, or else delegates may object to advancement solely on the basis of missing the deadline.
    1. Such proposals must link to supporting materials prior to the deadline, or else delegates may object to advancement solely on the basis of missing the deadline. If these materials change substantially after the deadline, the proposal may be disqualified from advancement, based on the committee’s judgment.
    2. Proposals looking to advance to stage 4 must link to a pull request into the spec, since the process requires one.
  5. Proposal-based agenda items should be sorted primarily by stage (descending), secondarily by timebox (ascending), and finally by insertion date.

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.

Agenda items

  1. Opening, welcome and roll call (Chair)

    1. Opening of the meeting
    2. TC39 follows its Code of Conduct
    3. Introduction of attendees
    4. Host facilities, local logistics
    5. Quick recap of meeting IPR policy
    6. Overview of communication tools
  2. Find volunteers for note taking

  3. Adoption of the agenda

  4. Approval of the minutes from last meeting

  5. Next meeting host and logistics

  6. Secretary's Report (15m, Istvan Sebestyen)https://github.com/tc39/agendas/blob/HEAD/2022/tc39-2022-12.pdf

  7. Project Editors’ Reports

    1. ECMA262 Status Updates (slides) (15m)
    2. ECMA402 Status Updates (15m)
    3. ECMA404 Status Updates (15m)
    4. Test262 Status Updates (15m)
  8. Updates from the CoC Committee (15m)

    1. Discuss new members (issue)
  9. Web compatibility issues / Needs Consensus PRs

    timebox topic presenter
    5m remove tables of Unicode property values and aliases (#2649) Michael Ficarra
    10m remove callerRealm from HostEnsureCanCompileStrings (#2670) Kevin Gibbons
    15m Can we try to remove gross use of @@species in the TypedArray constructor (#2677) Shu-yu Guo
    15m handle broken promises in AsyncGenerator.prototype.return (#2683) Kevin Gibbons
  10. Overflow from previous meeting

    timebox topic presenter
  11. Incubation call chartering (15m on the last day)

  12. Short (≤30m) Timeboxed Discussions

    timebox topic presenter
    10m Copyright Update Yulia Startsev
  13. Proposals

    ✓ represents an agenda item which has been presented, and does not indicate stage advancement

    stage timebox topic presenter
    3 15m Array Grouping Status Update Justin Ridgewell
    3 30m Resizable buffers normative changes for TA#set and TA#subarray (slides) Shu-yu Guo
    3 30m Temporal update and normative changes (slides) Philip Chimento
    3 30m ShadowRealms Updates Leo Balter
    2 30m RegExp set notation + Unicode properties of strings for Stage 3 (PR, spec preview with inline diffs, slides) Mathias Bynens & Markus Scherer
    2 30m Change Array by Copy for Stage 3 (Spec) (Tracker) (Slides) Ashley Claymore
    2 30m Bikeshedding pipe operator’s topic token (slides; see also wiki page and issue thread) J. S. Choi
    2 60m Decorators for Stage 3 (Tracker, spec preview with inline diffs, slides) Kristen Hewell Garrett
    1 30m Bikeshedding call-this syntax (slides; see also issue thread) J. S. Choi
    1 60m Pattern matching for Stage 2 (slides) Tab Atkins-Bittner
    1 60m String.dedent Status Update (slides) Justin Ridgewell
    0 30m Units Conversion For stage 1 slides Younies Mahmoud
    0 30m Intl.MessageFormat for Stage 1 (slides) Eemeli Aro
    0 30m Function.prototype.once for Stage 1 (slides) J. S. Choi
    0 90m Types as Comments for Stage 1 (slides) Daniel Rosenwasser, Rob Palmer, Romulo Cintra
  14. Longer or open-ended discussions

    timebox topic presenter
    60m New integrity level, a try to unify limited array buffer and read only collection proposal. (slides) Jack Works and Mark Miller
    90m Holistic discussion of TC39 dataflow proposals (updated diagram, updated article, post-plenary ad-hoc discussion) J. S. Choi
    120m extending built-ins (slides) Kevin Gibbons and Michael Ficarra
  15. Overflow from timeboxed agenda items (in insertion order)

    topic presenter
  16. Other business

    1. Thank host
  17. Adjournment

Schedule constraints

  • Jordan Harband will not be present on Day 3 (Wednesday), and would prefer to be present for (in order of importance): pattern matching, types as comments, extending builtins, bind-this, destructuring private fields, decorators, logical default assignment, Temporal, once, ShadowRealms

  • Philip Chimento (Temporal) would prefer not to be scheduled as the first item on any day, but will deal with it if necessary

  • Mathias Bynens & Markus Scherer (RegExp v flag) can only present on Tuesday Mar 29 between 13:00 and 14:00 EDT.

  • Nicolò Ribaudo will not be present on Monday 28th after 14:00 EDT and on Thursday 31st before 13:00 EDT, and would like to be present for "Change Array By Copy for Stage 3" and "Bikeshedding pipe operator’s topic token"

  • Kevin and Michael cannot do the "extending built-ins" discussion on Monday

  • Mark Miller will be absent for one hour, from 10amPDT/1pmEDT to 11amPDT/2pmEDT on Tuesday March 29. The sessions I would prefer not to miss, from highest to lowest priority, are:

    • New integrity level (must not miss)
    • extending built-ins
    • Decorators
    • remove callerRealm from HostEnsureCanCompileStrings
    • ShadowRealm Updates
    • Pattern Matching
  • Kristen Hewell Garrett will not be present on Tuesday March 29th between 10:00 EDT and 13:00 EDT, and would like to present "Decorators for Stage 3" at any other time.

  • J. S. Choi will not be available on Monday, March 28 between 1:00 PM EDT / 10 AM PDT and 2:30 PM EDT.

  • Jack Works will not be availabe on 8~9 AM PST of the 4th day.

Dates and locations of future meetings

Dates Location
2022-06-06 to 2022-06-09 Remote: (was Austin)
2022-07-18 to 2022-07-21 Remote: "SF"
2022-09-13 to 2022-09-16 Tokyo, Japan