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.
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2023/01/09/2023-...ofeatures/ 14:59
lizmat Is there a reason for not merging github.com/MoarVM/MoarVM/pull/1737 ? 15:21
m: use MONKEY; EVAL(Q/sub a() { my $foo = 0; ++$foo until $foo >= 5 }; dd a/) 15:49
camelia Nil
lizmat m: use MONKEY; EVAL(Q/sub a() { my $foo = 0; ++$foo until $foo >= 5 }; dd a/.AST) 15:50
camelia Mu
lizmat nine ^^ any pointers on where to fix that?
aka the return value of a postfix for
nine Would have to look how that's implemented in the old compiler 16:02
[Coke] all checks failed on that uni.15 pr 17:15
lizmat > This builds & tests clean MoarVM and nqp on all of the azure pipeline CI tests. All of the CI build failures below are because a Rakudo built with this will fail until it is updated as well. 17:16
so there's that :-)
[Coke] ahhh 17:39
we need smarter CI. :)