verconf.h updated
../ruby/tool/transform_mjit_header.rb:118:in block in check_code!': undefined method success?' for nil:NilClass (NoMethodError)
Sorry for the delay. Do you SIGCHLD on that platform?
"pp Signal.list" should show it
I'm not seeing where it's failing to call rb_last_status_set
from rb_waitpid based on recent changes...
(but I had a long and tiring day dealing with stuff offline
and I'm running on fumes at this point)
Really, not sure. But, I don't believe so. For instance, Puma describes using signaling for server control, and I think all the tests dealing with it are bypassed for windows. I'm really *nix challenged. One of these days...
Eric, your recent changes about process.c actually broke Windows build.
r63785 fixed a little, but test-all still reports 14904E.
I recommend to revert all commits from r63754, and restart.
Eric, your recent changes about process.c actually broke Windows build.
r63785 fixed a little, but test-all still reports 14904E.
I recommend to revert all commits from r63754, and restart.
Can you try r63790? (Cc: you directly since ruby-core seems very slow)