Skip to content

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 <[email protected]>
@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 <[email protected]>

PR-URL: #34136
Reviewed-By: Shelley Vohr <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
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 <[email protected]>

PR-URL: #34136
Reviewed-By: Shelley Vohr <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
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 <[email protected]>

PR-URL: #34136
Reviewed-By: Shelley Vohr <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Daniel Bevenius <[email protected]>
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
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.

4 participants