Commit Graph

6 Commits

Author SHA1 Message Date
e34656eb0f Modify buffer line breaking behavior
* This is based on Sentry issue CODEOCEAN-5W (linter translation failing due to \r in output)
* We cannot keep all "\r" messages but we must not forward the "\r" if it is a single message received after a valid JSON
2021-11-15 00:30:32 +01:00
7d032e5c0d Buffer: Prevent replacement of "\r" message 2021-11-08 23:33:37 +01:00
9a541998e4 Optimize RegEx 2021-11-06 02:15:03 +01:00
6ff14d6fc7 Connection Buffer: Replace \r in run and score output with \n 2021-11-01 17:13:14 +01:00
1891cdd69c Add check whether buffer is empty 2021-11-01 17:13:00 +01:00
a074a5cb0d Add buffering to output received from runner 2021-11-01 17:12:58 +01:00