Skip to content

child_process: revise argument processing - #41280

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:child-process-args
Dec 24, 2021
Merged

child_process: revise argument processing#41280
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
Trott:child-process-args

Conversation

@Trott

Copy link
Copy Markdown
Member

execFile() and fork() have complicated argument processing. Clarify code
and avoid using arguments.

@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 22, 2021
@nodejs-github-botnodejs-github-bot added child_process Issues and PRs related to the child_process subsystem. needs-ci PRs that need a full CI run. labels Dec 22, 2021
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 22, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@aduh95aduh95 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions that make this change semver-major, but also more "correct", so maybe it's worth it?

Comment threadlib/child_process.js Outdated
Comment threadlib/child_process.js Outdated
Comment threadlib/child_process.js Outdated
Comment threadlib/child_process.js Outdated
execFile() and fork() have complicated argument processing. Clarify code
and avoid using `arguments`.
@nodejs-github-bot

This comment has been minimized.

@aduh95aduh95 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Dec 23, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@TrottTrott added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 24, 2021
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 24, 2021
@nodejs-github-bot
nodejs-github-bot merged commit 4069e7e into nodejs:masterDec 24, 2021
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in 4069e7e

targos pushed a commit that referenced this pull request Jan 14, 2022
execFile() and fork() have complicated argument processing. Clarify code
and avoid using `arguments`.
PR-URL: #41280
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@targostargos mentioned this pull request Jan 16, 2022
danielleadams pushed a commit that referenced this pull request Jan 31, 2022
execFile() and fork() have complicated argument processing. Clarify code
and avoid using `arguments`.
PR-URL: #41280
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
execFile() and fork() have complicated argument processing. Clarify code
and avoid using `arguments`.
PR-URL: #41280
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
@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.child_processIssues and PRs related to the child_process subsystem.needs-ciPRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

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