Skip to content

Commit 9ff2a01

Browse files
authored
The correct stage (#416)
* Correct information about proposal stage The stage is listed variously as 3 and 2. Neither are correct, the proposal is at stage 2.7. * Remove obsolete goal from README The proposal is past stage 2 already, so advancing to stage 2 is no longer a goal. * Add recent presentations to README The list of slide decks was last updated in 2021. I'm missing some from 2022-2023 that weren't linked in the TC39 notes, but this is a good start.
1 parent 629dd62 commit 9ff2a01

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- [Explainer](explainer.md).
66
- [HTML Rendered Spec](https://tc39.es/proposal-shadowrealm/).
7-
- Currently at [Stage 2](https://tc39.es/process-document/).
7+
- Currently at [Stage 2.7](https://tc39.es/process-document/).
88
- [Code of Conduct](https://tc39.es/code-of-conduct/)
99

1010
### <a name='Champions'></a>Champions
@@ -45,6 +45,13 @@ See some examples [in the Explainer file](explainer.md).
4545

4646
## <a name='Presentations'></a>Presentations
4747

48+
* [TC39 Meeting, December 2024 - Stage 3 Request](http://ptomato.name/talks/tc39-2024-12/)
49+
* [TC39 Meeting, June 12th 2024 - Stage 2.7 Update](https://docs.google.com/presentation/d/1HxocWS0WfIZPanCAhsabSDOPx9LCjw6upMfMP9ogEqE)
50+
* [TC39 Meeting, February 7th 2024 - Move to Stage 2.7](https://docs.google.com/presentation/d/1fd5-VKtl0LxYitLHr_bJ82_xaLs1w5xSmD0dCdh2TvU)
51+
* [TC39 Meeting, September 7th 2023 - Move to Stage 2](https://docs.google.com/presentation/d/1WJd9g3df_ibVHK3LdoKX2FboDwYQBUBJNxuRAWOYYbM)
52+
* [TC39 Meeting, March 29th 2022 - Stage 3 Update](https://docs.google.com/presentation/d/1Juv36nUTfcvb_E2NUeAPGuToCCBWIX0NLObx_h5qDYU)
53+
* [TC39 Meeting, December 14th 2021 - Stage 3 Update](https://docs.google.com/presentation/d/12PM5c4_yUnqXHjvACh8HEN5oJwgei-0T0hX_hlqjfDU)
54+
* [TC39 Meeting, August 31st 2021 - Rename to ShadowRealm](https://docs.google.com/presentation/d/1Rb6YISQFKNQIANpLctcuk-GGM5InNfcdA0zuUCgb-fE)
4855
* [TC39 Meeting, July 12th 2021 - Stage 3 Request](https://docs.google.com/presentation/d/1MgrUnQH25gDVosKnH10n9n9msvrLkdaHI0taQgOWRcs)
4956
* [TC39 Meeting, May 25th 2021 - Stage 2 Update](https://docs.google.com/presentation/d/1c-7nsjAUkdWYie5n1NlEr7_FxMXHyXjRFzsReLTm8S8)
5057
* [TC39 Meeting, April 2021 - Introduction of Callable Boundary Reealms](https://docs.google.com/presentation/d/1VbfgfZgNCcWhPu-8JWd27hrL9jEfakWPSWPcJLa3SIw)
@@ -60,7 +67,6 @@ See some examples [in the Explainer file](explainer.md).
6067
* we moved on from the exposed globalThis model to a lean isolated realms API (see https://github.com/tc39/proposal-shadowrealm/issues/289 and https://github.com/tc39/proposal-shadowrealm/issues/291)
6168
* we worked on this during ES2015 time frame, so never went through stages process ([ES6 Realm Objects proto-spec.pdf](https://github.com/tc39/proposal-shadowrealm/files/717415/ES6.Realm.Objects.proto-spec.pdf))
6269
* got punted to later (rightly so!)
63-
* goal of this proposal: resume work on this, reassert committee interest via advancing to stage 2
6470
* original idea from @dherman: [What are Realms?](https://gist.github.com/dherman/7568885)
6571

6672
## <a name='Contributing'></a>Contributing

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<pre class="metadata">
99
title: 'ShadowRealm API'
10-
stage: 3
10+
stage: 2.7
1111
contributors: Dave Herman, Caridy Patiño, Mark Miller, Leo Balter
1212
status: proposal
1313
copyright: false

0 commit comments

Comments
 (0)