-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
src: -Wmismatched-new-delete in debug_utils.cc #58844
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
src: -Wmismatched-new-delete in debug_utils.cc #58844
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #58844 +/- ##
=======================================
Coverage 90.08% 90.08%
=======================================
Files 640 640
Lines 188446 188446
Branches 36960 36960
=======================================
+ Hits 169757 169769 +12
+ Misses 11412 11398 -14
- Partials 7277 7279 +2
🚀 New features to boost your workflow:
|
5599b2b
to
e2d27be
Compare
Commit Queue failednode:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^https://github.com/nodejs/node/actions/runs/15944333394 |
Commit Queue failednode:internal/process/promises:394 triggerUncaughtException(err, true /* fromPromise */); ^https://github.com/nodejs/node/actions/runs/15945110344 |
Landed in 1c2fa7e |
PR-URL: #58844 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #58844 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
PR-URL: #58844 Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Refs #57738
Fixes the following: