Skip to content

Commit

Permalink
✨ 2024-06-05
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Jun 5, 2024
1 parent c1e16fc commit eaf1f26
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 37 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
45 changes: 9 additions & 36 deletions meetings/2024/2024-05-29.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,18 @@
# 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 |
|| 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
<https://github.com/w3c/trusted-types/issues/519>
45 changes: 45 additions & 0 deletions meetings/2024/2024-06-05.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions meetings/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eaf1f26

Please sign in to comment.