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

Exit after printing v8 help #34135

Closed
wants to merge 1 commit into from
Closed

Exit after printing v8 help #34135

wants to merge 1 commit into from

Conversation

ulan
Copy link
Contributor

@ulan ulan commented Jun 30, 2020

V8 does not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276

Checklist
  • 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

V8 es not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276
@nodejs-github-bot nodejs-github-bot added the c++ Issues and PRs that require attention from people who are familiar with C++. label Jun 30, 2020
@devsnek devsnek added the blocked PRs that are blocked by other issues or PRs. label Jun 30, 2020
@ulan
Copy link
Contributor Author

ulan commented Jun 30, 2020

Looks like I need to land this first to https://github.com/v8/node/ and then it will be upstreamed.

Closing the PR.

@ulan ulan closed this Jun 30, 2020
addaleax added a commit to addaleax/node that referenced this pull request Jun 30, 2020
V8 will not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276

As a drive-by fix, correctly return in the `print_bash_completion`
case as well.

Refs: nodejs#34135
Co-authored-by: Ulan Degenbaev <ulan@chromium.org>
@addaleax
Copy link
Member

@ulan I can’t reopen this, but opening a PR here is the right thing to do. (I’m not sure how quickly v8/node picks that up, though, so making a PR there might be more convenient.)

This needs to be modified in at least another place, and there’s a drive-by fix that sticks out to me for one of the locations, so I’ll just open a new PR here: #34136

@ulan
Copy link
Contributor Author

ulan commented Jun 30, 2020

I see, thanks for opening the new PR. I'll wait then until v8/node picks up the change. It is not urgent.

addaleax added a commit that referenced this pull request Jul 7, 2020
V8 will not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276

As a drive-by fix, correctly return in the `print_bash_completion`
case as well.

Refs: #34135
Co-authored-by: Ulan Degenbaev <ulan@chromium.org>

PR-URL: #34136
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 14, 2020
V8 will not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276

As a drive-by fix, correctly return in the `print_bash_completion`
case as well.

Refs: #34135
Co-authored-by: Ulan Degenbaev <ulan@chromium.org>

PR-URL: #34136
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
MylesBorins pushed a commit that referenced this pull request Jul 16, 2020
V8 will not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276

As a drive-by fix, correctly return in the `print_bash_completion`
case as well.

Refs: #34135
Co-authored-by: Ulan Degenbaev <ulan@chromium.org>

PR-URL: #34136
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked PRs that are blocked by other issues or PRs. c++ Issues and PRs that require attention from people who are familiar with C++.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants