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.
Geth MoarVM: thundergnat++ created pull request #1737:
Update to Unicode 15.0
02:08
Geth MoarVM: ada3b80b80 | (Daniel Green)++ | src/strings/ops.c
Simplify MVM_string_index

The check for whether the size we want to alloca() is under the limit for what's safe will always be true, since we're in a branch of code that has already limited the number of graphemes we'll be allocating.
02:47
MoarVM: 74e215479e | MasterDuke17++ (committed using GitHub Web editor) | src/strings/ops.c
Merge pull request #1736 from MasterDuke17/simplify_MVM_string_index