github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
Geth MoarVM: patrickbkr++ created pull request #1298:
Fix reading closed dir handles on Windows
21:47
MoarVM: 7802718996 | (Patrick Böker)++ | src/io/dirops.c
Fix reading closed dir handles on Windows

We need to throw an exception when the handle is closed and not pass null to `FindFirstFileW()` which resulted in a silent death of Moar. This makes an NQP test pass that previously silently killed NQP during the test.
22:24
MoarVM: ee8acf9c68 | (Patrick Böker)++ (committed using GitHub Web editor) | src/io/dirops.c
Merge pull request #1298 from patrickbkr/fix-reading-closed-dirhandles

Fix reading closed dir handles on Windows