★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/19552Nouvelle recherche | Portail wanayoo
Skip to content
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

doc: remove confusing note about child process stdio #19552

Closed
wants to merge 1 commit into from

Conversation

Copy link
Member

@addaleax addaleax commented Mar 23, 2018

It’s not obvious what the paragraph is supposed to say.
In particular, whether and what kind of buffering mechanism a process uses for its stdio streams does not affect that, in general, no guarantees can be made about when it consumes data that was sent to it.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines

It’s not obvious what the paragraph is supposed to say.
In particular, whether and what kind of buffering mechanism
a process uses for its stdio streams does not affect that,
in general, no guarantees can be made about when it consumes data
that was sent to it.
@nodejs-github-bot nodejs-github-bot added child_process doc labels Mar 23, 2018
@Trott
Copy link
Member

@Trott Trott commented Mar 23, 2018

Here's the commit where it was originally introduced: 22d3eff

@Trott
Copy link
Member

@Trott Trott commented Mar 24, 2018

@Trott Trott added the author ready label Mar 24, 2018
@BethGriggs
Copy link
Member

@BethGriggs BethGriggs commented Mar 26, 2018

Landing...

@BethGriggs
Copy link
Member

@BethGriggs BethGriggs commented Mar 26, 2018

Landed in 189eaa0

@BethGriggs BethGriggs closed this Mar 26, 2018
BethGriggs pushed a commit that referenced this issue Mar 26, 2018
It’s not obvious what the paragraph is supposed to say.
In particular, whether and what kind of buffering mechanism
a process uses for its stdio streams does not affect that,
in general, no guarantees can be made about when it consumes data
that was sent to it.

PR-URL: #19552
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue Mar 27, 2018
It’s not obvious what the paragraph is supposed to say.
In particular, whether and what kind of buffering mechanism
a process uses for its stdio streams does not affect that,
in general, no guarantees can be made about when it consumes data
that was sent to it.

PR-URL: #19552
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs pushed a commit that referenced this issue Dec 4, 2018
It’s not obvious what the paragraph is supposed to say.
In particular, whether and what kind of buffering mechanism
a process uses for its stdio streams does not affect that,
in general, no guarantees can be made about when it consumes data
that was sent to it.

PR-URL: #19552
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@BethGriggs BethGriggs mentioned this pull request Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready child_process doc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants