Skip to content
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

Closed

Conversation

GaryGSC
Copy link
Contributor

@GaryGSC GaryGSC commented Nov 11, 2019

PR-URL: #19691
Reviewed-By: Ben Noordhuis info@bnoordhuis.nl
Reviewed-By: Tiancheng "Timothy" Gu timothygu99@gmail.com
Reviewed-By: Joyee Cheung joyeec9h3@gmail.com
Reviewed-By: James M Snell jasnell@gmail.com
Reviewed-By: Ruben Bridgewater ruben@bridgewater.de
Reviewed-By: Tobias Nießen tniessen@tnie.de
Reviewed-By: Matteo Collina matteo.collina@gmail.com

(cherry picked from commit 3d8532f)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

@nodejs-github-bot nodejs-github-bot added buffer Issues and PRs related to the buffer subsystem. v10.x labels Nov 11, 2019
Backport-PR-URL: nodejs#30361
PR-URL: nodejs#19691
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>

(cherry picked from commit 3d8532f)
@GaryGSC
Copy link
Contributor Author

GaryGSC commented Nov 11, 2019

I'd appreciate it if someone could start the node-test-pull-request CI job.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Collaborator

@BethGriggs
Copy link
Member

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 🤞

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Collaborator

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Dec 2, 2019

CI: https://ci.nodejs.org/job/node-test-pull-request/27277/

@BethGriggs
Copy link
Member

CI is green now that nodejs/build#2070 and nodejs/build#2072 have been resolved 🎉

@BethGriggs BethGriggs added the semver-minor PRs that contain new features and should be released in the next minor version. label Dec 2, 2019
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot
Copy link
Collaborator

nodejs-github-bot commented Feb 20, 2020

CI: https://ci.nodejs.org/job/node-test-pull-request/29251/
Known flakes now fixed on v10.x-staging

BethGriggs pushed a commit that referenced this pull request Feb 25, 2020
Backport-PR-URL: #30361
PR-URL: #19691
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
@BethGriggs
Copy link
Member

Landed in 64744a2 🎉

@BethGriggs BethGriggs closed this Feb 25, 2020
@GaryGSC GaryGSC deleted the backport-19691-to-v10.x branch February 25, 2020 16:16
@addaleax addaleax mentioned this pull request Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buffer Issues and PRs related to the buffer subsystem. semver-minor PRs that contain new features and should be released in the next minor version.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants