Skip to content

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

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-botnodejs-github-bot added the tools Issues and PRs related to the tools directory. label Jan 11, 2022
bnb
bnb approved these changes Jan 11, 2022
@TrottTrott added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Jan 11, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 14, 2022
@nodejs-github-bot
nodejs-github-bot merged commit 426df1b into nodejs:masterJan 14, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 426df1b

@Trott
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>
@targostargos mentioned this pull request Jan 16, 2022
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>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@Trott@nodejs-github-bot@bnb@tniessen@richardlau@gireeshpunathil