🦋 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.
[Tux] Rakudo v2022.02-82-g8fb0a66dc (v6.d) on MoarVM 2022.02-7-g2b96d1828
csv-ip5xs0.756 - 0.808
csv-ip5xs-204.923 - 4.924
csv-parser3.762 - 3.868
csv-test-xs-200.409 - 0.411
test6.646 - 6.715
test-t1.572 - 1.575
test-t --race0.860 - 0.893
test-t-2022.444 - 22.810
test-t-20 --race7.081 - 7.289
10:52
lizmat Files=1351, Tests=117115, 288 wallclock secs (35.11 usr 9.79 sys + 4027.02 cusr 326.52 csys = 4398.44 CPU) 11:54
bartolin_ do you remember the recent discussion from colabti.org/irclogger/irclogger_lo...02-20#l153 about the following code (which blows up on the JVM backend)? 20:29
m: my int $ = my str $ = "123" 20:30
camelia ( no output )
bartolin_ I wrote down some observations in github.com/rakudo/rakudo/issues/47...1053668415 and would be interested to get more insights
m: (my int $x = 42) = 47; say $x ## should this work? 20:31
camelia Cannot modify an immutable Int (42)
in block <unit> at <tmp> line 1
bartolin_ (If I'm not mistaken, assign_i, assign_s, etc. just return a native value on MoarVM.) 20:32
MasterDuke committable6: releases (my int $x = 42) = 47; say $x       # did it work in the past? 20:33
committable6 MasterDuke, gist.github.com/63c84a4e9f3abca711...ec5258802e
MasterDuke looks like the answer is no
bartolin_: i recommend pinging nine and jnthn in that issue 20:37
bartolin_ Thanks, will do that. 20:38
well, stupid question: you mean ot just mention them -- or is there another way to ping someone else in a github issue? 20:41
*to
MasterDuke just mention. or a .tell here
bartolin_ oki, thanks again. 20:42
MasterDuke np
gfldex m: use Test; is 1,1, '#'; 23:37
camelia ok 1 - \#