-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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.allocUnsafeSlow() allowed version in document is incorrect, actually is v5.12.0 #15279
Comments
mscdex
added
doc
Issues and PRs related to the documentations.
buffer
Issues and PRs related to the buffer subsystem.
labels
Sep 8, 2017
joyeecheung
added
the
good first issue
Issues that are suitable for first-time contributors.
label
Sep 10, 2017
Yes, it was added in 5.12.0: 6a94383 I have labeled this as a good first contribution. Whoever wants to pick this one up can fix this by modifying the YAML section in |
4 tasks
jwgoh
added a commit
to jwgoh/node
that referenced
this issue
Sep 13, 2017
4 tasks
vsemozhetbyt
removed
the
good first issue
Issues that are suitable for first-time contributors.
label
Sep 13, 2017
addaleax
pushed a commit
to addaleax/ayo
that referenced
this issue
Sep 17, 2017
PR-URL: nodejs/node#15330 Fixes: nodejs/node#15279 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Qard
pushed a commit
to Qard/ayo
that referenced
this issue
Sep 21, 2017
PR-URL: nodejs/node#15330 Fixes: nodejs/node#15279 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Buffer.allocUnsafeSlow() was added in
v5.12.0
Source Code:
https://github.com/nodejs/node/blob/v5.10.0/lib/buffer.js
https://github.com/nodejs/node/blob/v5.12.0/lib/buffer.js
line 160
In Documents
https://nodejs.org/dist/v6.2.0/docs/api/buffer.html#buffer_class_method_buffer_allocunsafeslow_size
...
https://nodejs.org/api/buffer.html#buffer_class_method_buffer_allocunsafeslow_size
The text was updated successfully, but these errors were encountered: