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
I'm used to fprintf() intelligently flushing my output streams, e.g. when writing brief text blurbs to stderr in a Read Eval Print Loop application. However, CloudABI appears to wait until the program is terminating to flush. Could we get the flushing behavior closer to a typical GNU/libc fprintf() implicit flush?
As a workaround, I am doing this for important user feedback sections:
Would it make sense for the yaml config to offer a tty bool option on fd's? Perhaps this could automatically be enabled for the stdout, stderr streams.
I'm used to
fprintf()
intelligently flushing my output streams, e.g. when writing brief text blurbs to stderr in a Read Eval Print Loop application. However, CloudABI appears to wait until the program is terminating to flush. Could we get the flushing behavior closer to a typical GNU/libcfprintf()
implicit flush?As a workaround, I am doing this for important user feedback sections:
The text was updated successfully, but these errors were encountered: