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.
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
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 ^^^