You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed compiler output capture in JSON mode (#2078)
* 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
0 commit comments