-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
src: add DCHECK_EQ for Object::New calls #57943
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
Conversation
Review requested:
|
This comment was marked as outdated.
This comment was marked as outdated.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #57943 +/- ##
==========================================
- Coverage 92.26% 90.27% -1.99%
==========================================
Files 325 630 +305
Lines 126673 186124 +59451
Branches 20783 36476 +15693
==========================================
+ Hits 116869 168025 +51156
- Misses 9576 10969 +1393
- Partials 228 7130 +6902
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Yagiz Nizipli <[email protected]>
Commit Queue failed- Loading data for nodejs/node/pull/57943 ✔ Done loading data for nodejs/node/pull/57943 ----------------------------------- PR info ------------------------------------ Title src: add DCHECK_EQ for Object::New calls (#57943) Author Jonas <[email protected]> (@JonasBa) Branch JonasBa:jb/sqlite/dcheck -> nodejs:main Labels c++, author ready, needs-ci, sqlite Commits 2 - src: add dcheck_eq for Object::New constructor calls - Update src/node_sqlite.cc Committers 2 - JonasBa <[email protected]> - GitHub <[email protected]> PR-URL: https://github.com/nodejs/node/pull/57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 20 Apr 2025 01:29:45 GMT ✔ Approvals: 3 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/57943#pullrequestreview-2780379522 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/57943#pullrequestreview-2780124634 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/57943#pullrequestreview-2780125216 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-04-21T01:10:41Z: https://ci.nodejs.org/job/node-test-pull-request/66390/ - Querying data for job/node-test-pull-request/66390/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ No git cherry-pick in progress ✔ No git am in progress ✔ No git rebase in progress -------------------------------------------------------------------------------- - Bringing origin/main up to date... From https://github.com/nodejs/node * branch main -> FETCH_HEAD ✔ origin/main is now up-to-date - Downloading patch for 57943 From https://github.com/nodejs/node * branch refs/pull/57943/merge -> FETCH_HEAD ✔ Fetched commits as 1720b18260d7..a5e1ac077a60 -------------------------------------------------------------------------------- Auto-merging src/node_sqlite.cc [main f4e6744210] src: add dcheck_eq for Object::New constructor calls Author: JonasBa <[email protected]> Date: Sat Apr 19 21:27:44 2025 -0400 1 file changed, 8 insertions(+) Auto-merging src/node_sqlite.cc [main 45d72070e8] Update src/node_sqlite.cc Author: Jonas <[email protected]> Date: Sun Apr 20 20:45:29 2025 -0400 1 file changed, 1 insertion(+), 1 deletion(-) ✔ Patches applied There are 2 commits in the PR. Attempting autorebase. Rebasing (2/4) Executing: git node land --amend --yes --------------------------------- New Message ---------------------------------- src: add dcheck_eq for Object::New constructor callshttps://github.com/nodejs/node/actions/runs/14602649024 |
Landed in 68cc1c9 |
PR-URL: #57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #57943 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
Add DCHECK_EQ check before other Object::New calls as in #57942