You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: