Charles Oliver Nutter

Results 1063 comments of Charles Oliver Nutter

@k77ch7 @lopex jcodings has been released and updated on JRuby master.

The matrix gem has a new release (ruby/matrix#12) so I've switched us back to using the gem. * https://rubygems.org/gems/matrix ostruct is the only remaining default gem for which we don't...

Bugger... apparently just linking an issue to a PR willl close that issue. Bad design.

@k77ch7 I'll get it merged in, thanks!

@k77ch7 Nice, those two tests have no excludes now!

I am surprised that MRI does not expand these paths, but we should follow suit. I am guessing this is failing for the same reasons as other bugs here about...

@enebo There's a possibility this is some change in IR unrelated to load, maybe?

Pushed #6375 to experiment with this but we will punt this to 9.3.1.0 for now.

Ah yes... the "sleep" status in Ruby is somewhat artificial for us, in that we set it and clear it manually when entering into lock or sleep states. Calling the...

I pushed a change in #7075 that will prefer the native status before checking the internal status, allowing us to report "sleep" and other states for native threads that have...