🦋 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.
Geth nqp: 8074bc55d6 | (Elizabeth Mattijsen)++ | tools/templates/MOAR_REVISION
Bump MoarVM to get the latest goodies
09:43
rakudo: 6d45da84c8 | (Elizabeth Mattijsen)++ | tools/templates/NQP_REVISION
Bump NQP to get the latest goodies
09:55
Geth rakudo/no-tai-offset-nanos: a8c579b6fd | (Elizabeth Mattijsen)++ | 7 files
Remove tai-offset-nanos from CORE::.keys

This constant is an implementation detail and should not be visible outside of the sub that needs it.
12:11
rakudo: lizmat++ created pull request #4584:
Remove tai-offset-nanos from CORE::.keys
lizmat I seem to be drawing a blank here 13:03
m: .say for Proc::.keys # yay, we can introspect!
camelia Async
lizmat m: my $a := Proc; .say for $a.keys # what would be the incantation to get the same result from a variable 13:04
camelia ( no output )
Altai-man releasable6, status 13:46
releasable6 Altai-man, Next release in ≈5 hours. 1 blocker. 4 out of 282 commits logged (⚠ 1 warnings)
Altai-man, Details: gist.github.com/bc2b744e945b2dba42...2601bc9a5f
[Coke] lizmat: isn't Proc a thing by itself? 13:49
m: my $a := Proc:: ; .say for $a.keys; 13:50
camelia Async
[Coke] ^^
m: dd Proc.new.^methods
camelia (submethod BUILD (Proc: :$in = "-", :$out = "-", :$err = "-", :$exitcode, Bool :$bin, Bool :$chomp = Bool::True, Bool :$merge, :$command, Str :$enc, Str:D :$nl = "\n", :$signal, *%_ --> Nil) { #`(Submethod|67828872) ... }, method spawn (Proc: *@args w…
lizmat m: dd $*RAKU.compiler.version 15:07
camelia v2021.09.282.g.6.d.45.da.84.c
sena_kun releasable6, status 18:37
releasable6 sena_kun, Next release is just a few moments away. 1 blocker. 4 out of 282 commits logged (⚠ 1 warnings)
sena_kun, Details: gist.github.com/37d5ffc285d0c92618...0382b4f567
sena_kun releasable6, status 18:57
releasable6 sena_kun, Next release is just a few moments away. 1 blocker. 149 out of 282 commits logged (⚠ 1 warnings)
sena_kun, Details: gist.github.com/c7490f636c851e3e24...3aed965fb6
sena_kun releasable6, status 22:23
releasable6 sena_kun, Next release will happen when it's ready. 1 blocker. 277 out of 282 commits logged
sena_kun, Details: gist.github.com/38f05efdd302a9d692...5846e0aafa
sena_kun releasable6, status 22:24
releasable6 sena_kun, Next release will happen when it's ready. 1 blocker. 277 out of 282 commits logged
sena_kun, Details: gist.github.com/9f4a2c739b4f87bac4...ab84c86a31
sena_kun releasable6, status
releasable6 sena_kun, Next release will happen when it's ready. 1 blocker. 277 out of 282 commits logged
sena_kun, Details: gist.github.com/6ecaae12dc00b3ea72...f22290a580
sena_kun releasable6, status 22:26
releasable6 sena_kun, Next release will happen when it's ready. 1 blocker. 277 out of 282 commits logged
sena_kun, Details: gist.github.com/2a8e478bbda249fad5...3d85918041
[Coke] ? 22:28