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: MasterDuke17++ created pull request #1857:
Add missing mode initializers to socket function pointer structs
03:15
Geth MoarVM/debugserver_fixes: e551bbb7b3 | (Timo Paulssen)++ | src/debug/debugserver.c
debugserver: guard against crash with well-timed disconnect

if a client disconnects after setting up a step, but before the step point is hit, ctx is nulled before step_point_hit can be called.
09:20
lizmat and yet another Rakudo Weekly News hits the Net: rakudoweekly.blog/2024/11/11/2024-...ternaries/ 13:32
Geth MoarVM/main: 740aa3b906 | (Daniel Green)++ | 3 files
Add missing mode initializers to socket function pointer structs

I think these were missed in #1803.
This fixes the three compiler warnings like the example below:
  ```
src/io/asyncsocketudp.c:467:57: warning: missing initializer for field ‘mvm_open_mode’ of ‘MVMIOIntrospection’ [-Wmissing-field-initializers] ... (11 more lines)
19:59
MoarVM/main: bfa7a23091 | MasterDuke17++ (committed using GitHub Web editor) | 3 files
Merge pull request #1857 from MasterDuke17/add_missing_initializers