-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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: pass correct path to DirentFromStats
during glob
#55071
fs: pass correct path to DirentFromStats
during glob
#55071
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #55071 +/- ##
==========================================
- Coverage 88.39% 88.39% -0.01%
==========================================
Files 652 652
Lines 186565 186565
Branches 36046 36037 -9
==========================================
- Hits 164916 164915 -1
- Misses 14908 14910 +2
+ Partials 6741 6740 -1
|
CC @nodejs/fs |
I need to account for |
Looks like there are relevant failures I may need to take a look at:
|
27c4547
to
4528fd6
Compare
Rebased to fix coverage issues, can someone start a CI? |
Can this land? |
This probably won't make it in time for the release, |
Hey, can someone restart the failed builds so this fix can land? Thanks! |
Landed in 7ae73b9 |
PR-URL: #55071 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
PR-URL: nodejs#55071 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
PR-URL: nodejs#55071 Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
Fixes #55060
Passes the dirname as parentPath, rather than the full file path.