Liothen has quit [Quit: The Dogmatic Law of Shadowsong]
Liothen has joined #jruby
Liothen has quit [Changing host]
Liothen has joined #jruby
<Aethenelle>
random question: is there a runtime dependency handler/loader for Java dependencies (i.e., how can I require a jar and get its dependencies loaded as well)?
shellac has quit [Quit: Leaving]
<Aethenelle>
looks like the best is jbundler... that about right? anything more irb friendly?
<Antiarc>
I haven't looked in a while, but jbundler is where it was at when I did
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<ChrisBr>
headius: hey, did you see my comment on the PR?
<ChrisBr>
I'm still trying to implement the hash cache approach for the linear search
<ChrisBr>
however, it increases the complexity quit a bit
<ChrisBr>
I also encounter some really nasty bug atm which causes that I can not require any gem anymore :/ Is there any smart method how to debug this better? everytime I mess sth up jruby fails to boot which is really hard to debug :/ Can I somehow use e.g. master and just load my RubyHash class there?
<headius>
ChrisBr: ah if you run with -Xdebug.parser it disables all the pre-boot loads
<headius>
that should help
<ChrisBr>
ah thanks, will try that
<ChrisBr>
grml, I always get a: LoadError: no such file to load -- rbconfig exception :/
<ChrisBr>
without more stack trace
<ChrisBr>
in general my implementation seems to work though :/