-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
buffer: shorten deprecation warning #19741
Conversation
d2a4dc3
to
b256c9e
Compare
Shorten the deprecation warning for Buffer constructor. Ref: nodejs#19687 (review)
Re-runs for seemingly-unrelated CI failures. node-test-commit-osx: https://ci.nodejs.org/job/node-test-commit-osx/17425/ |
Please do a CITGM run. Changing the console output could, theoretically, be breaking here. |
node-test-commit-osx was green on re-run. Re-run node-test-commit-arm: https://ci.nodejs.org/job/node-test-commit-arm/15024/ |
Re-re-re-run node-test-commit-arm: https://ci.nodejs.org/job/node-test-commit-arm/15062/ |
(CI is all green now. Still need to check CITGM results.) |
Apparently I didn't start the CITGM job with the correct parameters. Let's try again: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/1348/ |
@Trott LGTM, but I would suggest avoiding landing this on anything below 10.x. |
CITGM results look good (to me, at least). |
Shorten the deprecation warning for Buffer constructor. PR-URL: nodejs#19741 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Landed in 3d61e14 |
Remove "construction" from the deprecation warning for Buffer
constructor.
Ref: #19687 (review)
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes