-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
deps: update simdjson to 3.11.6 #56250
Conversation
Review requested:
|
cc @nodejs/build blocked due to macOS infrastructure |
@anonrig Strange. This should build with LLVM 12: https://godbolt.org/z/aK7W667WT Let me see if I can't add some checks. |
It turns out that Apple LLVM lies about supporting concepts. Prior to Apple LLVM 14, it is only partially supported... and so, some functionality is missing, hence the breaks. Thankfully, it should be easy enough to fix it. |
Version 3.11.4 should solve the issue. https://github.com/simdjson/simdjson/releases/tag/v3.11.4 |
Please see PR #56663 I believe that something is wrong with the automated updates. |
8c0e4cb
to
5641f59
Compare
5641f59
to
9aa8893
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Commit Queue failed- Loading data for nodejs/node/pull/56250 ✔ Done loading data for nodejs/node/pull/56250 ----------------------------------- PR info ------------------------------------ Title deps: update simdjson to 3.11.6 (#56250) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch nodejs-github-bot:actions/tools-update-simdjson -> nodejs:main Labels author ready, needs-ci, dependencies Commits 1 - deps: update simdjson to 3.11.6 Committers 1 - Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: https://github.com/nodejs/node/pull/56250 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/56250 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - deps: update simdjson to 3.11.6 ℹ This PR was created on Fri, 13 Dec 2024 16:17:14 GMT ✔ Approvals: 4 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/56250#pullrequestreview-2524641283 ✔ - Daniel Lemire (@lemire): https://github.com/nodejs/node/pull/56250#pullrequestreview-2532439833 ✔ - Marco Ippolito (@marco-ippolito) (TSC): https://github.com/nodejs/node/pull/56250#pullrequestreview-2560935187 ✔ - Rafael Gonzaga (@RafaelGSS) (TSC): https://github.com/nodejs/node/pull/56250#pullrequestreview-2561030392 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2025-01-29T08:55:44Z: https://ci.nodejs.org/job/node-test-pull-request/64812/ - Querying data for job/node-test-pull-request/64812/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/13073840244 |
Landed in 261624b |
PR-URL: #56250 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This is an automated update of simdjson to 3.11.6.