Open lassik opened 5 years ago
this is strange, it doesn't happen for me!
But we can probably add a force-output
after each build.
It may have something to do with the inner workings of docker build
. Docker containers have something funny going on with their terminal handling in general.
Though IIRC docker build
doesn't actually run in a terminal. But it may be some buffering approach that's different from ordinary Linux.
This is a very minor nit, but I get partial output lines from the Gerbil build, e.g. the last line in this example with only
... c
. The full output line is completed once that command completes. Is there an easy place to flush output after each... compile foo.scm
line so full lines are output?