-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
[v10.x backport] buffer: add {read|write}Big[U]Int64{BE|LE} methods #30361
Conversation
Backport-PR-URL: nodejs#30361 PR-URL: nodejs#19691 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> (cherry picked from commit 3d8532f)
9642c33
to
4a6d911
Compare
I'd appreciate it if someone could start the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
It turns out the first few resume build CI's were failing as the fanned Windows builds only store binaries for 7 days, so this PR needed a full rerun (thanks for the info @richardlau). One more CI 🤞 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CI is green now that nodejs/build#2070 and nodejs/build#2072 have been resolved 🎉 |
99915bc
to
8f3b8ca
Compare
This comment has been minimized.
This comment has been minimized.
CI: https://ci.nodejs.org/job/node-test-pull-request/29251/ ✅ |
Backport-PR-URL: #30361 PR-URL: #19691 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Landed in 64744a2 🎉 |
PR-URL: #19691
Reviewed-By: Ben Noordhuis [email protected]
Reviewed-By: Tiancheng "Timothy" Gu [email protected]
Reviewed-By: Joyee Cheung [email protected]
Reviewed-By: James M Snell [email protected]
Reviewed-By: Ruben Bridgewater [email protected]
Reviewed-By: Tobias Nießen [email protected]
Reviewed-By: Matteo Collina [email protected]
(cherry picked from commit 3d8532f)
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes