Geth MoarVM: 4541cf6f6c | (Zoffix Znet)++ | 2 files
Fix crash in TTY flushing on WSL (Bash on Win10)

What little info I found seems to indicate there's a problem with how flushing is implemented on WSL in that the error code for TTYs is reported as errno 5 instead of 6 (which is what FlushFileBuffers returns on normal Windows).
... (7 more lines)
02:57
Geth MoarVM: 4541cf6f6c | (Zoffix Znet)++ | 2 files
Fix crash in TTY flushing on WSL (Bash on Win10)

What little info I found seems to indicate there's a problem with how flushing is implemented on WSL in that the error code for TTYs is reported as errno 5 instead of 6 (which is what FlushFileBuffers returns on normal Windows).
... (7 more lines)
02:57
Zoffix is ded?
nine piojo: tc is always the ThreadContext. It contains the interpreter's (per thread) state. 10:35
jnthn .tell piojo Such types should be interned even across compilation units. This process is largely implemented in src/6model/parametric.c. The interning should also be happening at deserialization time; see github.com/MoarVM/MoarVM/blob/mast...on.c#L3003 for a place to start digging further 12:04
yoleaux jnthn: I'll pass your message to piojo.