Conversation
|
Review requested:
|
Closes nodejs#57489 Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com> Co-authored-by: Mert Can Altin <mertgold60@gmail.com> Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57592 +/- ##
==========================================
- Coverage 90.23% 90.23% -0.01%
==========================================
Files 630 630
Lines 185149 185065 -84
Branches 36235 36222 -13
==========================================
- Hits 167066 166989 -77
- Misses 11037 11046 +9
+ Partials 7046 7030 -16
🚀 New features to boost your workflow:
|
|
Is this a duplicate of #57523? |
|
@pmarchini ... it is a simpler alternative to #57523. @flakey5 had started working on it before #57523 was opened based on the discussion in the original issue. |
|
The
notable-change
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the Other Notable Changes section. |
Co-authored-by: Geoffrey Booth <webadmin@geoffreybooth.com>
ovflowd
left a comment
There was a problem hiding this comment.
LGTM! Left a minor comment, that might lead to misunderstandings on the expected behavior, but besides that, cool stuff!
Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com>
Signed-off-by: flakey5 <73616808+flakey5@users.noreply.github.com>
Co-authored-by: James M Snell <jasnell@gmail.com>
|
I think this change is generally ready to go but due to some ongoing maintenance issues with CI we are restricted from running jenkins CI on this PR just yet. Once that is opened back up we can run CI and get this merged. |
Failed to start CI⚠ Commits were pushed since the last approving review: ⚠ - src: add `--run-from` flag ⚠ - remove debug statement ⚠ - Apply suggestions from code review ⚠ - update man page ⚠ - only allow a directory to be passed in ⚠ - Update doc/api/cli.md ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/14195007818 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
|
There's a related test failure: |
☝️ @flakey5 |
Closes #57489
This differs from #57523 in that this changes the working directory that the script is executed from.