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/2024/12/23/2024-...-the-dots/ 11:57
Geth MoarVM/serialize_vmexception_prints_its_message_and_backtrace: c54b36567a | (Timo Paulssen)++ | src/6model/reprs/MVMException.c
More helpful error when a VMException object is serialized

Until now, we just get the generic "missing serialize function" error, but to an end user, it is not meaningful or actionable.
Instead, we give VMException a serialization function that outputs an error message that explains at least a little bit what went wrong, and more importantly spits out the exception's message as well as its backtrace.
18:34
MoarVM/serialize_vmexception_prints_its_message_and_backtrace: b2316f7d18 | (Timo Paulssen)++ | src/6model/reprs/MVMException.c
More helpful error when a VMException object is serialized

Until now, we just get the generic "missing serialize function" error, but to an end user, it is not meaningful or actionable.
Instead, we give VMException a serialization function that outputs an error message that explains at least a little bit what went wrong, and more importantly spits out the exception's message as well as its backtrace.
18:53
Geth MoarVM/serialize_vmexception_prints_its_message_and_backtrace: d8c3512b4a | (Timo Paulssen)++ | 2 files
More helpful error when a VMException object is serialized

Until now, we just get the generic "missing serialize function" error, but to an end user, it is not meaningful or actionable.
Instead, we give VMException a serialization function that outputs an error message that explains at least a little bit what went wrong, and more importantly spits out the exception's message as well as its backtrace.
19:00
Geth MoarVM: ugexe++ created pull request #1879:
Use 64 bit ints in decoder
23:38