-
Notifications
You must be signed in to change notification settings - Fork 245
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
Commits on Nov 12, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6d2be36 - Browse repository at this point
Copy the full SHA 6d2be36View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0bbb249 - Browse repository at this point
Copy the full SHA 0bbb249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480e69f - Browse repository at this point
Copy the full SHA 480e69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cec02a5 - Browse repository at this point
Copy the full SHA cec02a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc6542 - Browse repository at this point
Copy the full SHA 9fc6542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 588182c - Browse repository at this point
Copy the full SHA 588182cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aeb3b8 - Browse repository at this point
Copy the full SHA 3aeb3b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 840d4cb - Browse repository at this point
Copy the full SHA 840d4cbView commit details
Commits on Nov 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0bae44e - Browse repository at this point
Copy the full SHA 0bae44eView commit details -
Configuration menu - View commit details
-
Copy full SHA for aaf1252 - Browse repository at this point
Copy the full SHA aaf1252View commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7ef36ba - Browse repository at this point
Copy the full SHA 7ef36baView commit details
Commits on Nov 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for bbcce77 - Browse repository at this point
Copy the full SHA bbcce77View commit details
Commits on Dec 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 83c07f1 - Browse repository at this point
Copy the full SHA 83c07f1View commit details
Commits on Dec 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3b123a9 - Browse repository at this point
Copy the full SHA 3b123a9View commit details
Commits on Jan 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6b64d20 - Browse repository at this point
Copy the full SHA 6b64d20View commit details
Commits on Jan 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a624312 - Browse repository at this point
Copy the full SHA a624312View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.