🦋 Welcome to the IRC channel of the core developers of the Raku Programming Language (raku.org #rakulang). This channel is logged for the purpose of history keeping about its development | evalbot usage: 'm: say 3;' or /msg camelia m: ... | Logs available at irclogs.raku.org/raku-dev/live.html | For MoarVM see #moarvm
Set by lizmat on 8 June 2022.
Xliff \o 10:19
Arr mateys... it be Sunday. Timins'll be a bit late today since they just been staaahrted.
lizmat arhhh 10:20
tellable6 2022-06-24T20:32:05Z #raku-dev <vrurg> lizmat looks like R#4957 makes t/spec/S32-io/socket-recv-vs-read.t flap with failures be more likely. Reversal results in spectest passing twice with no failure.
Xliff Also, added p6-ICal-GLib to the list of projects being timed, so I expect to see some form of increase from last week.
Xliff Looked into attempting raku bindings for Unreal Engine 5.... it turns out it might be a bit... daunting. 10:21
Xliff Just closed 4440! 10:33
lizmat Xliff++ 10:55
Xliff Hmmm.... 10:58
GIO compunits are getting recompiled too many times.
It only seems to be GIO, but GIO happens early, and yet later projects are recompiling them as if they weren't already precompiled. 10:59
Aha! Errors.
Geth Test-Output: sdondley++ created pull request #8:
New feature: test-output-verbosity switch
13:51
[Tux] Rakudo v2022.06-23-gd7d8e9d0f (v6.d) on MoarVM 2022.06-6-gc315523ab
csv-ip5xs0.790 - 0.794
csv-ip5xs-205.107 - 5.140
csv-parser3.575 - 3.656
csv-test-xs-200.403 - 0.408
test6.308 - 6.504
test-t1.418 - 1.478
test-t --race0.793 - 0.831
test-t-2019.985 - 20.620
test-t-20 --race6.463 - 7.361
15:06
Geth rakudo/master: 4 commits pushed by (Vadim Belman)++ 19:09
Geth roast: 3a40c8a5f3 | (Vadim Belman)++ | S12-attributes/delegation.t
Add test for delegation with children classes

Ensure that `handles(*)` works on a child class when the delegating attribute is declared on parent.
20:04
roast: 3930a5294a | (Vadim Belman)++ (committed using GitHub Web editor) | S12-attributes/delegation.t
Merge pull request #812 from vrurg/fallback-with-MRO

Add test for delegation with children classes