Skip to content

Commit d439af9

Browse files
committed
Structs to stage 2, per 2024.10.08 TC39
1 parent d4c36b7 commit d439af9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ Stage 2 indicates that the committee expects these features to be developed and
7373
| [ESM Phase Imports][esm-phase] | Luca Casonato<br />Guy Bedford | Luca Casonato<br />Guy Bedford | <sub>[June&nbsp;2024][esm-phase-notes]</sub> |
7474
| ["Discard" (`void`) Bindings][discards] | Ron Buckton | Ron Buckton | <sub>[June&nbsp;2024][discards-notes]</sub> |
7575
| [Propagate active ScriptOrModule with JobCallback Record][scriptormodule] | Chengzhong Wu | Chengzhong Wu | <sub>[July&nbsp;2024][scriptormodule-notes]</sub> |
76+
| [Structs: Fixed Layout Objects and Some Synchronization Primitives][structs] | Shu-yu Guo | Shu-yu Guo | <sub>October&nbsp;2024</sub> |
7677

7778
The test262 feature flag links to a code search of tests using that feature flag, which may constitute complete or partial coverage.
7879
The :question: means there is no feature flag for tests yet.
@@ -208,3 +209,5 @@ Note that as part of the onboarding process your repository name may be normaliz
208209
[atomics-pause-notes]: https://github.com/tc39/notes/blob/main/meetings/2024-06/june-13.md#atomicspause
209210
[atomics-pause]: https://github.com/tc39/proposal-atomics-microwait
210211
[atomics-pause-tests]: https://github.com/tc39/test262/pull/4147
212+
[structs]: https://github.com/tc39/proposal-structs
213+
[structs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/sept-01.md#fixed-layout-objects

stage-1-proposals.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
6666
| [Limited ArrayBuffer][limited-array-buffer] | Jack Works | Jack Works | <sub>[April&nbsp;2021][limited-array-buffer-notes]</sub> |
6767
| [BigInt Math][bigint-math] | J.S. Choi | J.S. Choi | <sub>[August&nbsp;2021][bigint-math-notes]</sub> |
6868
| [Get Intrinsic][get-intrinsic] | Jordan Harband | Jordan Harband | <sub>[August&nbsp;2021][get-intrinsic-notes]</sub> |
69-
| [Structs: Fixed Layout Objects and Some Synchronization Primitives][structs] | Shu-yu Guo | Shu-yu Guo | <sub>[August&nbsp;2021][structs-notes]</sub> |
7069
| [`String.cooked`][string.cooked] | Darien Maillet Valentine | Jamie Kyle<br />Hemanth HM | <sub>[October&nbsp;2021][string.cooked-notes]</sub> |
7170
| [Call-this operator][call-this] | J.S. Choi | J.S. Choi | <sub>[October&nbsp;2021][call-this-notes]</sub> |
7271
| [RegExp Extended Mode and Comments][regexp-x-mode] | Ron Buckton | Ron Buckton | <sub>[October&nbsp;2021][regexp-x-mode-notes]</sub> |
@@ -220,8 +219,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
220219
[bigint-math-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-10/oct-26.md#bigint-math-update
221220
[get-intrinsic]: https://github.com/tc39/proposal-get-intrinsic
222221
[get-intrinsic-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/sept-01.md#get-intrinsic-for-stage-1
223-
[structs]: https://github.com/tc39/proposal-structs
224-
[structs-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-08/sept-01.md#fixed-layout-objects
225222
[string.cooked]: https://github.com/tc39/proposal-string-cooked
226223
[string.cooked-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2021-10/oct-27.md#stringcooked
227224
[call-this]: https://github.com/tc39/proposal-call-this

0 commit comments

Comments
 (0)