2026/02/19

From Woozle Writes Code
Jump to navigation Jump to search
Thursday, February 19, 2026 (#50)
Wednesday Thursday Friday posts:prev <this> next

I think I've got clarity on one thing: A process is not a Stream; it creates one or more Streams. So Runner needs to be moved from under Stream to directly under Connx (which, in turn, only works because they open and close using ActualOpen()/ActualShut(), which I think was the result of a recent-ish refactoring). ...and done: Ferreteria/v0.6/clade/IO/Aspect/Connx/Runner

(many minor fixes later...)

So, now we have export data being written (correctly, as far as I can tell) to the proper files, but the realtime display is not giving much useful information. I need to get it working again, and perhaps update the documentation thereof since I'm pretty sure I've tweaked how it actually works since I wrote that up... and it may need further tweaking, too.

(Later: still haven't updated that documentation.)