Skip to content

Commit a6f48d6

Browse files
committed
Added links to tracking bugs for V8 and Engine262
1 parent dada53e commit a6f48d6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,15 +150,23 @@ The following is a high-level list of tasks to progress through each stage of th
150150
### Stage 3 Entrance Criteria
151151

152152
* [x] [Complete specification text][Specification].
153-
* [ ] Designated reviewers have [signed off][Stage3ReviewerSignOff] on the current spec text (1 of 2).
154-
* [ ] The ECMAScript editor has [signed off][Stage3EditorSignOff] on the current spec text.
153+
* [x] Designated reviewers have [signed off][Stage3ReviewerSignOff] on the current spec text (1 of 2).
154+
* [x] The ECMAScript editor has [signed off][Stage3EditorSignOff] on the current spec text.
155155

156156
### Stage 4 Entrance Criteria
157157

158158
* [ ] [Test262](https://github.com/tc39/test262) acceptance tests have been written for mainline usage scenarios and [merged][Test262PullRequest].
159-
* [ ] Two compatible implementations which pass the acceptance tests: [\[1\]][Implementation1], [\[2\]][Implementation2].
159+
* [x] written
160+
* [ ] merged
161+
* [ ] Two compatible implementations which pass the acceptance tests:
162+
* [ ] [V8][Implementation1]
163+
* [ ] SpiderMonkey
164+
* [ ] JSC
165+
* [ ] [Engine262](https://github.com/engine262/engine262/pull/229)
160166
* [x] A [pull request][Ecma262PullRequest] has been sent to tc39/ecma262 with the integrated spec text.
161167
* [ ] The ECMAScript editor has signed off on the [pull request][Ecma262PullRequest].
168+
* [x] [Kevin Gibbons](https://github.com/tc39/ecma262/pull/3221#pullrequestreview-1735554031)
169+
* [ ] [Michael Ficarra](https://github.com/tc39/ecma262/pull/3221#pullrequestreview-1784954743)
162170
<!--#endregion:todo-->
163171

164172
<!-- The following links are used throughout the README: -->
@@ -176,6 +184,6 @@ The following is a high-level list of tasks to progress through each stage of th
176184
[Stage3ReviewerSignOff]: #todo
177185
[Stage3EditorSignOff]: #todo
178186
[Test262PullRequest]: https://github.com/tc39/test262/pull/3960
179-
[Implementation1]: #todo
187+
[Implementation1]: https://bugs.chromium.org/p/v8/issues/detail?id=12956
180188
[Implementation2]: #todo
181189
[Ecma262PullRequest]: https://github.com/tc39/ecma262/pull/3221

0 commit comments

Comments
 (0)