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
bartsyts has quit [Ping timeout: 256 seconds]
bartsyts has joined #jruby
bartsyts has quit [Client Quit]
travis-ci has joined #jruby
<travis-ci> jruby/jruby (prophile:a32a08c by Thomas E. Enebo): The build was broken. (https://travis-ci.org/jruby/jruby/builds/449387182)
travis-ci has left #jruby [#jruby]
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
rdubya has quit [Ping timeout: 250 seconds]
rdubya has joined #jruby
rdubya has quit [Ping timeout: 264 seconds]
nels has joined #jruby
nelsnelson has quit [Ping timeout: 250 seconds]
rdubya has joined #jruby
rdubya has quit [Ping timeout: 250 seconds]
rdubya has joined #jruby
<headius> kares: you can't dispatch to a method on a private class because you can't cast anything to it, I believe?
<headius> there were issues dispatching
<headius> or at least binding the methods
<headius> Another reason I remembered was that it drastically reduces how many methods we bind
<kares> thanks - well we still loop over them and process. just that we do not add the into hierarchy
<kares> another thing is it won't report correct arity if its only on super
<kares> guess I will need to find another way doing inspect -> toString this was straightforward ;(
travis-ci has joined #jruby
<travis-ci> jruby/jruby (master:e1e28c8 by Charles Oliver Nutter): The build has errored. (https://travis-ci.org/jruby/jruby/builds/449464795)
travis-ci has left #jruby [#jruby]
nels has quit [Read error: Connection reset by peer]
nelsnelson has joined #jruby
<headius> kares: are you around?
<headius> I am wondering about this Java 9+ warning from jossl and if we can knock that out
nels has joined #jruby
nelsnelson has quit [Ping timeout: 264 seconds]
slyphon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
slyphon has joined #jruby
travis-ci has joined #jruby
travis-ci has left #jruby [#jruby]
<travis-ci> jruby/jruby (master:3e1e766 by Charles Oliver Nutter): The build was broken. (https://travis-ci.org/jruby/jruby/builds/449541908)
<headius> no
<headius> hmm that might be legit
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
slyphon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Osho has joined #jruby
slyphon has joined #jruby
drbobbeaty has joined #jruby
jmalves_ has joined #jruby
jmalves has quit [Ping timeout: 268 seconds]