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

stream: complete pipeline with stdio #32373

Closed
wants to merge 13 commits into from

Commits on Mar 19, 2020

  1. stream: complete pipeline with stdio

    stdio (stderr & stdout) should for compatibility
    reasons not be closed/end():ed. However, this
    causes pipeline with a stdio destination to
    never finish. This commit fixes this issue at
    a performance cost.
    
    Refs: nodejs#7606
    
    Fixes: nodejs#32363
    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    571e867 View commit details
    Browse the repository at this point in the history
  2. fixup: isStdio helper

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    ab76605 View commit details
    Browse the repository at this point in the history
  3. fixup: test

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    84cf2aa View commit details
    Browse the repository at this point in the history
  4. fixup: typo

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    b2925d8 View commit details
    Browse the repository at this point in the history
  5. fixup: test

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    bb882a2 View commit details
    Browse the repository at this point in the history
  6. fixup: unhandledRejection

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1d0a7a5 View commit details
    Browse the repository at this point in the history
  7. fixup: faster version

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    3444617 View commit details
    Browse the repository at this point in the history
  8. fixup: unify

    ronag committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    e9e4444 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. fixup: end stdio

    ronag committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    d9d992a View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. fixup

    ronag committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    1498bb3 View commit details
    Browse the repository at this point in the history
  2. fixup

    ronag committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    2feb611 View commit details
    Browse the repository at this point in the history
  3. fixup

    ronag committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    e2ef9c9 View commit details
    Browse the repository at this point in the history
  4. fixup

    ronag committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    51d45eb View commit details
    Browse the repository at this point in the history