joyride

pez 2025-10-22T08:09:46.456559Z

Dear Joyriders: https://github.com/BetterThanTomorrow/joyride/releases/tag/v0.0.67https://github.com/BetterThanTomorrow/joyride/pull/244 We have switched Joyride output over to the integrated terminal (from the output channel). And while at it made the output much more consistent, basically reimplementing how Calva is doing output things. Now, instead of plucking out Joyride’s output channel and append to it to get output, you just do println, as the terminal will print all stdout and stderr. You are adviced to go through your scripts and change this. Although, the legacy output channel will be lazily created if accessed, so the scripts should still work even without you updating them. NB: There is a slight risk that the lazy creation fails in some way. I really tried to test this thoroughly, but anyway.

🎉 2