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?
<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