Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
japhb Testing of Cro::WebApp from GitHub HEAD gives: 07:55
[Cro::WebApp] Could not locate template 'literal.crotmp'
lizmat is that something I broke? 07:59
japhb I saw that in several rebuilds, but I was paying way more attention the last few, so I can't rule out that it was already there before.
When I get the results of the full rebuild against Rakudo HEAD tomorrow morning, I'll check this specifically. 08:00
But I mention it here before going to bed in case it's trivial for the Cro folks to recreate and fix.
lizmat ack 08:01
sleep well :-)
japhb thx &
jnthnwrthngtn japhb: Do the tests fail or is it just a bit of stray diagnostic output? 09:00
japhb jnthnwrthngtn: The tests seem to pass, but it doesn't look like diagnostic output either; it gives an exception backtrace. I wanted to make sure that was intentional. 18:10
jnthnwrthngtn: gist.github.com/japhb/14531478f1d5...ac915ec903 18:25
jnthnwrthngtn japhb: Ah, yes, seems there's a test that we don't incorrectly find a template that should not be in the search path, and that does produce an exception message to the terminal by default (good for folks debugging rather than a silent 500) 20:31
It's harmless, but worth supressing since it looks concerning :) 20:32
japhb Ah gotcha 20:59