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 update for Decimal #495

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
2 changes: 1 addition & 1 deletion stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [OOM Fails Fast][oom] | Mark Miller | Mark Miller | <sub>[December&nbsp;2019][oom-notes]</sub> |
| [Array filtering][array-filtering] | Justin Ridgewell | Justin Ridgewell | <sub>[February&nbsp;2020][array-filtering-notes]</sub> |
| [Async initialization][async-init] | Bradley Farias | Bradley Farias | <sub>[February&nbsp;2020][async-init-notes]</sub> |
| [Decimal][decimal] | Daniel Ehrenberg<br />Andrew Paprocki | Philip Chimento<br />Andrew Paprocki<br />Jesse Alama | <sub>[December&nbsp;2021][decimal-notes]</sub> |
| [Decimal][decimal] | Daniel Ehrenberg<br />Andrew Paprocki | Andrew Paprocki<br />Jesse Alama<br />Jirka Marsik | <sub>[September&nbsp;2023][decimal-stage-1-update-and-discussion]</sub> |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the link should be decimal-notes, and decimal-stage-1-update-and-discussion doesn't link anywhere (footnote links are at the bottom of the document). where should this link to?

| [Preserve Host Virtualizability][virtualize] | Mark Miller<br />J.F. Paradis<br />Caridy Patiño<br />Dan Finley<br />Alan Schmitt | Mark Miller<br />J.F. Paradis<br />Caridy Patiño<br />Dan Finley<br />Alan Schmitt | <sub>[February&nbsp;2020][virtualize-notes]</sub> |
| [Legacy reflection features for functions in JavaScript][legacy-reflection] | Mark Miller<br />Claude Pache<br />Jack Works | Mark Miller<br />Claude Pache<br />Jack Works | <sub>[February&nbsp;2020][legacy-reflection-notes]</sub> |
| [Cryptographically Secure Random Number Generation][csprng] | Ron Buckton | Ron Buckton | <sub>[February&nbsp;2020][csprng-notes]</sub> |
Expand Down