| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 72.22222% with 5 lines in your changes missing coverage. Please review.
@@ 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
... and 27 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
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.
Sorry, something went wrong.
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 |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
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>
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>
| Back | FazBrowse Home | New Git URL |
This PR replaces ToLocalChecked with ToLocal in multiple places so we prevent unexpected crashes.