🦋 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: ... | log inspection situation still under development | For MoarVM see #moarvm
Set by lizmat on 22 May 2021.
tonyo new username, new rakubrew for you 05:11
[Tux] Rakudo v2021.09-1-g28303d0c6 (v6.d) on MoarVM 2021.09-1-gb516702c4
csv-ip5xs0.864 - 0.869
csv-ip5xs-209.088 - 9.391
csv-parser28.078 - 28.272
csv-test-xs-200.370 - 0.373
test8.202 - 8.377
test-t1.967 - 1.996
test-t --race0.983 - 1.154
test-t-2034.528 - 34.556
test-t-20 --race10.328 - 10.836
08:36
moon-child m: Int:D.isa(Int:D, Int) 08:43
camelia Cannot resolve caller isa(Int:D:U: Int:D:U, Int:U); none of these signatures match:
(Mu \SELF: Mu $type, *%_ --> Bool)
(Mu \SELF: Str:D $name, *%_ --> Bool)
in block <unit> at <tmp> line 1
moon-child wonders what in the world an Int:D:U might be 08:49
hmm, actually quite easy to create one! 08:50
m: my \T = Int:D; say T:U
camelia 5===SORRY!5=== Error while compiling <tmp>
Type too complex to form a definite type
at <tmp>:1
------> 3my \T = Int:D; say T:U7⏏5<EOL>
expecting any of:
pair value
moon-child m: constant T = Int:D; say T:U 08:51
camelia (Int:D:U)
moon-child m: constant A = Int:U; constant B = A:U; constant C = B:U; say C:U
camelia (Int:U:U:U:U)
moon-child :D
Geth rakudo: 69aaa42478 | (Sylvain Colinet)++ (committed using GitHub Web editor) | lib/Test.rakumod
Test.rakumod: fix a syntax error in is sub

This make a 'is' test failing to properly show the expect/got message when the .Str method can't be called on the objects. It's actually a fix for an old PR github.com/rakudo/rakudo/pull/3613
09:18
rakudo: b2bfa4dec5 | niner++ (committed using GitHub Web editor) | lib/Test.rakumod
Merge pull request #4528 from Skarsnik/patch-1

Test.rakumod: fix a syntax error in is sub
patrickb sena_kun: The binary release is done. 18:08
tellable6 2021-09-15T17:41:17Z #raku <tonyo> patrickb that is a cpan test account i have, fez is there in reference to: github.com/ugexe/zef/issues/410
vrurg . 22:52