Writing non-utf8 data to stdout suppresses compiler messages #386
Labels
bug
The playground isn't doing what it was intended to
help wanted
Not immediately going to be prioritized — ask for mentoring instructions!
Here's a simple example:
The only output, in the "Errors" section, is the message
Sandbox operation failed: Output was not valid UTF-8: invalid utf-8 sequence of 1 bytes from index 0
, which, although true, does not contain any compiler warnings or confirmation that compilation was successful. (At first, I thought this might be a connectivity issue or something of that nature.)I want to see compiler output regardless of whether there is a problem with the actual program stdout. In this case, if you replace
\x91
with some valid UTF-8 string, you see the following in the "Standard Error" section, which was absent in the original example:The text was updated successfully, but these errors were encountered: