🦋 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.
00:06 reportable6 left 00:08 reportable6 joined 00:32 coverable6 joined 00:33 squashable6 joined 00:34 tellable6 joined 01:33 sourceable6 joined 02:32 committable6 joined 02:39 [Coke] joined 02:56 frost joined 05:25 tellable6 left, coverable6 left, notable6 left, committable6 left, benchable6 left, bisectable6 left, releasable6 left, reportable6 left, nativecallable6 left, linkable6 left, squashable6 left, evalable6 left, greppable6 left, sourceable6 left, bloatable6 left, quotable6 left, unicodable6 left, statisfiable6 left, shareable6 left 05:27 releasable6 joined, benchable6 joined, shareable6 joined, committable6 joined 05:28 evalable6 joined, coverable6 joined 05:29 tellable6 joined 06:07 reportable6 joined 06:26 greppable6 joined 06:29 unicodable6 joined 07:26 squashable6 joined, bloatable6 joined, notable6 joined 07:28 sourceable6 joined, bisectable6 joined 08:27 nativecallable6 joined 08:28 linkable6 joined 09:26 statisfiable6 joined 10:39 nativecallable6 left, reportable6 left, statisfiable6 left, bloatable6 left, notable6 left, unicodable6 left, releasable6 left, sourceable6 left, greppable6 left, squashable6 left, bisectable6 left, benchable6 left, evalable6 left, coverable6 left, tellable6 left, linkable6 left, shareable6 left, committable6 left, benchable6 joined 10:40 sourceable6 joined, evalable6 joined, greppable6 joined 10:41 nativecallable6 joined, tellable6 joined, squashable6 joined, notable6 joined 10:42 bisectable6 joined, coverable6 joined
[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
11:27 sena_kun left 11:41 linkable6 joined, releasable6 joined 11:45 sena_kun joined
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
12:27 quotable6 joined, squashable6 left 12:40 bloatable6 joined, unicodable6 joined 12:41 shareable6 joined 13:41 linkable6 left, evalable6 left 13:42 committable6 joined, evalable6 joined 13:44 linkable6 joined 13:54 carlmasak joined 14:42 statisfiable6 joined 14:57 frost left 15:08 reportable6 joined 15:18 carlmasak left 15:28 squashable6 joined 18:09 reportable6 left 18:40 Xliff joined 19:53 Kaiepi left 19:55 Kaiepi joined
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
21:12 reportable6 joined 22:15 Kaiepi left 22:16 Kaiepi joined
gfldex m: use Test; is 1,1, '#'; 23:37
camelia ok 1 - \#