🦋 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.
Geth roast: vrurg++ created pull request #811:
Fix a mistake about positional bind failover
02:45
rakudo: vrurg++ created pull request #4966:
Fallbacks with MRO
03:03
roast: vrurg++ created pull request #812:
Add test for delegation with children classes
03:09
Geth roast: 38e2e67f96 | (Vadim Belman)++ | S06-signature/passing-arrays.t
Fix a mistake about positional bind failover

It must not work for a `List`-typed argument, as was attempted in rakudo/rakudo#4864. Therefore the test for binding a `Seq` to a `List` parameter makes no sense. Consider rakudo/rakudo#4951 instead.
13:02
roast: 95010f8123 | (Vadim Belman)++ (committed using GitHub Web editor) | S06-signature/passing-arrays.t
Merge pull request #811 from vrurg/fix-positional-bind-failover

Fix a mistake about positional bind failover
[Tux] Rakudo v2022.06-23-gd7d8e9d0f (v6.d) on MoarVM 2022.06-6-gc315523ab
csv-ip5xs0.752 - 0.768
csv-ip5xs-205.156 - 5.164
csv-parser3.550 - 3.589
csv-test-xs-200.415 - 0.426
test6.428 - 6.480
test-t1.393 - 1.470
test-t --race0.807 - 0.826
test-t-2019.941 - 20.779
test-t-20 --race6.322 - 6.559
13:20
vrurg .tell 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. 20:32
tellable6 vrurg, I'll pass your message to lizmat
dogbert11 1..13 Could not connect to socket: Connection refused in block <unit> at t/spec/S32-io/socket-recv-vs-read.t line 25 23:08
Actually thrown at: in block <unit> at t/spec/S32-io/socket-recv-vs-read.t line 29
# You planned 13 tests, but ran 0
vrurg, lizmat: this is the message I get 23:09
vrurg dogbert11: Thanks! You managed to catch the error message. I haven't. 23:41