-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
100 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# 27th Meeting of TC39-TG3 - 2024-06-26 | ||
|
||
## 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 | Consensys | | ||
| ✓ | Chris de Almeida | @ctcpip | CDA | IBM | | ||
| ✓ | Jordan Harband | @ljharb | JHD | HeroDevs | | ||
| ✓ | Jovonni | | | | | ||
| ✓ | Kris Kowal | @kriskowal | KKL | Agoric | | ||
| ✓ | Marco Ippolito | @marco-ippolito | MIO | HeroDevs | | ||
| ✓ | Richard Gibson | @gibson042 | RGN | Agoric | | ||
| ✓ | Ulises Gascón | @UlisesGascon | UG | One Beyond | | ||
|
||
## Agenda | ||
|
||
> [!NOTE] | ||
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics. | ||
### structs discussion, post-plenary debrief | ||
|
||
from delegates chat during/after plenary: | ||
|
||
(from that chat) RBN: Do we, as a committee, think JS privacy is a security feature? Would it be unforgivable if private state isn't really private at the realm boundary? If we could have struct S { #x; ... } in realm A mapped to struct S { x; ... } in realm B, would we consider that a security vulnerability? | ||
|
||
(from that chat) CDA: yes, yes, and yes | ||
|
||
TG3 agrees | ||
|
||
(from that chat) RBN: If privacy is an important security concern, then you must have an unforgeable correlation mechanism. Auto-correlation by source location is unforgeable. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# 28th Meeting of TC39-TG3 - 2024-07-03 | ||
|
||
## 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 | | ||
| :-----: | ---------------- | --------------- | --- | ----------- | | ||
| ✓ | Chris de Almeida | @ctcpip | CDA | IBM | | ||
| ✓ | Daniel Ehrenberg | @littledan | DE | Bloomberg | | ||
| ✓ | Eli Grey | @eligrey | | Transcend | | ||
| ✓ | Jasvir Nagra | @jasvir | | Picovisor | | ||
| ✓ | Jovonni | | | | | ||
| ✓ | Kris Kowal | @kriskowal | KKL | Agoric | | ||
| ✓ | Mathieu Hofman | @mhofman | MHN | Agoric | | ||
| ✓ | Michael Ficarra | @michaelficarra | MF | F5 | | ||
| ✓ | Nicolò Ribaudo | @nicolo-ribaudo | NRO | Igalia | | ||
| ✓ | Richard Gibson | @gibson042 | RGN | Agoric | | ||
| ✓ | Ulises Gascón | @UlisesGascon | UG | One Beyond | | ||
|
||
## Agenda | ||
|
||
> [!NOTE] | ||
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics. | ||
## Minutes | ||
|
||
* Nicolò clarified the deferred module exports namespaces are different from the moddule exports namespace but there will only be one for each module instance. It exists to allow property access for a failed import to rethrow the import error. | ||
* We briefly recorded a problem statement for module source reflection in terms of (imports, exports, reexports) versus bindings. | ||
* Nicolò mentioned that he and Legedecas will be bringing https://github.com/tc39/ecma262/issues/3160 to plenary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 29th Meeting of TC39-TG3 - 2024-07-10 | ||
|
||
## 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 | Consensys | | ||
| ✓ | Chris de Almeida | @ctcpip | CDA | IBM | | ||
| ✓ | Jordan Harband | @ljharb | JHD | HeroDevs | | ||
| ✓ | Kris Kowal | @kriskowal | KKL | Agoric | | ||
| ✓ | Mark Miller | @erights | MM | Agoric | | ||
| ✓ | Michael Ficarra | @michaelficarra | MF | F5 | | ||
| ✓ | Richard Gibson | @gibson042 | RGN | Agoric | | ||
|
||
## Agenda | ||
|
||
> [!NOTE] | ||
> See [backlog.md](../backlog.md) for outstanding action items and agenda topics. | ||
private discussion of https://github.com/tc39/Reflector/issues/535 |