So I got the following curl response when I tried to upload a .cpp file. The current failure detection in the master curl function doesn't detect this as an error. We need to fix this:
{ "ok": false, "errors": [ { "ok": false, "output": "Compiler timed out or encountered an error", "errors": [] } ] }