Skip to content

Commit

Permalink
Math Extensions to inactive, per 2024.02.07 TC39
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Feb 8, 2024
1 parent 278ab28 commit d975fc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions inactive-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Inactive proposals are proposals that at one point were presented to the committ
| [Operator overloading][overloading] | Daniel Ehrenberg | Withdrawn |
| [Extensible numeric literals][extensible-literals] | Daniel Ehrenberg | Withdrawn |
| [JSON.tryParse][json-tryparse] | Jack Works | Rejected; some deemed this too specific a solution for a generalized language-wide problem |
| [`Math` Extensions][more-math] | Rick Waldron | Withdrawn: no interested champions in February 2024 |

See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposals.md), [stage 0 proposals](stage-0-proposals.md), and [finished proposals](finished-proposals.md) documents.

Expand Down Expand Up @@ -97,3 +98,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[extensible-literals]: https://github.com/tc39/proposal-extended-numeric-literals
[extensible-literals-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-09/sept-21.md#numeric-literal-suffixes-update-separate-namespace-version
[json-tryparse]: https://github.com/Jack-Works/proposal-json-tryParse
[more-math]: https://github.com/rwaldron/proposal-math-extensions
[more-math-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-26.md#9iie-math-extensions
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [`export v from "mod";` statements][export-from] | Lee Byron | Ben Newman<br />John-David Dalton | <sub>[July&nbsp;2017][export-from-notes]</sub> |
| [Observable][observable] | Jafar Husain | Jafar Husain<br />Mark Miller | <sub>[May&nbsp;2017][observable-notes]</sub> |
| [SES (Secure EcmaScript)][secure-ecmascript] | Mark Miller<br />Chip Morningstar<br />Caridy Patiño | Mark Miller<br />Chip Morningstar<br />Caridy Patiño | <sub>[February&nbsp;2020][secure-ecmascript-notes]</sub> |
| [`Math` Extensions][more-math] | Rick Waldron | Rick Waldron | <sub>[July&nbsp;2016][more-math-notes]</sub> |
| [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | <sub>[September&nbsp;2016][collection-of-from-notes]</sub> |
| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov | Brendan Eich | <sub>[September&nbsp;2016][generator-arrow-functions-notes]</sub> |
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | <sub>[May&nbsp;2017][signbit-notes]</sub> |
Expand Down Expand Up @@ -111,8 +110,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[observable-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-05/may-25.md#17iiia-observable-proposal-to-stage-2
[secure-ecmascript]: https://github.com/tc39/proposal-ses
[secure-ecmascript-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-02/february-6.md#ses-compartments
[more-math]: https://github.com/rwaldron/proposal-math-extensions
[more-math-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-26.md#9iie-math-extensions
[collection-of-from]: https://github.com/tc39/proposal-setmap-offrom
[collection-of-from-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-29.md#11iic-set-map-weakset-and-weakmap-of-and-from-methods
[generator-arrow-functions]: https://github.com/tc39/proposal-generator-arrow-functions
Expand Down

0 comments on commit d975fc8

Please sign in to comment.