| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Hopefully clarify the behaviour of `buffer.indexOf()` and `buffer.includes()` for numbers in that they will be truncated to uint8s. Add tests for that behaviour. Fixes: nodejs#7591
|
LGTM |
Sorry, something went wrong.
|
LGTM if CI is green. |
Sorry, something went wrong.
|
Landed in a7105a8, CI was green with 2 unrelated FreeBSD failures. |
Sorry, something went wrong.
|
@addaleax should this be backportd? |
Sorry, something went wrong.
|
yeah, I guess I’ll put a backport together, this definitely won’t land cleanly… |
Sorry, something went wrong.
Hopefully clarify the behaviour of `buffer.indexOf()` and `buffer.includes()` for numbers in that they will be truncated to uint8s. Add tests for that behaviour. Fixes: nodejs#7591 PR-URL: nodejs#7611 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
buffer
Description of change
Hopefully clarify the behaviour of buffer.indexOf() and buffer.includes() for numbers in that they will be truncated to uint8s.
Add tests for that behaviour.
Fixes: #7591
CI: https://ci.nodejs.org/job/node-test-commit/4022/