| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with one small nit.
Sorry, something went wrong.
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #57942 +/- ##
==========================================
- Coverage 92.26% 90.26% -2.00%
==========================================
Files 325 630 +305
Lines 126673 186110 +59437
Branches 20783 36471 +15688
==========================================
+ Hits 116869 167991 +51122
- Misses 9576 10981 +1405
- Partials 228 7138 +6910
... and 413 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
@JonasBa it seems there is a single test failing |
Sorry, something went wrong.
Commit Queue failed- Loading data for nodejs/node/pull/57942 ✔ Done loading data for nodejs/node/pull/57942 ----------------------------------- PR info ------------------------------------ Title src: skip calling object setters (#57942) Author Jonas <jonas@badalic.com> (@JonasBa) Branch JonasBa:jb/sqlite-obj -> nodejs:main Labels c++, author ready, needs-ci, sqlite Commits 3 - src: skip calling object setters - fixup! src: skip calling object setters - fixup! fixup! src: skip calling object setters Committers 1 - JonasBa <jonas@badalic.com> PR-URL: https://github.com/nodejs/node/pull/57942 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/57942 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Edy Silva <edigleyssonsilva@gmail.com> -------------------------------------------------------------------------------- ℹ This PR was created on Sun, 20 Apr 2025 01:03:34 GMT ✔ Approvals: 4 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/57942#pullrequestreview-2780124749 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/57942#pullrequestreview-2780122974 ✔ - Colin Ihrig (@cjihrig): https://github.com/nodejs/node/pull/57942#pullrequestreview-2780123409 ✔ - Edy Silva (@geeksilva97): https://github.com/nodejs/node/pull/57942#pullrequestreview-2780125616 ✘ Last GitHub CI failed ℹ Last Full PR CI on 2025-04-20T01:52:20Z: https://ci.nodejs.org/job/node-test-pull-request/66375/ - Querying data for job/node-test-pull-request/66375/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/14584656089 |
Sorry, something went wrong.
|
This issue/PR was marked as stalled, it will be automatically closed in 30 days. If it should remain open, please leave a comment explaining why it should remain open. |
Sorry, something went wrong.
|
Closing this because it has stalled. Feel free to reopen if this issue/PR is still relevant, or to ping the collaborator who labelled it stalled if you have any questions. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We can call Object constructor directly without calling the setter methods and checking if they fail.