diff --git a/README.md b/README.md index 4c763b1..f16f897 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ See [Scope](#scope) for our mandate. ## Agenda -see [2024-05-29](meetings/2024/2024-05-29.md) and [the backlog](meetings/backlog.md) 👀 +see [2024-06-05](meetings/2024/2024-06-05.md) and [the backlog](meetings/backlog.md) 👀 ## Meetings diff --git a/meetings/2024/2024-05-29.md b/meetings/2024/2024-05-29.md index c4ebff2..406e0f7 100644 --- a/meetings/2024/2024-05-29.md +++ b/meetings/2024/2024-05-29.md @@ -1,45 +1,19 @@ # 25th Meeting of TC39-TG3 - 2024-05-29 -| | | -| -----------: | --------------- | -| US / Central | 12:00 Wednesday | -| UTC | 17:00 Wednesday | -| China | 01:00 Thursday | - -Meeting link: [join meeting](https://ibm.webex.com/ibm/j.php?MTID=me87a7dba2f405268a892bc69ad1c3cdd) - ## Folks -> [!NOTE] -> Add a ✓ to the `Present` column in the table below, and add anyone missing. Also add to [the template](../template.md) and [GitHub team](https://github.com/orgs/tc39/teams/tg3) if the individual is a regular attendee. - | Present | Name | GH Username | TLA | Affiliation | | :-----: | ---------------- | --------------- | --- | ----------- | -| | Chip Morningstar | @FUDCo | CM | Agoric | -| | Chris de Almeida | @ctcpip | CDA | IBM | -| | Daniel Veditz | @dveditz | DPV | Mozilla | -| | Eli Grey | @eligrey | | Transcend | -| | Jack Works | @Jack-Works | JWK | Sujitech | -| | Jasvir Nagra | @jasvir | | Picovisor | -| | Jordan Harband | @ljharb | JHD | HeroDevs | -| | Kris Kowal | @kriskowal | KKL | Agoric | -| | Mark Miller | @erights | MM | Agoric | -| | Mathieu Hofman | @mhofman | MHN | Agoric | -| | Michael Ficarra | @michaelficarra | MF | F5 | -| | Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia | -| | Peter Hoddie | @phoddie | PHE | Moddable | -| | Richard Gibson | @gibson042 | RGN | Agoric | -| | Ulises Gascón | @UlisesGascon | | One Beyond | -| | | | | | +| ✓ | Chip Morningstar | @FUDCo | CM | Consensys | +| ✓ | Chris de Almeida | @ctcpip | CDA | IBM | +| ✓ | Daniel Ehrenberg | @littledan | DE | Bloomberg | +| ✓ | Eli Grey | @eligrey | | Transcend | +| ✓ | Kris Kowal | @kriskowal | KKL | Agoric | +| ✓ | Mark Miller | @erights | MM | Agoric | +| ✓ | Mathieu Hofman | @mhofman | MHN | Agoric | +| ✓ | Richard Gibson | @gibson042 | RGN | Agoric | +| ✓ | Saleh A. Motaal | @SMotaal | | Consensys | ## Agenda -> [!NOTE] -> See [backlog.md](../backlog.md) for outstanding action items and agenda topics. - -| Topic | Presenter(s) | -| ------------------------------------------ | ------------ | -| review of previous agenda and action items | | -| | | - -### review of previous agenda and action items + diff --git a/meetings/2024/2024-06-05.md b/meetings/2024/2024-06-05.md new file mode 100644 index 0000000..06e99cd --- /dev/null +++ b/meetings/2024/2024-06-05.md @@ -0,0 +1,45 @@ +# nth Meeting of TC39-TG3 - YYYY-MM-DD + +| | | +| -----------: | --------------- | +| US / Central | 12:00 Wednesday | +| UTC | 17:00 Wednesday | +| China | 01:00 Thursday | + +Meeting link: [join meeting](https://ibm.webex.com/ibm/j.php?MTID=me87a7dba2f405268a892bc69ad1c3cdd) + +## Folks + +> [!NOTE] +> Add a ✓ to the `Present` column in the table below, and add anyone missing. Also add to [the template](../template.md) and [GitHub team](https://github.com/orgs/tc39/teams/tg3) if the individual is a regular attendee. + +| Present | Name | GH Username | TLA | Affiliation | +| :-----: | ---------------- | --------------- | --- | ----------- | +| | Chip Morningstar | @FUDCo | CM | Agoric | +| | Chris de Almeida | @ctcpip | CDA | IBM | +| | Daniel Veditz | @dveditz | DPV | Mozilla | +| | Eli Grey | @eligrey | | Transcend | +| | Jack Works | @Jack-Works | JWK | Sujitech | +| | Jasvir Nagra | @jasvir | | Picovisor | +| | Jordan Harband | @ljharb | JHD | HeroDevs | +| | Kris Kowal | @kriskowal | KKL | Agoric | +| | Mark Miller | @erights | MM | Agoric | +| | Mathieu Hofman | @mhofman | MHN | Agoric | +| | Michael Ficarra | @michaelficarra | MF | F5 | +| | Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia | +| | Peter Hoddie | @phoddie | PHE | Moddable | +| | Richard Gibson | @gibson042 | RGN | Agoric | +| | Ulises Gascón | @UlisesGascon | | One Beyond | +| | | | | | + +## Agenda + +> [!NOTE] +> See [backlog.md](../backlog.md) for outstanding action items and agenda topics. + +| Topic | Presenter(s) | +| ------------------------------------------ | ------------ | +| review of previous agenda and action items | | +| | | + +### review of previous agenda and action items diff --git a/meetings/backlog.md b/meetings/backlog.md index 373966d..f12cb05 100644 --- a/meetings/backlog.md +++ b/meetings/backlog.md @@ -50,3 +50,4 @@ - MM: Promise.resolve should not cause a re-entrancy hazard -- MAH would be good to advise on this - internal promise resolve operation (original/initial behavior of Promise.resolve) - simplify that to not check the constructor properry and thereby to not give user code a chance to run during the Promise.resolve operation - RGN: lack of constraints around ordering for reporting own keys even on an Object.freeze() frozen object +- DE: async context and poorly behaved dynamic scope