Uh oh!
There was an error while loading. Please reload this page.
doc: improvements to child_process, process docs - #5075
Conversation
There was a problem hiding this comment.
Am I correct here? I did not found any mentioning of 'disconnected' event in source, so corrected this.
There was a problem hiding this comment.
Yes, a search of the codebase turns up emit('disconnect'), but not disconnected.
estliberitas
commented
Feb 10, 2016
Seems I have to rebase, okay. |
estliberitas
commented
Feb 10, 2016
Rebased. |
sam-github
commented
Feb 18, 2016
This is difficult to review, because of all the line re-wrapping, and the mixture of markup changes, and actual text content changes - I wish those two had been separate PRs. |
There was a problem hiding this comment.
Its basically impossible to tell during review without an eyeball straining line-by-line review whether you have just added markdown links to the above, or whether you also made some changes to the docs.
The markup changes can get rubber stamped if they look OK after converting to html, text changes need closer review.
There was a problem hiding this comment.
Ok, I'll try to rebase and avoid word wrapping.
jasnell
commented
Feb 19, 2016
LGTM |
jasnell
commented
Apr 2, 2016
@nodejs/documentation ... can we get another review on this? |
There was a problem hiding this comment.
Please keep this reference to man pages.
There was a problem hiding this comment.
@eljefedelrodeodeljefe Maybe no need in keeping links anymore thus #5073 landed?
eljefedelrodeodeljefe
commented
Apr 2, 2016
With nits concerning LGTM |
eljefedelrodeodeljefe
commented
Apr 3, 2016
@estliberitas that's right. Then just the exec(3) change. Thanks! LGTM |
estliberitas
commented
Apr 4, 2016
There was a problem hiding this comment.
Unrelated to this PR, but perhaps you can fix: turns out that .bat/.exe/.com are directly executable by spawn, but .cmd, .pl, .js etc. are not. This means that npm installed node scripts are not executable.
estliberitas
commented
Apr 10, 2016
@sam-github Done. |
sam-github
commented
Apr 12, 2016
looks good to me, but you'll have to rebase and resolve the conflicts. |
estliberitas
commented
Apr 14, 2016
@sam-github done |
jasnell
commented
Apr 21, 2016
@estliberitas ... very sorry but this is going to need another rebase. |
silverwind
commented
Apr 21, 2016
LGTM |
estliberitas
commented
Apr 21, 2016
Ok will do in some hrs |
Sort links in lexical order. Add missing links. Add `disconnect` event description in Process doc. Fix typos.
estliberitas
commented
Apr 22, 2016
Hi. Rebased. |
Sort links in lexical order. Add missing links. Add `disconnect` event description in Process doc. Fix typos. R-URL: #5075 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Jefe Lindstädt <robert.lindstaedt@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
jasnell
commented
Apr 22, 2016
Landed in f85412d |
Sort links in lexical order. Add missing links. Add `disconnect` event description in Process doc. Fix typos. R-URL: nodejs#5075 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Jefe Lindstädt <robert.lindstaedt@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Sort links in lexical order. Add missing links. Add `disconnect` event description in Process doc. Fix typos. R-URL: #5075 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Jefe Lindstädt <robert.lindstaedt@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
Ref: nodejs#6911 Ref: nodejs#5075 PR-URL: nodejs#6952 Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
MylesBorins
commented
Jun 1, 2016
dropping lts watch as this does not land cleanly... please feel free to open a new PR backporting this directly to |
Sort links in lexical order. Add missing links.
Add
disconnectevent description in Process doc.Fix typos.