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

ExecuteResult: Surface a Data property so the full output can be acce… #2096

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

radical
Copy link
Member

@radical radical commented Sep 7, 2022

…ssed.

This would help with exporters that need to access the process output, which might have error details.

cc @adamsitnik

@adamsitnik
Copy link
Member

@radical I am currently working on switching the process communication from standard in/out to anonymous pipes: #2092 and I was actually hoping that I'll be able to remove the output parsing/reading. I assume that here you would like to read standard output as it might contain error details? How important is this scenario?

@radical
Copy link
Member Author

radical commented Sep 9, 2022

Sometimes the benchmark runs crash with exceptions, or js errors etc, so we definitely need that output.

Copy link
Member

@adamsitnik adamsitnik left a comment

Choose a reason for hiding this comment

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

LGTM, but I may rename it in #2092 to sth like ParsedStandardOutput

@adamsitnik adamsitnik merged commit 8514b23 into dotnet:master Sep 12, 2022
@adamsitnik adamsitnik added this to the v0.13.3 milestone Sep 12, 2022
@radical radical deleted the surface-execute-result-data branch September 14, 2022 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants