The docs have this bit about Streaming results (advanced). Is it possible to set this up for my own custom rules or goal rules? The docs don't say it's possible, so I'm poking around in the pants source code to see how it's configured for fmt, lint, and test
h
happy-kitchen-89482
12/05/2023, 10:39 PM
Just to clarify - we don't stream from current processes, but when a process completes your rule code can decide to do something with it such as display it immediately ("streaming") or aggregate it at the end.
happy-kitchen-89482
12/05/2023, 10:39 PM
Streaming output from an ongoing process is a TODO, we have not implemented it at all
happy-kitchen-89482
12/05/2023, 10:40 PM
But if the process-end "streaming" is what you want, you can do that by acting on the ProcessResult in your rule.