Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: Remove unused param for exec in child_process #22274

Closed
wants to merge 1 commit into from
Closed

lib: Remove unused param for exec in child_process #22274

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Aug 12, 2018

exec's parameters are now deconstructored through normalizeExecArgs.apply. We don't need an exclipit parameter any more (and in fact it's NEVER referred in the code directly), like spwan or spwanSync.
So this might be missing.

  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows [commit guidelines]

`exec`'s parameters are now deconstructored through
`normalizeExecArgs.apply`. We don't need an exclipit parameter
any more (and in fact it's NEVER referred in the code directly), like `spwan` or `spwanSync`.
This might be missing.
@nodejs-github-bot nodejs-github-bot added the child_process Issues and PRs related to the child_process subsystem. label Aug 12, 2018
@gdams
Copy link
Member

gdams commented Aug 12, 2018

@gdams
Copy link
Member

gdams commented Aug 12, 2018

@lpinca
Copy link
Member

lpinca commented Aug 12, 2018

CI rebuild: https://ci.nodejs.org/job/node-test-pull-request/16394/ (edit by @maclover7: ✔️)

@lpinca
Copy link
Member

lpinca commented Aug 12, 2018

Ops race condition with @gdams :)

@BridgeAR BridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 13, 2018
@maclover7
Copy link
Contributor

Landed in 8a41470 (updated commit message to pass core-validate-commit)

@maclover7 maclover7 closed this Aug 15, 2018
maclover7 pushed a commit that referenced this pull request Aug 15, 2018
`exec`'s parameters are now deconstructored through
`normalizeExecArgs.apply`. We don't need an exclipit parameter anymore
(and in fact it's NEVER referred in the code directly), like `spwan` or
`spwanSync`. This might be missing.

PR-URL: #22274
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: George Adams <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
@ghost ghost deleted the ModificationForChildProcess branch August 16, 2018 00:15
targos pushed a commit that referenced this pull request Aug 19, 2018
`exec`'s parameters are now deconstructored through
`normalizeExecArgs.apply`. We don't need an exclipit parameter anymore
(and in fact it's NEVER referred in the code directly), like `spwan` or
`spwanSync`. This might be missing.

PR-URL: #22274
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: George Adams <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
targos pushed a commit that referenced this pull request Sep 3, 2018
`exec`'s parameters are now deconstructored through
`normalizeExecArgs.apply`. We don't need an exclipit parameter anymore
(and in fact it's NEVER referred in the code directly), like `spwan` or
`spwanSync`. This might be missing.

PR-URL: #22274
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: George Adams <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Jon Moss <[email protected]>
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 pending requests for changes, and a CI started. child_process Issues and PRs related to the child_process subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants