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

Add hide-build flag to swift-run #6040

Closed
wants to merge 2 commits into from

Conversation

k-kohey
Copy link
Contributor

@k-kohey k-kohey commented Jan 11, 2023

A flag hide-build has been added to the swift-run command to hide the output of the build.

Motivation:

closes #4758

If the build log is mixed with the log output at runtime, it becomes cumbersome to see the log output at runtime.

Modifications:

Add the hide-build flag and switch the standard error output to a different output when this flag is true.

Result:

Logs that used to be sent to standard error output at build time will no longer be displayed.

@tomerd
Copy link
Member

tomerd commented Jan 11, 2023

thanks @k-kohey does #5988 solve the issue?

@k-kohey
Copy link
Contributor Author

k-kohey commented Jan 11, 2023

Thanks for letting me know.
I will close this PR as it has been resolved.

@k-kohey k-kohey closed this Jan 11, 2023
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.

[SR-8720] [SwiftPM] Add --hide-build option to swift run
2 participants