fs: check subdir correctly in cpSync#55033
Merged
nodejs-github-bot merged 1 commit intonodejs:mainfrom Sep 28, 2024
Merged
Conversation
avivkeller
reviewed
Sep 20, 2024
Member
Author
|
This probably will have merge conflicts with #54653. I'd like the other one to land first as this one is easier to rebase, re-review and re-approve, if that sounds good : ) |
Member
|
Per the comment above, I've added |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #55033 +/- ##
=======================================
Coverage 88.23% 88.23%
=======================================
Files 652 652
Lines 183912 183916 +4
Branches 35865 35862 -3
=======================================
+ Hits 162272 162283 +11
+ Misses 14915 14910 -5
+ Partials 6725 6723 -2
|
Member
Member
jakecastelli
left a comment
There was a problem hiding this comment.
The other PR has landed and indeed there are merge conflicts now.
Member
Author
|
Conflicts resolved ^ PTAL |
aduh95
approved these changes
Sep 23, 2024
Collaborator
Collaborator
Commit Queue failed- Loading data for nodejs/node/pull/55033 ✔ Done loading data for nodejs/node/pull/55033 ----------------------------------- PR info ------------------------------------ Title fs: check subdir correctly in cpSync (#55033) Author Jason Zhang <xzha4350@gmail.com> (@jazelly) Branch jazelly:fix-54285 -> nodejs:main Labels c++, fs, author ready, needs-ci Commits 1 - fs: check subdir correctly in cpSync Committers 1 - Jason Zhang <xzha4350@gmail.com> PR-URL: https://github.com/nodejs/node/pull/55033 Fixes: https://github.com/nodejs/node/issues/54285 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/55033 Fixes: https://github.com/nodejs/node/issues/54285 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Fri, 20 Sep 2024 21:03:08 GMT ✔ Approvals: 1 ✔ - Antoine du Hamel (@aduh95) (TSC): https://github.com/nodejs/node/pull/55033#pullrequestreview-2321643883 ✘ This PR needs to wait 71 more hours to land (or 0 hours if there is one more approval) ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-09-23T09:40:40Z: https://ci.nodejs.org/job/node-test-pull-request/62685/ - Querying data for job/node-test-pull-request/62685/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/11021901134 |
joyeecheung
approved these changes
Sep 27, 2024
Collaborator
Collaborator
Collaborator
|
Landed in 7fe5bcd |
Merged
louwers
pushed a commit
to louwers/node
that referenced
this pull request
Nov 2, 2024
PR-URL: nodejs#55033 Fixes: nodejs#54285 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
tpoisseau
pushed a commit
to tpoisseau/node
that referenced
this pull request
Nov 21, 2024
PR-URL: nodejs#55033 Fixes: nodejs#54285 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
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.
Fixes: #54285