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 :)
bbrowning_away is now known as bbrowning
<GitHub167> [jruby] kares pushed 1 new commit to master: https://git.io/vQj8W
<GitHub167> jruby/master 0aef857 kares: deprecate RubyProc#call19; also made RubyGenerator's field final
<GitHub140> [jruby] kares force-pushed convert-java-numbers from 43e4831 to c60a185: https://git.io/vQjBP
<GitHub140> jruby/convert-java-numbers 46b0106 kares: implement coerce for Java numbers; special care for Java's BigDecimal...
<GitHub140> jruby/convert-java-numbers 29d65b4 kares: adjust Numeric conversion code to handle Java numbers implicitly
<GitHub140> jruby/convert-java-numbers 04f0f25 kares: adjust and share to_i (int_value) conversion - now handles Java numbers
<GitHub166> [jruby] enebo pushed 1 new commit to master: https://git.io/vQjuc
<GitHub166> jruby/master 439f915 Thomas E. Enebo: Literals are only used for alias and undef and need not be copied
<travis-ci> jruby/jruby (convert-java-numbers:c60a185 by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/255300916)
<travis-ci> jruby/jruby (master:0aef857 by kares): The build passed. (https://travis-ci.org/jruby/jruby/builds/255295236)
rdubya has quit [Quit: Leaving.]
sleekweasel has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ratnikov_ has quit [Ping timeout: 246 seconds]
<GitHub132> [jruby] dmac100 opened issue #4720: Constant becomes nil when running ScriptEngine with transient/persistent local variables. https://git.io/vQj1d
shellac has quit [Quit: Leaving]
ratnikov_ has joined #jruby
oblutak has joined #jruby
sleekweasel has joined #jruby
sleekweasel has quit [Client Quit]
hoodow_ is now known as hoodow
u_nuSLASHkm8 has joined #jruby
u_nuSLASHkm8 has left #jruby [#jruby]
oblutak has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
swills has quit [Remote host closed the connection]
swills has joined #jruby
swills has joined #jruby
oblutak has joined #jruby
swills has quit [Remote host closed the connection]
<GitHub190> [jruby] enebo pushed 1 new commit to symbol_love: https://git.io/v7ekB
<GitHub190> jruby/symbol_love a714158 Thomas E. Enebo: Symbol is being invaded by RubySymbol. Some more mandatory old API removals as...
swills has joined #jruby
swills has joined #jruby
tinyurl_comSLASH has joined #jruby
tinyurl_comSLASH has left #jruby [#jruby]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bbrowning is now known as bbrowning_away
oblutak has left #jruby [#jruby]
sleekweasel has joined #jruby
sleekweasel has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
<GitHub82> [jruby] headius pushed 1 new commit to ruby-2.4: https://git.io/v7eFc
<GitHub82> jruby/ruby-2.4 63ea2ac Charles Oliver Nutter: More porting of numeric round and ** logic.
<headius> ugh, another day, another fix...slow going