Skip to content
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: cache ReadFileContext after lazy loading #55998

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

gurgunday
Copy link
Contributor

@gurgunday gurgunday commented Nov 26, 2024

Not sure why it's required at every call, I think we can cache it after the lazy load

All tests pass on my end

@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 Nov 26, 2024
@gurgunday gurgunday changed the title fs: lazily load ReadFileContext fs: cache ReadFileContext after lazy loading Nov 26, 2024
@LiviaMedeiros LiviaMedeiros added the request-ci Add this label to start a Jenkins CI on a PR. label Nov 26, 2024
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Nov 26, 2024
@nodejs-github-bot
Copy link
Collaborator

Copy link

codecov bot commented Nov 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.96%. Comparing base (3bb1d28) to head (c00d877).
Report is 16 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #55998   +/-   ##
=======================================
  Coverage   87.95%   87.96%           
=======================================
  Files         656      656           
  Lines      188310   188311    +1     
  Branches    35963    35970    +7     
=======================================
+ Hits       165630   165642   +12     
+ Misses      15854    15842   -12     
- Partials     6826     6827    +1     
Files with missing lines Coverage Δ
lib/fs.js 93.35% <100.00%> (+<0.01%) ⬆️

... and 32 files with indirect coverage changes

@anonrig anonrig added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Nov 26, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Nov 28, 2024
@nodejs-github-bot nodejs-github-bot merged commit ba912ee into nodejs:main Nov 28, 2024
72 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in ba912ee

@gurgunday gurgunday deleted the lazyloadRFC branch November 28, 2024 12:09
targos pushed a commit that referenced this pull request Dec 2, 2024
PR-URL: #55998
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: LiviaMedeiros <livia@cirno.name>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Jason Zhang <xzha4350@gmail.com>
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. fs Issues and PRs related to the fs subsystem / file system. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants