Skip to content
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

cli: ensure --run has proper pwd #54949

Merged
merged 13 commits into from
Sep 18, 2024

Conversation

anonrig
Copy link
Member

@anonrig anonrig commented Sep 14, 2024

Continuing the work of @bmeck. I basically rebased and added a new commit applying @huseyinacacak-janea's comments.

Ref: #53600

@anonrig anonrig added the commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. label Sep 14, 2024
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Sep 14, 2024
@nodejs-github-bot

This comment was marked as outdated.

Copy link

codecov bot commented Sep 15, 2024

Codecov Report

Attention: Patch coverage is 79.54545% with 9 lines in your changes missing coverage. Please review.

Project coverage is 88.06%. Comparing base (a65105e) to head (4949809).
Report is 527 commits behind head on main.

Files with missing lines Patch % Lines
src/node_task_runner.cc 79.54% 6 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #54949      +/-   ##
==========================================
- Coverage   88.07%   88.06%   -0.01%     
==========================================
  Files         651      652       +1     
  Lines      183538   183589      +51     
  Branches    35862    35870       +8     
==========================================
+ Hits       161647   161675      +28     
- Misses      15136    15154      +18     
- Partials     6755     6760       +5     
Files with missing lines Coverage Δ
src/node_task_runner.cc 89.38% <79.54%> (-3.12%) ⬇️

... and 34 files with indirect coverage changes

@nodejs-github-bot

This comment was marked as outdated.

@nodejs-github-bot
Copy link
Collaborator

@anonrig
Copy link
Member Author

anonrig commented Sep 16, 2024

cc @nodejs/cpp-reviewers would you mind reviewing?

@anonrig
Copy link
Member Author

anonrig commented Sep 17, 2024

@nodejs/tsc would you mind reviewing this? this pr is the only thing keeping node --run from being stable.

Copy link
Member

@KhafraDev KhafraDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't believe you got a green CI run before a review

@anonrig
Copy link
Member Author

anonrig commented Sep 17, 2024

I can't believe you got a green CI run before a review

Don't jinx it. Today is that day @KhafraDev

@anonrig anonrig added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Sep 17, 2024
Copy link
Member

@H4ad H4ad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR should not be has proper cwd?

@anonrig anonrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 18, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 18, 2024
@nodejs-github-bot nodejs-github-bot merged commit 0c5fa57 into nodejs:main Sep 18, 2024
56 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 0c5fa57

targos pushed a commit that referenced this pull request Oct 4, 2024
PR-URL: #54949
Refs: #53600
Reviewed-By: Matthew Aitken <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
@aduh95 aduh95 mentioned this pull request Oct 9, 2024
louwers pushed a commit to louwers/node that referenced this pull request Nov 2, 2024
PR-URL: nodejs#54949
Refs: nodejs#53600
Reviewed-By: Matthew Aitken <[email protected]>
Reviewed-By: Vinícius Lourenço Claro Cardoso <[email protected]>
@marco-ippolito marco-ippolito added the dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. label Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants