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
stdoutcb/stderrcb assume that an input string is a single line, but
in fact it can contain multiple lines, or even be a part of a line.
One of the consequence is that cocopa fails to parse compiler output
when it contains long lines (microsoft#1275).
This patch fixes the issue by introducing a buffer to accumulate
received data before passing them to callbacks.
Fixesmicrosoft#1275.
0 commit comments