Compile output no longer emitted continuously #3256
|
This is not a big issue but with recent release the compile output is no longer emitted and just gets appended after the action is completed. Is this how it is going to be? Again, I have no problem with it but earlier it looked cool with raining characters. 😀 Related commit I assume: d51fc60 |
Answered by
sebjulliand
Jun 4, 2026
Replies: 1 comment 5 replies
|
Yep; the spooled output from CL commands used to be written directly to the standard output by the |
5 replies
Answer selected by
rishabkaushik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Yep; the spooled output from CL commands used to be written directly to the standard output by the
systemorclcommands.Since the CL commands are now run through Mapepire, they produce actual spooled files that are read after the action is done. It can't be "streamed" anymore 😅