Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to issue on non-testability of the Dynamic Code Brand Checks proposal #536

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Stage 2 indicates that the committee expects these features to be developed and
| [Source Phase Imports][source-phase-imports] | Luca Casonato | Guy Bedford<br />Luca Casonato | <sub>[source-phase-imports][source-phase-imports-tests]</sub> | <sub>[July&nbsp;2023][source-phase-imports-notes]</sub> |
| [Time Zone Canonicalization][time-zone-canon] | Justin Grant | Justin Grant<br />Richard Gibson | <sub>[Temporal.TimeZone][time-zone-canon-tests] | <sub>[July&nbsp;2023][time-zone-canon-notes]</sub> |
| [Uint8Array to/from Base64][uint8array-base64] | Kevin Gibbons | Kevin Gibbons | <sub>[uint8array-base64][uint8array-base64-tests]</sub> | <sub>[February&nbsp;2024][uint8array-base64-notes]</sub> |
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | :question: | <sub>April&nbsp;2024</sub> |
| [Dynamic Code Brand Checks][dynamic-code-brand-checks] | Nicolo Ribaudo | Krzysztof Kotowicz<br />Mike Samuel<br />Nicolo Ribaudo | <sub>[No test262 tests][dynamic-code-brand-checks-no-tests] | <sub>April&nbsp;2024</sub> |
| [Redeclarable global `eval`-introduced `var`s][redeclarable-global-eval-vars] | Shu-yu Guo | Shu-yu Guo | <sub>[Testing plan][redeclarable-global-eval-vars-testplan]</sub> | <sub>[April&nbsp;2024][redeclarable-global-eval-vars-notes]</sub> |
| [`Promise.try`][try] | Jordan Harband | Jordan Harband | <sub>[promise-try][try-tests]</sub> | <sub>[June&nbsp;2024][try-notes]</sub> |
| [`RegExp.escape`][escape] | Domenic Denicola<br />Benjamin Gruenbaum<br />Jordan Harband | Jordan Harband<br />Kevin Gibbons | <sub>[Testing plan][escape-testplan] | <sub>[July&nbsp;2024][escape-notes]</sub> |
Expand Down Expand Up @@ -210,6 +210,7 @@ Note that as part of the onboarding process your repository name may be normaliz
[math-sum-testplan]: https://github.com/tc39/test262/issues/4054
[dynamic-code-brand-checks]: https://github.com/tc39/proposal-dynamic-code-brand-checks
[dynamic-code-brand-checks-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2019-12/december-5.md#dynamic-code-brand-checks-for-stage-2
[dynamic-code-brand-checks-no-tests]: https://github.com/tc39/test262/issues/4229
[is-error]: https://github.com/tc39/proposal-is-error
[is-error-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2024-06/june-11.md#erroriserror
[sequencing]: https://github.com/tc39/proposal-iterator-sequencing
Expand Down