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 pretty interesting, sillycross.github.io/2022/11/22/2022-11-22/ "Building the fastest Lua interpreter.. automatically!" 02:27
Geth MoarVM: 4089a8699b | (Christian Bartolomäus)++ | src/io/dirops.c
Reset errno to error of latest call to mkdir

The old code would overwrite the error from mkdir with that from the following call from uv_fs_stat. Since "errno" is used for error reporting in MVM_dir_mkdir this could lead to strange error messages.
For instance, the attempt to create a directory when there is already ... (11 more lines)
08:40
MoarVM: c1a163ba07 | niner++ (committed using GitHub Web editor) | src/io/dirops.c
Merge pull request #1727 from usev6/keep_mkdir_error

Reset errno to error of latest call to mkdir