-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
fs: fix subdirectory detection logic #54288
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #54288 +/- ##
==========================================
+ Coverage 87.10% 87.89% +0.78%
==========================================
Files 647 651 +4
Lines 181754 183366 +1612
Branches 34880 35718 +838
==========================================
+ Hits 158323 161167 +2844
+ Misses 16742 15468 -1274
- Partials 6689 6731 +42
|
CI failure appears unrelated |
This comment was marked as outdated.
This comment was marked as outdated.
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 was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This has been |
This comment was marked as outdated.
This comment was marked as outdated.
I'm encountering an issue with the CI job, and I'm not quite sure what it means. Here is the relevant error message: https://ci.nodejs.org/job/node-test-commit-windows-fanned/65275/console
It seems that the |
Hi! It just appears that the CI failed to start (I think). If someone could restart the windows machine, it'd help this land, thanks! |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Jason Zhang <[email protected]>
@redyetidev please remove the
author ready
|
@jazelly If you want to take this up, feel free too. |
Fixes #54285
Checks that
std::filesystem::path::preferred_separator
exists after a directory for detecting subdirectories.