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

feat(dotnet,java): kernel process inherits host's STDERR #2248

Merged
merged 16 commits into from
Jan 7, 2021

Commits on Nov 12, 2020

  1. feat(dotnet,java): kernel process inherits host's STDERR

    Removed the code that surrounded handling of the `STDERR` stream from
    the Kernel process: there is no need to PIPE it, and simply inheriting
    it (i.e: subprocess STDERR is the same stream as the parent's) results
    in a more intuitive behavior, as STDERR output from child processes
    surfaces "immediately" even if the parent process somehow cannot
    forward it anymore (e.g: if it crashed or deadlocked). This also means
    the STDERR forwarding thread is no longer needed.
    RomainMuller committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    6d2be36 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. add _disposed guard

    RomainMuller committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0bbb249 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    480e69f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cec02a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fc6542 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    588182c View commit details
    Browse the repository at this point in the history
  6. use close

    RomainMuller committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    3aeb3b8 View commit details
    Browse the repository at this point in the history
  7. Make tests pass

    RomainMuller committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    840d4cb View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    0bae44e View commit details
    Browse the repository at this point in the history
  2. remove EOF constant

    RomainMuller committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    aaf1252 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    7ef36ba View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    bbcce77 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    83c07f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    3b123a9 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    6b64d20 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    a624312 View commit details
    Browse the repository at this point in the history