Skip to content

Commit 02798d3

Browse files
committed
✨ 2024-04-03
1 parent ea86aac commit 02798d3

File tree

3 files changed

+73
-18
lines changed

3 files changed

+73
-18
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See [Scope](#scope) for our mandate.
66

77
## Agenda
88

9-
see [2024-04-03](meetings/2024/2024-04-03.md) and [the backlog](meetings/backlog.md) 👀
9+
see [2024-04-17](meetings/2024/2024-04-17.md) and [the backlog](meetings/backlog.md) 👀
1010

1111
## Meetings
1212

@@ -36,6 +36,10 @@ Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3
3636
| China | 02:00 Thursday |
3737
-->
3838

39+
## Chat
40+
41+
We use Matrix room [#tc39-tg3-security:matrix.org](https://matrix.to/#/#tc39-tg3-security:matrix.org). See the [TC39 Matrix Guide](https://github.com/tc39/how-we-work/blob/main/matrix-guide.md) for details if you are unfamiliar with Matrix.
42+
3943
## Folks
4044

4145
- Convenors

meetings/2024/2024-04-03.md

+27-17
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,37 @@ Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3
1515
1616
| Present | Name | GH Username | TLA | Affiliation |
1717
| :-----: | ---------------- | --------------- | --- | ----------- |
18-
| | Chip Morningstar | @FUDCo | CM | Agoric |
19-
| | Chris de Almeida | @ctcpip | CDA | IBM |
20-
| | Daniel Veditz | @dveditz | DPV | Mozilla |
21-
| | Jack Works | @Jack-Works | JWK | Sujitech |
22-
| | Jordan Harband | @ljharb | JHD | HeroDevs |
23-
| | Kris Kowal | @kriskowal | KKL | Agoric |
24-
| | Mark Miller | @erights | MM | Agoric |
25-
| | Mathieu Hofman | @mhofman | MHN | Agoric |
26-
| | Michael Ficarra | @michaelficarra | MF | F5 |
27-
| | Peter Hoddie | @phoddie | PHE | Moddable |
28-
| | Richard Gibson | @gibson042 | RGN | Agoric |
29-
| | | | | |
18+
|| Chip Morningstar | @FUDCo | CM | TBD |
19+
|| Chris de Almeida | @ctcpip | CDA | IBM |
20+
|| Daniel Veditz | @dveditz | DPV | Mozilla |
21+
|| Eli Grey | @eligrey | | Transcend |
22+
|| Jasvir Nagra | @jasvir | | Picovisor |
23+
|| Kris Kowal | @kriskowal | KKL | Agoric |
24+
|| Mark Miller | @erights | MM | Agoric |
25+
|| Mathieu Hofman | @mhofman | MHN | Agoric |
26+
|| Richard Gibson | @gibson042 | RGN | Agoric |
27+
|| Ulises Gascon | @UlisesGascon | | One Beyond |
3028

3129
## Agenda
3230

3331
> [!NOTE]
3432
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
3533
36-
| Topic | Presenter(s) |
37-
| ------------------------------------------ | ------------ |
38-
| review of previous agenda and action items | |
39-
| this is the last meeting before plenary | |
34+
| Topic | Presenter(s) |
35+
| --------------------- | ------------ |
36+
| review plenary agenda | |
4037

41-
### review of previous agenda and action items
38+
> [!IMPORTANT]
39+
> this is the last meeting before plenary
40+
41+
### plenary agenda
42+
43+
- _(not seeking advancement)_ Explicit Resource Management (normative updates)
44+
- RegExp.escape for stage 2.7
45+
- doesn't seem like any risk of things like reDoS
46+
- Deferred import evaluation for Stage 2.7 (without "tree-shakeable" exports)
47+
- Make `eval`-introduced global `var`s redeclarable for stage 2.7
48+
- `Atomics.microwait()` (without mini wait) for stage 2
49+
- Signals for Stage 1
50+
- Shared structs discussion
51+
- election of convenor group

meetings/2024/2024-04-17.md

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# 21st Meeting of TC39-TG3 - 2024-04-17
2+
3+
| | |
4+
| -----------: | --------------- |
5+
| US / Central | 12:00 Wednesday |
6+
| UTC | 17:00 Wednesday |
7+
| China | 01:00 Thursday |
8+
9+
Meeting link: [join zoom meeting](https://us02web.zoom.us/j/81143085896?pwd=TUE3WGgrdEZmNFZJc0g4QzBHUWczdz09)
10+
11+
## Folks
12+
13+
> [!NOTE]
14+
> 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.
15+
16+
| Present | Name | GH Username | TLA | Affiliation |
17+
| :-----: | ---------------- | --------------- | --- | ----------- |
18+
| | Chip Morningstar | @FUDCo | CM | Agoric |
19+
| | Chris de Almeida | @ctcpip | CDA | IBM |
20+
| | Daniel Veditz | @dveditz | DPV | Mozilla |
21+
| | Jack Works | @Jack-Works | JWK | Sujitech |
22+
| | Jordan Harband | @ljharb | JHD | HeroDevs |
23+
| | Kris Kowal | @kriskowal | KKL | Agoric |
24+
| | Mark Miller | @erights | MM | Agoric |
25+
| | Mathieu Hofman | @mhofman | MHN | Agoric |
26+
| | Michael Ficarra | @michaelficarra | MF | F5 |
27+
| | Peter Hoddie | @phoddie | PHE | Moddable |
28+
| | Richard Gibson | @gibson042 | RGN | Agoric |
29+
| | | | | |
30+
31+
## Agenda
32+
33+
> [!NOTE]
34+
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics.
35+
36+
| Topic | Presenter(s) |
37+
| ------------------------------------------ | ------------ |
38+
| review of previous agenda and action items | |
39+
| | |
40+
41+
### review of previous agenda and action items

0 commit comments

Comments
 (0)