<GitHub94> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vpJ0e
<GitHub94> jruby/jruby-9.1 3b44e76 Charles Oliver Nutter: Missed one call to dbl2num.
* headius slaps headius around a bit with a large trout
drbobbeaty has quit [Ping timeout: 245 seconds]
<travis-ci> jruby/jruby (jruby-9.1:3b44e76 by Charles Oliver Nutter): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/367427346)
xardion has quit [Ping timeout: 265 seconds]
xardion has joined #jruby
<GitHub71> [jruby] headius fast-forwarded jruby-9.1 from 3b44e76 to c95601e: https://git.io/vpJuA
<GitHub152> jruby/master 1cc0674 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<GitHub152> [jruby] headius pushed 1 new commit to master: https://git.io/vpJux
<GitHub116> jruby/psych_3_update 7390d5a Charles Oliver Nutter: Merge branch 'jruby-9.1' into psych_3_update
<GitHub116> [jruby] headius pushed 1 new commit to psych_3_update: https://git.io/vpJuh
<travis-ci> jruby/jruby (jruby-9.1:c95601e by Charles Oliver Nutter): The build passed. (https://travis-ci.org/jruby/jruby/builds/367440773)
duncanm has quit [Ping timeout: 256 seconds]
xardion_ has joined #jruby
xardion has quit [Ping timeout: 266 seconds]
duncanm has joined #jruby
Tomjoad has joined #jruby
<Tomjoad> #chan
Tomjoad has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Tomjoad has joined #jruby
Tomjoad has quit [Client Quit]
<GitHub181> [jruby] kares pushed 3 new commits to master: https://git.io/vpJHA
<GitHub181> jruby/master 2e783d7 kares: BigDecimal cmp/eql coercing to match-up with MRI + fast `== nil` etc
<GitHub181> jruby/master 33ff5a8 kares: [fix] raise ArgumentError with BigDecimal(str) has invalid str fromat
<GitHub181> jruby/master 65bee1f kares: [test] add Array asserts guarding against self-concat regression
Tomjoad has joined #jruby
Tomjoad has quit [Client Quit]
Tomjoad has joined #jruby
Tomjoad has quit [Client Quit]
Tomjoad has joined #jruby
sidx64 has joined #jruby
Tomjoad has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
Tomjoad has joined #jruby
Tomjoad has quit [Client Quit]
claudiuinberlin has joined #jruby
drbobbeaty has joined #jruby
claudiuinberlin has quit [Ping timeout: 256 seconds]
shellac has joined #jruby
bbrowning_away is now known as bbrowning
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olle has joined #jruby
rdubya has joined #jruby
drbobbeaty has quit [Ping timeout: 276 seconds]
rdubya has quit [Quit: Leaving.]
<GitHub4> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpUV5
<GitHub4> jruby/bytelist_love 242f976 Thomas E. Enebo: Merge branch 'master' into bytelist_love
sidx64 has joined #jruby
sidx64_ has joined #jruby
sidx64 has quit [Ping timeout: 276 seconds]
<GitHub9> [jruby] kares pushed 7 new commits to master: https://git.io/vpU63
<GitHub9> jruby/master 2d93417 kares: [test] remove mathn case - deprecated (actually removed) in Ruby 2.5
<GitHub9> jruby/master c272a46 kares: properly name singleton_method_added + override !(numeric-value) impl
<GitHub9> jruby/master c579149 kares: bridged concrete (RubyString) returns + use a String overloaded append
xardion_ has quit [Ping timeout: 240 seconds]
xardion has joined #jruby
<GitHub105> [jruby] enebo pushed 1 new commit to bytelist_love: https://git.io/vpUMV
<GitHub105> jruby/bytelist_love 90113f4 Thomas E. Enebo: Fix one missed aspect from last nights merge. Now test:mri is same as master.
sidx64 has joined #jruby
sidx64_ has quit [Ping timeout: 276 seconds]
sidx64 has quit [Read error: Connection reset by peer]
sidx64 has joined #jruby
jrafanie has joined #jruby
sidx64_ has joined #jruby
sidx64 has quit [Ping timeout: 240 seconds]
olle has quit [Quit: olle]
jrafanie_ has joined #jruby
jrafanie has quit [Ping timeout: 240 seconds]
sidx64_ has quit [Read error: Connection reset by peer]
xardion has quit [Remote host closed the connection]
sidx64 has joined #jruby
sidx64 has quit [Max SendQ exceeded]
sidx64 has joined #jruby
shellac has quit [Quit: Leaving]
sidx64_ has joined #jruby
sidx64 has quit [Ping timeout: 256 seconds]
rdubya has joined #jruby
rdubya has quit [Quit: Leaving.]
kith has joined #jruby
subbu is now known as subbu|lunhc
jrafanie_ has quit [Quit: Textual IRC Client: www.textualapp.com]
subbu|lunhc is now known as subbu|lunch
claudiuinberlin has joined #jruby
sidx64_ has quit [Read error: Connection reset by peer]
claudiuinberlin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
claudiuinberlin has joined #jruby
livcd has joined #jruby
bbrowning is now known as bbrowning_away
subbu|lunch is now known as subbu
rdubya has joined #jruby
rdubya has quit [Client Quit]
bbrowning_away is now known as bbrowning
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
<headius> kares: I'm doing some auditing of static fields
<headius> we can't have static reference to anything tied to a given Ruby runtime
<headius> kares: we should have a chat about adding some better way for user data to be cached in the runtime
<headius> most of these are trying to cache stuff but ultimately won't work across runtimes
<headius> lot of these = there's many other cases not done by you :-)
bbrowning is now known as bbrowning_away
<GitHub175> [jruby] headius pushed 1 new commit to jruby-9.1: https://git.io/vpTis
<GitHub175> jruby/jruby-9.1 f248488 Charles Oliver Nutter: Eliminate some unnecessary static references to JRuby state.
<GitHub138> [jruby] headius opened issue #5143: Eliminate static field references to JRuby state https://git.io/vpTiR
<GitHub175> [jruby] headius pushed 2 new commits to master: https://git.io/vpT1v
<GitHub175> jruby/master 95a41f9 Charles Oliver Nutter: Clean up additional static references on master.
<GitHub175> jruby/master 0a84dc7 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<headius> kares: I fixed a couple items in your Date work, review if you get a chance