Skip to content

Commit

Permalink
Math.signbit 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 e55a54a commit 8d6d00d
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 @@ -44,6 +44,7 @@ Inactive proposals are proposals that at one point were presented to the committ
| [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 |
| [Generator arrow functions][generator-arrow-functions] | Sergey Rubanov<br />Brendan Eich | Withdrawn: no interested champions in February 2024 |
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | 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 @@ -103,3 +104,5 @@ See also the [active proposals](README.md), [stage 1 proposals](stage-1-proposal
[more-math-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-07/jul-26.md#9iie-math-extensions
[generator-arrow-functions]: https://github.com/tc39/proposal-generator-arrow-functions
[generator-arrow-functions-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2016-09/sept-27.md#11ic-generator-arrow-functions
[signbit]: https://github.com/tc39/proposal-Math.signbit
[signbit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-05/may-23.md#16ib-mathsignbit-proposal
3 changes: 0 additions & 3 deletions stage-1-proposals.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Proposals follow [this process document](https://tc39.es/process-document/).
| [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> |
| [`of` and `from` on collection constructors][collection-of-from] | Leo Balter | Leo Balter | <sub>[September&nbsp;2016][collection-of-from-notes]</sub> |
| [`Math.signbit`: IEEE-754 sign bit][signbit] | JF Bastien | JF Bastien | <sub>[May&nbsp;2017][signbit-notes]</sub> |
| [Error stacks][stacks] | Jordan Harband | Jordan Harband | <sub>[January&nbsp;2017][stacks-notes]</sub> |
| [`do` expressions][do] | Dave Herman | Kevin Gibbons | <sub>[June&nbsp;2020][do-notes]</sub> |
| Change `Number.parseInt`/`parseFloat` to not coerce `null`/`undefined`/`NaN` (repo link TBD) | | Brendan Eich | <sub>[July&nbsp;2017][parseInt-to-parseFloat]</sub> |
Expand Down Expand Up @@ -111,8 +110,6 @@ See also the [active proposals](README.md), [stage 0 proposals](stage-0-proposal
[secure-ecmascript-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2020-02/february-6.md#ses-compartments
[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
[signbit]: https://github.com/tc39/proposal-Math.signbit
[signbit-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-05/may-23.md#16ib-mathsignbit-proposal
[stacks]: https://github.com/tc39/proposal-error-stacks
[stacks-notes]: https://github.com/tc39/notes/blob/HEAD/meetings/2017-01/jan-25.md#15iiia-error-stacks-seeking-stage-1
[do]: https://github.com/tc39/proposal-do-expressions
Expand Down

0 comments on commit 8d6d00d

Please sign in to comment.