🦋 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.
rba Looks like cloudflare is having some troubles atm. You can use docs.rakulang.site/ and raku.rakulang.site/ as an alternative for the moment. 07:13
lizmat hmm looks like literal signature building has some issues? 10:06
m: dd :(a => 42)
camelia ===SORRY!=== Error while compiling <tmp>
Invalid typename 'a' in parameter declaration.
at <tmp>:1
------> dd :(a⏏ => 42)
lizmat m: dd :("a" => 42) 10:07
camelia ===SORRY!=== Error while compiling <tmp>
Preceding context expects a term, but found infix > instead.
at <tmp>:1
------> dd :("a" =>⏏ 42)
lizmat wot?
m: dd :(42, :a(Any))
camelia ===SORRY!=== Error while compiling <tmp>
Malformed parameter
at <tmp>:1
------> dd :(42, :a(⏏Any))
nine nine@sphinx:~/rakudo (rakuast *=)> RAKUDO_RAKUAST=1 ./rakudo-m -e 'dd :(a => 42); dd :("a" => 42); dd :(42, :a(Any));' 10:13
:a(42)
(42, :a(Any))
lizmat whee! 10:16
ok
no need for further investigation :-)
[Tux] Rakudo v2022.06-21-gd253dc79e (v6.d) on MoarVM 2022.06-6-gc315523ab
csv-ip5xs0.746 - 0.746
csv-ip5xs-204.984 - 5.001
csv-parser3.407 - 3.592
csv-test-xs-200.403 - 0.451
test6.172 - 6.402
test-t1.332 - 1.338
test-t --race0.781 - 0.786
test-t-2020.331 - 20.580
test-t-20 --race6.353 - 6.379
16:40
5 2022-05-03 18:14:23 test-t 1.360
4 2022-03-24 08:27:53 test-t 1.359
3 2022-04-17 11:46:28 test-t 1.349
2 2022-06-21 18:35:52 test-t 1.338
1 2022-06-21 18:33:38 test-t 1.332
20220503 1.360❙20220324 1.359❙20220417 1.349❙20220621 1.338❙20220621 1.332❙
japhb Nice! 18:12
AlexDaniel checking in, all good with the bots and everything? 18:20
nine looks like 19:12