BZK[m] has quit [Quit: You have been kicked for being idle]
JinhoYoon[m] has joined #jruby
<JinhoYoon[m]> Hi I'm currently working on https://github.com/jruby/jruby/issues/7710 this removing dead code issue. Could you please tell me Which files of dead code do I have to remove it?
<byteit101[m]> I haven't looked at this, but it looks like a simple case of some ruby methods being removed in MRI (linked in the ticket)
<byteit101[m]> so if you find those initialize* methods in java, you can work backwards and forwards cleaning up
<byteit101[m]> You could also see which things are no longer called by any code since headius's changes in https://github.com/jruby/jruby/issues/7708
<JinhoYoon[m]> Are we just modifying those java code in ruby? or just remove it unnecessary java code?
<byteit101[m]> Just remove java code that isn't used anymore. I don't think there is ruby code used to implement enumerable, though headius would know for sure
<byteit101[m]> So unlike some areas, refactoring tools with "find usage" should be good
<byteit101[m]> which wouldn't be the case if there was some implementation in Ruby files
<JinhoYoon[m]> I just modified the 7710 issue could you please give me an authorization to make a pr? my github account is yykuk2003@gmail.com and username is yykuk2003
<byteit101[m]> Anyone can make a PR, did you fork it?
<byteit101[m]> I don't see a fork under yykuk2003/jruby