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.
04:02 Altai-man joined 04:09 sena_kun left
Geth cro: c74b93d127 | (Jonathan Worthington)++ | docs/reference/cro-http-client.md
Fix a typo
09:15
cro-http/warn-on-sunk-route-block: 47fabdddec | (Jonathan Worthington)++ | 2 files
Warn if a `route` block is sunk

I recently helped track down a routing problem that was a result of writing one `route` block inside another and forgetting the `include` or
  `delegate` before it (it was actually an `openapi` block, but same
deal). Add a warning to provide a hint, rather that silently ignoring those routes.
09:36
cro-http: jnthn++ created pull request #143:
Warn if a `route` block is sunk
cro: 5b0b17fbac | (Jonathan Worthington)++ | docs/reference/cro-http-router.md
Clarify delegate docs a little, adding an example
10:57
japhb Attempting to install cro from HEAD (directly using github URLs) is failing tests for me: t/tools-crofile.t (1 failing test) and t/tools-link-editor.t (4 failing tests) 21:31
That's also building on Rakudo HEAD
jnthnwrthngtn Hm, I'm not sure if anything much changed there recently, and wonder if that's a Rakudo regression 21:32
japhb Hmmm, let me try building explicitly against 2021.06 22:24
japhb starts running a full build at that Rakudo release.
Same failure on 2021.06 Rakudo 23:34
It worked when I built everything back on May 29 (rakudo-moar-2021.05-3-g39e5834dc), but I hadn't built anything in between. 23:35
I'll see if I can bisect at all.