Skip to content

test: fix common.mustCalllength and name properties - #38464

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
aduh95:test-common-mustCall-length
May 2, 2021
Merged

test: fix common.mustCalllength and name properties#38464
aduh95 merged 1 commit into
nodejs:masterfrom
aduh95:test-common-mustCall-length

Conversation

@aduh95

Copy link
Copy Markdown
Contributor

Reassign name and length properties to the returned function to not
break code that relies on it.

This is needed for #37947.

@github-actionsgithub-actionsBot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 29, 2021
@aduh95aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Apr 29, 2021
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

nodejs-github-bot commented Apr 30, 2021

Copy link
Copy Markdown
Collaborator

@jasnelljasnell added fast-track PRs that do not need to wait for 48 hours to land. and removed needs-ci PRs that need a full CI run. labels Apr 30, 2021
@github-actions

Copy link
Copy Markdown
Contributor

Fast-track has been requested by @jasnell. Please 👍 to approve.

Comment threadtest/common/index.js Outdated
@aduh95aduh95 removed the fast-track PRs that do not need to wait for 48 hours to land. label May 2, 2021
Reassign `name` and `length` properties to the returned function to not
break code that relies on it.
PR-URL: nodejs#38464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@aduh95
aduh95force-pushed the test-common-mustCall-length branch from 92b358a to 5cee7cbCompareMay 2, 2021 09:56
@aduh95

Copy link
Copy Markdown
ContributorAuthor

Landed in 5cee7cb

@aduh95
aduh95 merged commit 5cee7cb into nodejs:masterMay 2, 2021
@aduh95
aduh95 deleted the test-common-mustCall-length branch May 2, 2021 09:58
targos pushed a commit that referenced this pull request May 3, 2021
Reassign `name` and `length` properties to the returned function to not
break code that relies on it.
PR-URL: #38464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request May 3, 2021
targos pushed a commit that referenced this pull request May 30, 2021
Reassign `name` and `length` properties to the returned function to not
break code that relies on it.
PR-URL: #38464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Jun 5, 2021
Reassign `name` and `length` properties to the returned function to not
break code that relies on it.
PR-URL: #38464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
targos pushed a commit that referenced this pull request Jun 5, 2021
Reassign `name` and `length` properties to the returned function to not
break code that relies on it.
PR-URL: #38464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@targostargos mentioned this pull request Jun 6, 2021
targos pushed a commit that referenced this pull request Jun 11, 2021
Reassign `name` and `length` properties to the returned function to not
break code that relies on it.
PR-URL: #38464
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
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.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@aduh95@nodejs-github-bot@jasnell@Trott@trivikr