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

Chunked output across newline boundaries leads to garbled output #6

Closed
snoyberg opened this issue Jun 19, 2024 · 0 comments · Fixed by #7
Closed

Chunked output across newline boundaries leads to garbled output #6

snoyberg opened this issue Jun 19, 2024 · 0 comments · Fixed by #7
Assignees

Comments

@snoyberg
Copy link
Member

If the program being checked outputs data that chunks in between line endings, the error output at the end will be incorrect. Instead, we should keep grabbing input (up till a buffer size) and only capture the lines when we see a newline character.

CC @psibi I'm sure you've noticed the garbled output too.

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 a pull request may close this issue.

1 participant