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.
dogbert11 m: say "o/" 12:03
camelia o/
Nicholas m: say "\o" 12:03
camelia 5===SORRY!5=== Error while compiling <tmp>
Unrecognized backslash sequence: '\o'
at <tmp>:1
------> 3say "\7⏏5o"
expecting any of:
argument list
double quotes
term
Nicholas :-)
you win
dogbert11 yay :) 12:04
m: ($_ = "a: " until .Str) andthen .Str # old issue from MasterDuke 12:05
camelia (signal SEGV)
dogbert11 R#4145
GH#4145
gah 12:06
dogbert11 G#4145 12:08
I give up
running jit-bisect with the spesh option points to two different frames over several runs, in my case 2694 or 2695 12:35
perhaps my sneaky trick of adding the following line (my $p = Promise.at(now + 2).then({ exit });) muddies the waters slightly, hmm 12:36