lopex has quit [Quit: Connection closed for inactivity]
rdubya has quit [Quit: Leaving.]
hays has quit [Ping timeout: 255 seconds]
_whitelogger has joined #jruby
prasunanand has joined #jruby
hays has joined #jruby
hays has joined #jruby
prasunanand has quit [Ping timeout: 258 seconds]
Puffball_ has joined #jruby
Puffball has quit [Ping timeout: 248 seconds]
Puffball_ has quit [Remote host closed the connection]
Puffball has joined #jruby
prasunanand has joined #jruby
prasunanand has quit [Ping timeout: 255 seconds]
sleekweasel has joined #jruby
<sleekweasel>
Hi folks. New to JRuby. I'm trying to find which JRuby is compatible with Ruby 2.1.5 (which we're using) to minimise differences. Is there a page I can look at?
<sleekweasel>
(I tried installing JRuby 2.1.5 through RVM, but it looked like it was having problems.)
shellac has joined #jruby
drbobbeaty has joined #jruby
lopex has joined #jruby
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
drbobbeaty has joined #jruby
bbrowning_away is now known as bbrowning
<sleekweasel>
I'm now trying to get bundle install working with JRuby. It's hanging just after trying to install google_drive. jstack doesn't show any active threads - they're all waiting on a queue.
<sleekweasel>
I've peppered puts statements into the bundle worker file, and they only confirm that sort of thing.
<sleekweasel>
I know JRuby can fumble threaded things because it don't have a global lock - is that possibly an issue?
<sleekweasel>
The event queue that bundle is using is empty, so there's nothing else it should oviously bedoing.
bbrowning is now known as bbrowning_away
rdubya has joined #jruby
<kares>
sleekweasel: what version are you trying out 9.1.11.0 ?
<kares>
in such case try if you're not depleting entropy on your machine: export JRUBY_OPTS=-J-Djava.security.egd=file:/dev/./urandom
<kares>
although we haven't seen this with bundler so far ... also there's no JRuby 2.1.5 just install JRuby 9.1 :)
<GitHub132>
[jruby] dmac100 opened issue #4720: Constant becomes nil when running ScriptEngine with transient/persistent local variables. https://git.io/vQj1d