FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: fix small not-quite-a-bug in find-inactive-tsc.mjs by Trott · Pull Request #41469 · nodejs/node · GitHub

/ node Public

tools: fix small not-quite-a-bug in find-inactive-tsc.mjs - #41469

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:tsc-find-bug
Jan 14, 2022
Merged

tools: fix small not-quite-a-bug in find-inactive-tsc.mjs#41469
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:tsc-find-bug

Conversation

Trott commented Jan 11, 2022

Copy link
Copy Markdown
Member

The current code attempts to count votes from people who were not
members at the start of the 3 month period, resulting in NaN being
tallied for their votes.

The current code attempts to count votes from people who were not
members at the start of the 3 month period, resulting in `NaN` being
tallied for their votes.
nodejs-github-bot added the tools Issues and PRs related to the tools directory. label Jan 11, 2022
Trott added author ready PRs that have at least one approval, no outstanding review comments, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Jan 11, 2022
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 14, 2022
nodejs-github-bot merged commit 426df1b into nodejs:master Jan 14, 2022

Copy link
Copy Markdown
Collaborator

Landed in 426df1b

Trott deleted the tsc-find-bug branch January 14, 2022 06:29
targos pushed a commit that referenced this pull request Jan 14, 2022
The current code attempts to count votes from people who were not
members at the start of the 3 month period, resulting in `NaN` being
tallied for their votes.

PR-URL: #41469
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Tierney Cyren <hello@bnb.im>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
The current code attempts to count votes from people who were not
members at the start of the 3 month period, resulting in `NaN` being
tallied for their votes.

PR-URL: #41469
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Tierney Cyren <hello@bnb.im>
danielleadams mentioned this pull request Feb 1, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. tools Issues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL