deobalds has joined #jruby
nelsnelson has joined #jruby
Antiarc has quit [Ping timeout: 245 seconds]
deobalds has quit [Quit: Computer has gone to sleep.]
Antiarc has joined #jruby
slyphon has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
apc has joined #jruby
apc has quit [Client Quit]
claudiuinberlin has joined #jruby
shellac has joined #jruby
shellac has quit [Ping timeout: 256 seconds]
Puffball has quit [Quit: Puffball]
drbobbeaty has joined #jruby
shellac has joined #jruby
drbobbeaty has quit [Ping timeout: 255 seconds]
drbobbeaty has joined #jruby
deobalds has joined #jruby
deobalds has quit [Quit: Computer has gone to sleep.]
olle has joined #jruby
<olle> The specified bucket does not exist
<olle> Ahaaa, repo1 maven!
<headius> yeah you can get it there
<headius> we have been trying to get everything migrated to the new location but not everyhing is there yet
<headius> not everything has switched that is
<headius> including rvm which means everyone's jruby CI builds are broken right now 😬
<olle> (The updated download location works.)
<nirvdrum> lopex: If you have any questions on it, I'm happy to help out.
nelsnelson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<nirvdrum> But as headius said, I think it's just a matter of clearing the code range in certain situations.
<headius> kares: no reason I know of I guess
slyphon has joined #jruby
<olle> In order to track the rvm issue: a GitHub https://github.com/rvm/rvm/issues/4418
<olle> (I closed it as a duplicate.)
olle has quit [Quit: olle]
nelsnelson has joined #jruby
ahorek has joined #jruby
ahorek has quit [Client Quit]
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
nels has joined #jruby
nelsnelson has quit [Ping timeout: 248 seconds]
<headius> rvm patch for download URLs: https://github.com/rvm/rvm/pull/4420
<Aethenelle> jbundler appears dead.... superceded by jar-dependencies
xardion has quit [Remote host closed the connection]
xardion has joined #jruby
Puffball has joined #jruby
talvik has joined #jruby
<Aethenelle> huh?!? The file ~/.rvm/rubies/jruby-9.2.0.0/lib/ruby/gems/shared/specifications/default/bin does not exist.
<Aethenelle> wrong one...
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<Aethenelle> HUH?!? LoadError: no such file to load -- ~/.rvm/rubies/jruby-9.2.0.0/lib/ruby/gems/shared/specifications/default/bin/lock_jars
<talvik> Download section of http://jruby.org/files/downloads/index.html is mostly broken links
enebo has quit [Ping timeout: 260 seconds]
shellac has joined #jruby
enebo has joined #jruby
shellac has quit [Ping timeout: 256 seconds]
nelsnelson has joined #jruby
nels has quit [Ping timeout: 240 seconds]
enebo has quit [Ping timeout: 256 seconds]
nelsnelson has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
enebo has joined #jruby
nelsnelson has joined #jruby
nelsnelson has quit [Client Quit]
talvik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
talvik has joined #jruby
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
shellac has joined #jruby
claudiuinberlin has joined #jruby
shellac has quit [Ping timeout: 260 seconds]
shellac has joined #jruby
shellac has quit [Quit: Computer has gone to sleep.]
shellac has joined #jruby
nelsnelson has joined #jruby
shellac has quit [Ping timeout: 245 seconds]
<headius> talvik: most of the files should be restored now and we'll get those links updated
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enebo has quit [Ping timeout: 245 seconds]
enebo has joined #jruby
<GitHub20> [jruby] headius pushed 1 new commit to master: https://git.io/fSsNG
<GitHub20> jruby/master 049577d Charles Oliver Nutter: Merge branch 'reification'
<GitHub150> [jruby] headius deleted reification at 3772e64: https://git.io/fSsNW
claudiuinberlin has joined #jruby
<GitHub193> [jruby.github.io] enebo pushed 1 new commit to master: https://git.io/fSsAF
<GitHub193> jruby.github.io/master 9dd34c1 Thomas E. Enebo: Update manual links to point to maven instead of s3 to match proper normative location
talvik has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
slyphon_ has joined #jruby
slyphon has quit [Ping timeout: 240 seconds]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
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 :/
shellac has joined #jruby
<GitHub78> [jruby] headius pushed 1 new commit to master: https://git.io/fSGYQ
<GitHub78> jruby/master 78ae3ae Charles Oliver Nutter: Move ivar indy logic into VariableSite.
slyphon_ has quit [Remote host closed the connection]
slyphon has joined #jruby