Having streaming compilation output is super useful to ensure that things compile at the right speed, especially when piping into something like ts.
#426 added a flag that can stream to a file, but that still doesn't provide streaming terminal output.
Of course interleaved output makes things messy, so it would make sense for this flag to work only for -j1.
Note that (quote @mgsloan)
If it's a local package and the last thing to build with -j1, it should output the log
but it would be great to have it also for snapshot packages.
Having streaming compilation output is super useful to ensure that things compile at the right speed, especially when piping into something like
ts.#426 added a flag that can stream to a file, but that still doesn't provide streaming terminal output.
Of course interleaved output makes things messy, so it would make sense for this flag to work only for
-j1.Note that (quote @mgsloan)
but it would be great to have it also for snapshot packages.