Charles Oliver Nutter
Charles Oliver Nutter
@jpcamara Excellent! Start with RubyKernel.java in the sleep method and you can see how we get milliseconds from the incoming value and pass it through. Just need to do nanoseconds...
Fixed by #8332.
@kares Do you remember why those CodeCache flags were added?
@laumacirule It is a little disturbing to me that CodeCache full would cause behavioral changes. I would expect worst case it just runs slower because JIT is disabled. Is it...
@laumacirule Ok. My gut feeling is that CodeCache failure should NOT lead to any behavioral change. If we can find a way to reproduce that flaky behavior we may have...
The changes made are generally what I had in mind, but there are some peculiarities that may be worth discussing: * I question the value of replacing single-quoted strings with...
I have started a new attempt at this that is pure RuboCop here: #8974.
@enebo It looks like the DRb changes I proposed were only partially implemented, and `id2ref` is still in use. We can support it with ObjectSpace enabled, but ideally they would...
I have pushed https://github.com/ruby/drb/pull/31 to switch the default ID mapping to the `WeakIdConv` that does not use `_id2ref`. Both @eregon and I will advocate for getting this merged and released,...
You know I thought about this just the other day and didn't get back to it to put a link up. You're right, blog should be prominent on the header...