guyboertje-logst has quit [Ping timeout: 244 seconds]
nelsnelson has quit [Read error: Connection reset by peer]
nelsnelson has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
<kares>
enebo: whats up with Date._parse ... that parts.fetch not working as expected?
<kares>
headius: noticed the JI thing - guess I will have to work on Java inspect some more
jmalves has joined #jruby
<kares>
enebo: found your commit for the fix
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 260 seconds]
jmalves has quit []
<kares>
headius: we shall decide what to do about that JI - am more inclined to assume it as JI bug ... with side effects
<kares>
would likely fix therubyrhino somehow but than maybe there's a desire to have it working as is
<kares>
interested in feedback around the topic - we shall eventually decide how to proceed
<kares>
will look up git history on why the choice was made in a first place to only bind Java methods on super - despite their existence in a sub-class
<kares>
understand that Java dispatch doesn't care - but the Ruby rules end up not following Java hierarchy
drbobbeaty has joined #jruby
drbobbeaty has quit [Client Quit]
drbobbeaty has joined #jruby
bbrowning_away is now known as bbrowning
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
GDPR is now known as emerson
jmalves has joined #jruby
jmalves has quit [Remote host closed the connection]
jmalves has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
<nirvdrum>
lopex: Your use of the name "unsafe" confused me :-)
<headius>
kares: unfortunately Rails doesn't function with JI as is, so I think we need to back it off and come up with another idea
<headius>
kares: I made the decision originally...I believe this sort of patching entered into it, but I think there was another reason
<headius>
oh I remember
<headius>
I think it was for private subclasses of public classes
<headius>
or otherwise not-visible classes that implement public methods from parent classes
shellac has joined #jruby
<kares>
woot I need to think about that :)
<kares>
but it shouldn't have been rhino
<kares>
recall writing rhino and finding that work-around while doing BaseFunction#call
<kares>
thinking about it more - in the private class case ... what would be the gain?
shellac has quit [Quit: Computer has gone to sleep.]
Puffball has quit [Remote host closed the connection]
Puffball has joined #jruby
bartsyts has joined #jruby
<bartsyts>
hi guys! is it a good idea to have jruby.reify.classes=true in production? is there a significant performance penalty? I'm trying to diagnose a rare OOM error, jruby version is 1.7.25