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/main: e149d3de5b | (Daniel Green)++ | 11 files
Add stat repr and related syscalls

This way NQP and Rakudo can actually perform a `stat()` once, and then access all the different information returned without having to do a
  `stat()` again for each piece.
03:28
MoarVM/main: 2f8234c222 | MasterDuke17++ (committed using GitHub Web editor) | 11 files
Merge pull request #1766 from MasterDuke17/add_stat_syscalls_v2