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.
Nicholas good *able6, * 05:28
dogbert17 m: my uint32 $u32 = 0; sub uint32-rw (uint32 $u is rw) { $u }; uint32-rw $u32 13:13
camelia Bytecode validation error at offset 42, instruction 8:
operand type 160 does not match register type 152 for op decont_u in frame uint32-rw
in block <unit> at <tmp> line 1
nine nine@sphinx:~/rakudo (rakuast *>)> RAKUDO_RAKUAST=1 ./rakudo-m -e 'BEGIN { "and so it begins".say }' 15:07
and so it begins
nine That's now 453 passing spectest files (even 2 more with local changes) 15:59
timo sounds like you're almost done :) 16:20
(seriously tho, good work!) 16:21
MasterDuke nice. i wonder, is there some point (i.e., number of features implemented) at which the number of passing spectest files increases dramatically? or is it going to continue to be a sort of (apparently) linear increase? 21:54
japhb MasterDuke: I think nine++ might have already worked through that phase where there's a burst of additional passes with just a few features fixed. I get the distinct feeling he's back in slow land. (But of course, he may be about to open up a new burst of passes; I suspect that there's an alternating pattern of getting a bunch of small blockers out of the way and then suddenly getting some big wins.) 22:01