ur5us has quit [Ping timeout: 245 seconds]
ur5us has joined #jruby
ur5us has quit [Ping timeout: 245 seconds]
ur5us has joined #jruby
ur5us has quit [Ping timeout: 268 seconds]
<kares[m]> * in terms of the Ruby API: `configure_java_class` on Class maybe it can live elsewhere but given it's only there when require 'jruby/..' and not implicitly I am fine with that.
<kares[m]> it has consequences - if the refererence has any kind of JRuby API it will end up setting up stuff such as NEVER and lead to invalid classes when users try to walk all Class instances
<kares[m]> stuff such as `JRuby.reference0` is usually a smell to me that we need to expose a helper or that code should live in Java (we've been trying to avoid reflecting JRuby's Java classes).
ur5us has joined #jruby
ur5us has quit [Ping timeout: 245 seconds]
snickers has joined #jruby
snickers has quit [Ping timeout: 268 seconds]
Liothen_ has quit [Quit: Liothen_]
<byteit101[m]> kares: I copied the reference0 idiom from surrounding code. How should I go about it then?