Skip to content

src: include declaration header in threadsafe COW inl - #64858

Open
Archkon wants to merge 2 commits into
nodejs:mainfrom
Archkon:cow
Open

src: include declaration header in threadsafe COW inl#64858
Archkon wants to merge 2 commits into
nodejs:mainfrom
Archkon:cow

Conversation

@Archkon

@Archkon Archkon commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Ensure node_threadsafe_cow-inl.h can be included independently and follows the header inclusion convention documented in src/README.md

Ensure node_threadsafe_cow-inl.h can be included independently and
follows the header inclusion convention documented in src/README.md

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels Jul 31, 2026
Include node_mutex.h explicitly so node_threadsafe_cow.h does not
depend on the include order for the RwLock definition.

Signed-off-by: Archkon <180910180+Archkon@users.noreply.github.com>
@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.19%. Comparing base (c8e2a82) to head (a11bb92).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #64858      +/-   ##
==========================================
+ Coverage   90.16%   90.19%   +0.03%     
==========================================
  Files         746      746              
  Lines      242760   243122     +362     
  Branches    45765    45954     +189     
==========================================
+ Hits       218875   219289     +414     
+ Misses      15375    15336      -39     
+ Partials     8510     8497      -13     
Files with missing lines Coverage Δ
src/node_threadsafe_cow-inl.h 31.57% <ø> (ø)
src/node_threadsafe_cow.h 91.66% <ø> (ø)

... and 36 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants