MasterDuke17

Results 163 comments of MasterDuke17

FWIW, I was in the process of making some other changes (that I hadn't yet committed or PR'ed), but I abandoned them due to the CLA requirement.

@ugexe so it looks like the outermost rmdir is failing? Which must mean the inner one is "succeeding", but something is left behind.

Ah ha, the ‘6B’ subdirectory is failing to be deleted, but then can’t be listed. Maybe it is just the usual Windows terribleness and we just need to add a...

Or maybe explicitly open the handle before and close after?Sent from my iPhoneOn Dec 2, 2023, at 10:42 AM, Nick Logan ***@***.***> wrote: Hmm, I think retrying is only needed...

I don’t know whether we should retry at the lower level, i.e., MoarVM, or at the higher level, i.e., Rakudo?Sent from my iPhoneOn Dec 2, 2023, at 12:44 PM, Nick...

I agree re starting with MoarVM on Windows. I guess I’ll add that to the MoarVM PR. If the problem crops up on other platforms we can consider moving the...

Comma also has a built-in profile viewer that uses (or maybe only can use, I don't remember exactly) the sql output, so it can handle much larger profiles. There are...

> There's also a known issue with the profiler that using "exit()" inside your code can cause the profile output to be pretty messed up. This patch from @niner might...

In case it's difficult to build/repro on our systems, can you run it under valgrind and/or asan and post the output? On Tue, Feb 27, 2024 at 11:37 AM Xliff...

@niner is the best resource for NativeCall stuff, but I'll try to take a look when I reach a pause in the JVM backend work I'm doing right now. On...