Skip to content

src: fix typo in comments #57868

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

geeksilva97
Copy link
Contributor

This PR fixes a typo in node_sqlite.cc file

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/sqlite

@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. sqlite Issues and PRs related to the SQLite subsystem. labels Apr 13, 2025
Copy link

codecov bot commented Apr 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.24%. Comparing base (09ecd2e) to head (54433b0).
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #57868      +/-   ##
==========================================
- Coverage   90.24%   90.24%   -0.01%     
==========================================
  Files         630      630              
  Lines      185502   185670     +168     
  Branches    36366    36401      +35     
==========================================
+ Hits       167402   167552     +150     
+ Misses      11000    10992       -8     
- Partials     7100     7126      +26     
Files with missing lines Coverage Δ
src/node_sqlite.cc 80.49% <ø> (ø)

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

@geeksilva97
Copy link
Contributor Author

I have a silly question. Do I need to run CI here?

@cjihrig
Copy link
Contributor

cjihrig commented Apr 14, 2025

Do I need to run CI here?

Yes, since this is a change to the source code.

@geeksilva97
Copy link
Contributor Author

Do I need to run CI here?

Yes, since this is a change to the source code.

great. ty

@geeksilva97 geeksilva97 added the request-ci Add this label to start a Jenkins CI on a PR. label Apr 14, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 14, 2025
@nodejs-github-bot

This comment was marked as outdated.

@jasnell jasnell 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 Apr 14, 2025
@nodejs-github-bot
Copy link
Collaborator

@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 Apr 15, 2025
@nodejs-github-bot
Copy link
Collaborator

Commit Queue failed
- Loading data for nodejs/node/pull/57868
✔  Done loading data for nodejs/node/pull/57868
----------------------------------- PR info ------------------------------------
Title      src: fix typo in comments (#57868)
Author     Edy Silva <[email protected]> (@geeksilva97)
Branch     geeksilva97:fix-typo-in-comments -> nodejs:main
Labels     c++, author ready, needs-ci, sqlite
Commits    1
 - src: fix typo in comments
Committers 1
 - Edy Silva <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/57868
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Qingyu Deng <[email protected]>
------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/57868
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Qingyu Deng <[email protected]>
--------------------------------------------------------------------------------
   ℹ  This PR was created on Sun, 13 Apr 2025 22:50:39 GMT
   ✔  Approvals: 5
   ✔  - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/57868#pullrequestreview-2763129313
   ✔  - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/57868#pullrequestreview-2763291828
   ✔  - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/57868#pullrequestreview-2764259918
   ✔  - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/57868#pullrequestreview-2764666235
   ✔  - Qingyu Deng (@Ayase-252): https://github.com/nodejs/node/pull/57868#pullrequestreview-2766864878
   ✘  Last GitHub CI failed
   ℹ  Last Full PR CI on 2025-04-14T18:28:00Z: https://ci.nodejs.org/job/node-test-pull-request/66267/
- Querying data for job/node-test-pull-request/66267/
   ✔  Last Jenkins CI successful
--------------------------------------------------------------------------------
   ✔  Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/14480877191

@geeksilva97 geeksilva97 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 Apr 16, 2025
@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Apr 16, 2025
@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
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++. needs-ci PRs that need a full CI run. sqlite Issues and PRs related to the SQLite subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants