Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
00:05 reportable6 left 00:08 reportable6 joined 01:46 frost joined 03:07 evalable6 left, shareable6 left, reportable6 left, quotable6 left, bloatable6 left, linkable6 left, greppable6 left, releasable6 left, unicodable6 left, committable6 left, squashable6 left, nativecallable6 left, bisectable6 left, benchable6 left, tellable6 left, statisfiable6 left, sourceable6 left, notable6 left, coverable6 left 03:08 tellable6 joined, bloatable6 joined, linkable6 joined 03:09 squashable6 joined, committable6 joined, shareable6 joined, reportable6 joined 03:10 greppable6 joined, notable6 joined 04:07 releasable6 joined 04:09 coverable6 joined 04:10 sourceable6 joined 05:08 quotable6 joined, unicodable6 joined 05:09 benchable6 joined 05:10 nativecallable6 joined 05:36 squashable6 left 05:37 squashable6 joined 05:50 Voldenet_ joined, Voldenet left, Voldenet_ is now known as Voldenet 06:07 reportable6 left 06:08 evalable6 joined, reportable6 joined 06:10 statisfiable6 joined 07:10 evalable6 left, linkable6 left 07:13 evalable6 joined 07:43 frost left 08:08 bisectable6 joined 08:16 Techcable left 08:22 squashable6 left 09:13 frost joined 09:23 squashable6 joined 10:32 frost left 12:07 reportable6 left 12:15 Altai-man joined 12:32 [Coke] left 13:10 reportable6 joined 13:47 frost joined 14:12 linkable6 joined 14:38 [Coke] joined
dogbert17 m: say 'drop pin' for 3: 15:58
camelia ===SORRY!=== Error while compiling <tmp>
Confused
at <tmp>:1
------> say 'drop pin' for 3:⏏<EOL>
expecting any of:
colon pair
dogbert17 fail
m: say 'drop pin' for ^3:
camelia ===SORRY!=== Error while compiling <tmp>
Confused
at <tmp>:1
------> say 'drop pin' for ^3:⏏<EOL>
expecting any of:
colon pair
dogbert17 m: say('drop pin') for ^3: 15:59
camelia ===SORRY!=== Error while compiling <tmp>
Confused
at <tmp>:1
------> say('drop pin') for ^3:⏏<EOL>
expecting any of:
colon pair
dogbert17 m: say('drop pin') for ^3
camelia drop pin
drop pin
drop pin
dogbert17 yay
haven't been able to find any SEGV's recently, they have all gone into hiding 16:01
best I can do are a couple of deadlocks in t/spec/S17-supply/syntax.t and t/spec/S17-procasync/no-runaway-file-limit.t respectively 16:05
16:25 Techcable joined 17:59 Altai-man left 18:08 reportable6 left, reportable6 joined 18:26 discord-raku-bot left, discord-raku-bot joined 18:30 discord-raku-bot left 18:31 discord-raku-bot joined 20:07 bisectable6 left, releasable6 left, statisfiable6 left, squashable6 left, coverable6 left, evalable6 left, committable6 left, tellable6 left, sourceable6 left, quotable6 left, shareable6 left, benchable6 left, nativecallable6 left, unicodable6 left, reportable6 left, notable6 left, greppable6 left, bloatable6 left, linkable6 left 20:08 bloatable6 joined, nativecallable6 joined, reportable6 joined, committable6 joined, releasable6 joined, shareable6 joined 20:09 linkable6 joined 20:10 notable6 joined, bisectable6 joined, quotable6 joined, statisfiable6 joined 20:47 discord-raku-bot left, discord-raku-bot joined 21:07 evalable6 joined 21:08 tellable6 joined, coverable6 joined 22:07 unicodable6 joined 22:08 squashable6 joined 22:09 sourceable6 joined, greppable6 joined 22:28 sena_kun left 22:30 sena_kun joined
MasterDuke m: my $t = ("errors.md.tmpl" xx 1_000).join(" foo "); race for ^100_000 { my $page = $t; $page ~~ s:g[ "foo" ] = "a"; } 22:59
camelia A worker in a parallel iteration (hyper or race) initiated here:
in block <unit> at <tmp> line 1

Died at:
Substring length (-421) cannot be negative
in block at <tmp> line 1
MasterDuke dogbert17: i sometimes get a double free with ^^^