Uh oh!
There was an error while loading. Please reload this page.
src,sqlite: replace tolocalchecked with tolocal - #60028
Conversation
nodejs-github-bot
commented
Sep 26, 2025
Review requested:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #60028 +/- ##
==========================================
- Coverage 88.47% 88.47% -0.01%
==========================================
Files 703 703 Lines 207546 207551 +5 Branches 40006 40001 -5 ==========================================
- Hits 183631 183622 -9 - Misses 15907 15912 +5 - Partials 8008 8017 +9
🚀 New features to boost your workflow:
|
nodejs-github-bot
commented
Sep 28, 2025
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Thanks, this was still one of the open issues for the session extension integration.
I think this implementation makes it possible that a changeset is being applied partially. Not a big deal, the user could just wrap it in a transaction. Just something to be aware of.
I think we should do a rollback if any exception is being thrown from either the filter callback or the conflict handler before stabilizing the SQLite API. But for now, this is an improvement.
Failed to start CI⚠ Commits were pushed since the last approving review: ⚠ - src,sqlite: replace tolocalchecked with tolocal ⚠ - src: implement addaleax suggestions ✘ Refusing to run CI on potentially unsafe PRhttps://github.com/nodejs/node/actions/runs/18080613898 |
nodejs-github-bot
commented
Sep 29, 2025
nodejs-github-bot
commented
Sep 29, 2025
nodejs-github-bot
commented
Sep 30, 2025
PR-URL: #60028 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
addaleax
commented
Sep 30, 2025
Landed in 4136934 |
PR-URL: #60028 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This PR replaces
ToLocalCheckedwithToLocalin multiple places so we prevent unexpected crashes.