| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files @@ Coverage Diff @@
## main #55553 +/- ##
==========================================
- Coverage 88.42% 88.42% -0.01%
==========================================
Files 654 654
Lines 187852 187852
Branches 36134 36135 +1
==========================================
- Hits 166102 166101 -1
- Misses 14989 14991 +2
+ Partials 6761 6760 -1
|
Sorry, something went wrong.
Sorry, something went wrong.
|
Let's wait for #55548 to land first: since there's no other test failure, it seems plausible that this change does not have any impact on the public API, it might also be due to a lack of coverage, so better safe than sorry. |
Sorry, something went wrong.
|
This is not directly connected to the deprecated .path property. This PR fixes .parentPath, while .path just happens to return same value. If anyone knows how to test this on CI without exposing internals, I'd be happy to increase coverage here. Landing this after #55548 (which is semver-major and will change tests for .path property) is likely to make backporting this PR to previous release lines necessary. But given that the bug is hard to encounter, and that test in #55547 is rewritten using sync call and can be landed without this, I'm fine with it. |
Sorry, something went wrong.
It should remove them yes
Hum no, I would say we should not backport it, or at least not unless we find a way to not interfere with the .path property |
Sorry, something went wrong.
It should remove them yes
Hum no, I would say we should not backport it, or at least not unless we find a way to not interfere with the .path property |
Sorry, something went wrong.
|
Rebased on top of #55548 ( semver-major PRs that contain breaking changes and should be released in the next major version. ), hence the dont-land labels. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The parentPath must be a path to the parent directory rather than path to the file itself.
/cc @Ethan-Arrowood @nodejs/fs