Most of these were due to the fact that runStmt didn't need to be coupled necessarily with a corresponding interrupt or forceInterrupt; however, now that runStmt forks the server, it is important to treat runStmt as a resource allocation function; see also https://github.com/fpco/ide-backend/issues/219#issuecomment-53546530.
Most of these were due to the fact that runStmt didn't need to be coupled necessarily with a corresponding
interrupt
orforceInterrupt
; however, now thatrunStmt
forks the server, it is important to treatrunStmt
as a resource allocation function; see also https://github.com/fpco/ide-backend/issues/219#issuecomment-53546530.