Skip to content

src: remove unused using declarations in node_task_queue#63144

Open
mertcanaltin wants to merge 2 commits intonodejs:mainfrom
mertcanaltin:mert/fix-task-queue-unused-using
Open

src: remove unused using declarations in node_task_queue#63144
mertcanaltin wants to merge 2 commits intonodejs:mainfrom
mertcanaltin:mert/fix-task-queue-unused-using

Conversation

@mertcanaltin
Copy link
Copy Markdown
Member

Leftover from #62336 which removed the references but kept the using declarations. tools/checkimports.py flags them as unused on every CI run.

Signed-off-by: Mert Can Altin <mertgold60@gmail.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 May 6, 2026
@panva panva added the fast-track PRs that do not need to wait for 72 hours to land. label May 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

Fast-track has been requested by @panva. Please 👍 to approve.

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@panva panva added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed author ready PRs that have at least one approval, no pending requests for changes, and a CI started. labels May 6, 2026
Signed-off-by: Filip Skokan <panva.ip@gmail.com>
@panva panva added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 6, 2026
@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@nodejs-github-bot
Copy link
Copy Markdown
Collaborator

@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.67%. Comparing base (1aebbde) to head (7371123).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #63144      +/-   ##
==========================================
- Coverage   91.48%   89.67%   -1.81%     
==========================================
  Files         361      713     +352     
  Lines      155193   224076   +68883     
  Branches    23949    42311   +18362     
==========================================
+ Hits       141977   200947   +58970     
- Misses      12943    14951    +2008     
- Partials      273     8178    +7905     
Files with missing lines Coverage Δ
src/node_task_queue.cc 83.01% <100.00%> (ø)

... and 471 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

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. c++ Issues and PRs that require attention from people who are familiar with C++. fast-track PRs that do not need to wait for 72 hours to land. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants