doc: update buffer.constants.MAX_LENGTH#38109
doc: update buffer.constants.MAX_LENGTH#38109Ayase-252 wants to merge 4 commits intonodejs:masterfrom
buffer.constants.MAX_LENGTH#38109Conversation
|
@aduh95 I have documented changes in |
aduh95
left a comment
There was a problem hiding this comment.
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 |
Fixes: #38093 PR-URL: #38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
|
Landed in 756d2e4 |
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Backport-PR-URL: nodejs#38232
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Backport-PR-URL: nodejs#38232
Fixes: #38093 PR-URL: #38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixes: nodejs#38093 PR-URL: nodejs#38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Backport-PR-URL: nodejs#38232
Fixes: #38093 PR-URL: #38109 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Backport-PR-URL: #38232
This PR
buffer.constants.MAX_LENGTHfor different Node.js versions in 64-bit platform;v8::TypedArray::kMaxLengthas an informative note.Fixes: #38093