Conversation
Collaborator
|
Review requested:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## v24.x-staging #66133 +/- ##
=================================================
- Coverage 90.31% 90.29% -0.02%
=================================================
Files 711 718 +7
Lines 228425 238020 +9595
Branches 43160 45244 +2084
=================================================
+ Hits 206293 214926 +8633
- Misses 14090 14614 +524
- Partials 8042 8480 +438
🚀 New features to boost your workflow:
|
Cherry
force-pushed
the
backport-64606-to-v24.x
branch
from
September 24, 2026 13:22
6217cf8 to
54b428f
Compare
Contributor
Author
|
Looks like the CI failures were upstream. I've rebased and it's looking good now. |
aduh95
force-pushed
the
v24.x-staging
branch
from
September 25, 2026 16:48
d021bd6 to
13987f4
Compare
Signed-off-by: James Ross <james@jross.me> PR-URL: nodejs#64606 Fixes: nodejs#64870 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Cherry
force-pushed
the
backport-64606-to-v24.x
branch
from
September 26, 2026 14:51
54b428f to
0588674
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backports #64606 to v24.x.
Refs: #64606
Two conflicts were resolved against
v24.x-staging:src/node_options.h:mainuses theDEFINE_BOOL_FIELDmacro for these fields; v24.x still uses plainbool, so the new field is declared asbool has_run = false;.doc/node.1: dropped. The man page on v24.x has no--runentry to extend (the doc-kit regeneration ofnode.1was never backported), and the same documentation lands viadoc/api/cli.md.Everything else applied cleanly. Verified with a Windows x64 clang-cl release build;
parallel/test-node-runandmessage/node_run_listpass.