github.com/moarvm/moarvm | IRC logs at colabti.org/irclogger/irclogger_logs/moarvm
Set by AlexDaniel on 12 June 2018.
nwc10 good *, #moarvm 07:11
patrickb o/ 08:32
timotimo, dumarchie: It's a known problem that MoarVM currently can't be built on Windows with MinGW: github.com/MoarVM/MoarVM/issues/1345
brrt \o 08:32
that used to be possible...
timotimo probing pthread_setname_np support (optional) ...... YES 13:52
how do we have pthread_setname_np but not pthread_t 13:53
do i just™ need to put an include for pthread.t in the file if this define is set? 13:54
nwc10 possibly. I was about to say "because pthread_setname_np is in a header that also happens to cause pthread_t to be defined?"
oh, you define it manually 13:55
OK, and UV doesn't pull in pthread.h on the platform in question?
you include it directly in the probe 13:56
timotimo in platform/threads.h we don't include pthread if we are on windows
so that else if should perhaps become an endif + ifdef
nwc10 At this point I can't answer helpfully. 13:59
[Coke] stares blearily into the void. 14:12