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.
MasterDuke hm. can we even build nqp/rakudo if how we do sha1'ing of files changes? 03:14
trying to just sha1 the body->storage of the MVMString instead of encoding to a cstr causes `MoarVM oops: MVM_nfg_get_synthetic_info call requested a synthetic codepoint that does not exist. 03:31
Requested synthetic 1878991940 when only 1 have been created.` very early in the nqp build
backtrace is MVM_oops->MVM_nfg_get_synthetic_info->MVM_string_grapheme_is_cclass->MVM_interp_run which i don't quite see why 03:32