Skip to content

doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js #58573

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pr4j3sh
Copy link

@pr4j3sh pr4j3sh commented Jun 4, 2025

PR for #58572

Fixed definition of assert.ifError() in `lib/assert.js

@nodejs-github-bot nodejs-github-bot added assert Issues and PRs related to the assert subsystem. needs-ci PRs that need a full CI run. labels Jun 4, 2025
Copy link
Member

@UlisesGascon UlisesGascon left a comment

Choose a reason for hiding this comment

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

Thanks @pr4j3sh for helping the project :)

Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.22%. Comparing base (1093f38) to head (d5eecae).
Report is 91 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #58573   +/-   ##
=======================================
  Coverage   90.21%   90.22%           
=======================================
  Files         635      635           
  Lines      187484   187494   +10     
  Branches    36842    36837    -5     
=======================================
+ Hits       169146   169158   +12     
+ Misses      11110    11108    -2     
  Partials     7228     7228           
Files with missing lines Coverage Δ
lib/assert.js 99.51% <100.00%> (ø)

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

Copy link
Member

@tniessen tniessen left a comment

Choose a reason for hiding this comment

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

LGTM. Before this can land, could you please change the commit message to adhere to the commit message guidelines, which require that the commit message title begins with the subsystem followed by an imperative verb?

In other words, use doc: fix ... instead of doc: fixed ....

Thank you.

@pr4j3sh pr4j3sh changed the title [Docs] Fixed jsdoc definition of assert.ifError() fn in lib/assert.js doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js Jun 4, 2025
@UlisesGascon UlisesGascon added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Jun 4, 2025
@lpinca lpinca added commit-queue Add this label to land a pull request using GitHub Actions. and removed needs-ci PRs that need a full CI run. labels Jun 14, 2025
@nodejs-github-bot nodejs-github-bot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Jun 14, 2025
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/58573
✔  Done loading data for nodejs/node/pull/58573
----------------------------------- PR info ------------------------------------
Title      doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js (#58573)
   ⚠  Could not retrieve the email or name of the PR author's from user's GitHub profile!
Branch     pr4j3sh:main -> nodejs:main
Labels     assert, author ready
Commits    1
 - doc: fix jsdoc definition of assert.ifError() fn in lib/assert.js
Committers 1
 - pr4j3sh <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/58573
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/58573
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Jordan Harband <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Chemi Atlow <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Wed, 04 Jun 2025 12:36:54 GMT
   ✔  Approvals: 7
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/58573#pullrequestreview-2896754404
   ✔  - Ulises Gascón (@UlisesGascon): https://github.com/nodejs/node/pull/58573#pullrequestreview-2896765115
   ✔  - Tobias Nießen (@tniessen) (TSC): https://github.com/nodejs/node/pull/58573#pullrequestreview-2897346481
   ✔  - Jordan Harband (@ljharb): https://github.com/nodejs/node/pull/58573#pullrequestreview-2897483081
   ✔  - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/58573#pullrequestreview-2900419541
   ✔  - Chemi Atlow (@atlowChemi): https://github.com/nodejs/node/pull/58573#pullrequestreview-2902131786
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/58573#pullrequestreview-2928434402
   ✔  Last GitHub CI successful
   ✘  No Jenkins CI runs detected
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/15653351751

@lpinca lpinca added request-ci Add this label to start a Jenkins CI on a PR. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Jun 14, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jun 14, 2025
@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assert Issues and PRs related to the assert subsystem. author ready PRs that have at least one approval, no pending requests for changes, and a CI started.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants