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

Use String in MergeError::ExternalToolError stdout/stderr, instead of Vec<u8> #5

Merged
merged 4 commits into from
Feb 25, 2024

Conversation

tux3
Copy link
Owner

@tux3 tux3 commented Feb 25, 2024

This is a semver break, so requires a major bump.

Fixes #4

Leave it unimplemented for now, this is a non-default experimental
feature, only useful in very specific scenarios.
We can add support at a later point.
Copy link

@n-eq n-eq left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the implementation!

@tux3 tux3 merged commit 28c9975 into master Feb 25, 2024
2 checks passed
@tux3 tux3 deleted the error_streams_strings branch February 25, 2024 16:35
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.

Feature suggestion: implicitly convert stderr to a String
2 participants