-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
Exit after printing v8 help #34135
Conversation
V8 es not exit the process after handling --help anymore: https://chromium-review.googlesource.com/c/v8/v8/+/2276276
Looks like I need to land this first to https://github.com/v8/node/ and then it will be upstreamed. Closing the PR. |
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>
@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 |
I see, thanks for opening the new PR. I'll wait then until v8/node picks up the change. It is not urgent. |
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>
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>
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>
V8 does not exit the process after handling --help anymore:
https://chromium-review.googlesource.com/c/v8/v8/+/2276276
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes