Skip to content

Allow both standardOutput and standardError to be streamed simultaneously with closure-based run. #42

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

Merged
merged 1 commit into from
May 9, 2025

Conversation

marlimox
Copy link
Contributor

@marlimox marlimox commented May 9, 2025

This change fixes #41 by cleaning up a presumed simple copy/paste bug that prevents both the standardOutput and standardError sequences from being accessed in a single run closure.

…ed simultaneously with closure-based run
@marlimox marlimox requested a review from iCharlesHu as a code owner May 9, 2025 15:01
Copy link
Contributor

@iCharlesHu iCharlesHu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix

@iCharlesHu iCharlesHu merged commit d497846 into swiftlang:main May 9, 2025
20 checks passed
@marlimox marlimox deleted the marlimox-issue-41 branch May 9, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot stream both standardOutput and standardError simultaneously with closure-based run
2 participants