• Cristian Maglie's avatar
    Fixed compiler output capture in JSON mode (#2078) · eece582e
    Cristian Maglie authored
    * Added integration test for #1698
    
    * Added helper functions to handle concurrent writes to ctx.Stdout/Stderr
    
    * Do not alter ctx.Stderr/Stdout in ExecCommand
    
    Some instances of ctx.Stdout may now contains nil since it's no more
    altered during ExecCommand.
    
    * Handle multi-threaded compile streams
    eece582e
compile_test.go 4.84 KB