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

Fix PrintThread: Read stderr as bytes instead of str #842

Merged
merged 1 commit into from Aug 2, 2023
Merged

Fix PrintThread: Read stderr as bytes instead of str #842

merged 1 commit into from Aug 2, 2023

Conversation

NobodyXu
Copy link
Collaborator

@NobodyXu NobodyXu commented Aug 2, 2023

to accept non-utf-8 characters.

Fixed #841

to accept non-utf-8 characters.

Fixed #841

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Copy link
Member

@thomcc thomcc left a comment

Choose a reason for hiding this comment

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

Oof, I should have caught this during review.

@NobodyXu
Copy link
Collaborator Author

NobodyXu commented Aug 2, 2023

Oof, I should have caught this during review.

TBF, I also missed the original comment and uses String instead of Vec.

@thomcc thomcc merged commit 3eb7c38 into rust-lang:main Aug 2, 2023
16 checks passed
@thomcc
Copy link
Member

thomcc commented Aug 2, 2023

TBH it was a big release, so it's not that surprising something was missed.

That said, this is quite bad, so I'll try to put out another one with this (and anything else that comes up by then) in it tomorrow morning or so (it is late for me).

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.

1.0.80 complie error zstd-sys v2.0.8+zstd.1.5.5
2 participants