| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Seems fine to me, is this Major? I can't imagine anyone doing anything other than if (returnVal) checking it. |
Sorry, something went wrong.
|
A more cautious alternative is #3518. While this one updates the code to conform to the documentation, that one updates the documentation to conform to the code. Which is the right path? ¯\_(ツ)_/¯ |
Sorry, something went wrong.
Sorry, something went wrong.
|
semver-minor IMO |
Sorry, something went wrong.
There was a problem hiding this comment.
128k queued messages is perhaps a bit much. Maybe return false when the length is > 1?
Sorry, something went wrong.
There was a problem hiding this comment.
Sure. If the threshold is 1, I should probably add a test for that if it's possible to induce it without a ton of load or anything.
Sorry, something went wrong.
The documentation indicates that child.send() returns a boolean but it has returned undefinined at least since io.js v1. It now returns a boolean per the (slightly updated) documentation.
|
I'd agree with semver-minor as @rvagg indicates (which, of course, takes it out of the v4.x queue) |
Sorry, something went wrong.
There was a problem hiding this comment.
This is logically always false. :-)
Sorry, something went wrong.
There was a problem hiding this comment.
Doh! Fixed.
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
I'll land this and close #3518 in about six hours unless there's an objection. |
Sorry, something went wrong.
The documentation indicates that child.send() returns a boolean but it has returned undefinined at since v0.12.0. It now returns a boolean per the (slightly updated) documentation. PR-URL: #3516 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
The documentation indicates that child.send() returns a boolean but it has returned undefinined at since v0.12.0. It now returns a boolean per the (slightly updated) documentation. PR-URL: nodejs#3516 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
|
@nodejs/lts should we consider including this in v4.5.0? |
Sorry, something went wrong.
The documentation indicates that child.send() returns a boolean but it has returned undefinined at since v0.12.0. It now returns a boolean per the (slightly updated) documentation. PR-URL: nodejs#3516 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
|
a soft -1 on LTS for this from me @thealphanerd |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The documentation indicates that child.send() returns a boolean but it
has returned undefined at least since io.js v1. This PR makes it so it returns a
boolean per the (slightly updated) documentation.