-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
doc: update buffer.constants.MAX_LENGTH
#38109
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
Conversation
|
@aduh95 I have documented changes in |
aduh95
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with or without my suggestions.
Do you already know it won't land cleanly, or does it need to be adapted for the state of v14.x? |
@targos the value is different in v15.x and v14.x, I believe a manual backport is necessary to adjust the value on the v14.x branch. Maybe a |
|
Landed in 756d2e4 |
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Backport-PR-URL: nodejs#38232
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Backport-PR-URL: nodejs#38232
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Backport-PR-URL: nodejs#38232
This PR
buffer.constants.MAX_LENGTHfor different Node.js versions in 64-bit platform;v8::TypedArray::kMaxLengthas an informative note.Fixes: #38093