MasterDuke17
MasterDuke17
Not sure about this. The interp.c implementation stores the MVMint64 casted result into a .i64. https://github.com/MoarVM/MoarVM/blob/6c7810ce7ca905d772ac2a3e47e73cf7c7c41ed8/src/core/interp.c#L4361-L4364
‘Failed to remove the directory 'C:\Users\VSSADM~1\AppData\Local\Temp\rakudo-precompTXX99GWZUNWDWHT3Z9CPGG99\34310A559C756907FABDDC38457C1B3DCE353841': Failed to rmdir: directory not empty ’ @ugexe does this look familiar?
Oh, and why doesn't that path start with `\\?\`?
> edit: hmmm, but the reloc build has the same error which suggest retrying the test probably wouldn't help... Well, maybe it needs a couple retries.... I'll restart those jobs...
> I wanted to see debug output added to [rakudo/rakudo@`7347058`/src/core.c/CompUnit/PrecompilationStore/FileSystem.rakumod#L230C1-L237](https://github.com/rakudo/rakudo/blob/73470580c9286b8257be9175fd8bff57f3b14bb4/src/core.c/CompUnit/PrecompilationStore/FileSystem.rakumod#L230C1-L237) so we could see what is there initially, what actually does get deleted, etc. That would help pinpoint where in...
> Hmm, it is definitely confusing that having the sleep in MoarVM seems to not fix the issue that putting the sleep in Rakudo does 🤔 However, the first sleep...
Of course what's crazy is that https://github.com/rakudo/rakudo/pull/5483 is now passing.
Think it’s because of the libuv bump between then and now?Sent from my iPhoneOn Dec 6, 2023, at 7:17 PM, Nick Logan ***@***.***> wrote: fwiw I cut and paste all...
> I suspect more needs to be done to make the JIT also recognize this. > @MasterDuke17 Any pointers to where I could start looking into the JIT? > Grepping...
Hm. I definitely had all passing tests, I can see them in my terminal scrollback. However, I realize now it may have been when I accidentally forgot to remove `--optimize=0`...