🦋 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.
gfldex Is there any timeline for v6.d -> v6.e? 10:42
(I kinda need v6.e right now!) 10:43
lizmat use v6.* :-) 10:57
seriously though, we need newdisp and rakuast to land first 10:58
I would say Q4 2021 at the earliest, probably Q1 2022
sena_kun lizmat, ping? 11:32
[TuxCM] Rakudo v2021.06-21-gdba9f56af (v6.d) on MoarVM 2021.06-6-g6977d0591
csv-ip5xs0.844 - 0.861
csv-ip5xs-208.683 - 9.606
csv-parser29.109 - 29.165
csv-test-xs-200.374 - 0.381
test7.804 - 8.400
test-t2.127 - 2.147
test-t --race0.966 - 1.065
test-t-2035.985 - 35.992
test-t-20 --race10.730 - 11.035
16:32
MasterDuke should `./rakudo-m -I lib -e 'use Test; use Nativecall'` in the rakudo repo directory take the same amount of time as `$PREFIX/rakudo-m -e 'use Test; use Nativecall'`? 19:36
[Coke] is there a large .precomp dir under lib? 20:10
MasterDuke it's 272k. fwiw, i'm interested in both theoretical and practical answers 20:39
gfldex Should `raku -M AnyModule -e 'use v6.*; your-code-here()'` work? 21:53
Right now I get "Too late to switch language version. Must be used as the very first statement.".