Skip to content

Conversation

aduh95
Copy link
Contributor

@aduh95 aduh95 commented Oct 26, 2024

Marking as blocked PRs that are blocked by other issues or PRs. because it should land after #55547

Fixes: #55538

@aduh95 aduh95 added semver-major PRs that contain breaking changes and should be released in the next major version. blocked PRs that are blocked by other issues or PRs. labels Oct 26, 2024
@nodejs-github-bot nodejs-github-bot added fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. labels Oct 26, 2024
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@avivkeller avivkeller added the deprecations Issues and PRs related to deprecations. label Oct 26, 2024
Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.41%. Comparing base (b52a49b) to head (d9540b5).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #55548   +/-   ##
=======================================
  Coverage   88.41%   88.41%           
=======================================
  Files         654      654           
  Lines      187824   187811   -13     
  Branches    36134    36134           
=======================================
- Hits       166060   166059    -1     
+ Misses      15005    14992   -13     
- Partials     6759     6760    +1     
Files with missing lines Coverage Δ
lib/internal/fs/utils.js 99.69% <ø> (-0.01%) ⬇️

... and 41 files with indirect coverage changes

Copy link
Member

@LiviaMedeiros LiviaMedeiros left a comment

Choose a reason for hiding this comment

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

LGTM with fixes to tests that use this property.

@LiviaMedeiros LiviaMedeiros removed the blocked PRs that are blocked by other issues or PRs. label Oct 29, 2024
@aduh95 aduh95 force-pushed the remove-dirent.path branch from 842336a to f819bc1 Compare November 6, 2024 23:22
@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. and removed request-ci Add this label to start a Jenkins CI on a PR. labels Nov 6, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 6, 2024
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

@aduh95 aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Nov 14, 2024
aduh95 added a commit to aduh95/node that referenced this pull request Nov 14, 2024
PR-URL: nodejs#55548
Fixes: nodejs#55538
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
Reviewed-By: Ethan Arrowood <[email protected]>
@aduh95 aduh95 force-pushed the remove-dirent.path branch from 1704be9 to d224cf4 Compare November 14, 2024 23:17
PR-URL: nodejs#55548
Fixes: nodejs#55538
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Yagiz Nizipli <[email protected]>
Reviewed-By: LiviaMedeiros <[email protected]>
Reviewed-By: Ethan Arrowood <[email protected]>
@aduh95 aduh95 force-pushed the remove-dirent.path branch from d224cf4 to d9540b5 Compare November 14, 2024 23:18
@aduh95
Copy link
Contributor Author

aduh95 commented Nov 14, 2024

Landed in d9540b5

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. deprecations Issues and PRs related to deprecations. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run. semver-major PRs that contain breaking changes and should be released in the next major version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

file.path is only a getter
8 participants