| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
|
/cc @addaleax @nodejs/cpp-reviewers |
Sorry, something went wrong.
This simplifies getting the exit code which is set through `process.exitCode` by removing manually reading the JS property from the native side. Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
|
Changed the previous commit to use a typed array. PTAL. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
Updated by removing the new struct in the previous commit and extending the exiting_ buffer. The exiting_ is renamed to exit_info_. PTAL. |
Sorry, something went wrong.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
|
Applied the suggestions. PTAL. |
Sorry, something went wrong.
Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
There was a problem hiding this comment.
Thanks for. the patience!
Sorry, something went wrong.
Sorry, something went wrong.
|
Fixed the CI failure. PTAL again. Thanks! |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Still LGTM, thanks
Sorry, something went wrong.
Sorry, something went wrong.
|
Hi @daeyeon. I tried to include this commit to the v19.1.0 proposal, but I got some conflicts. Could you please open a backport PR? |
Sorry, something went wrong.
|
Hi @RafaelGSS. Sure, I will open it. |
Sorry, something went wrong.
|
@RafaelGSS Come to think of it, this requires 2d0d997. Since it's a semver-major change, I think it's right not to land this PR to v19.x. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This simplifies getting the exit code which is set through process.exitCode by removing
manually reading the JS property from the native side.
Addresses this TODO:
node/src/api/hooks.cc
Lines 72 to 75 in 5815e3e
Signed-off-by: Daeyeon Jeong daeyeon.dev@gmail.com