<
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]
xardion has quit [Ping timeout: 265 seconds]
xardion has joined #jruby
<
GitHub152>
jruby/master 1cc0674 Charles Oliver Nutter: Merge branch 'jruby-9.1'
<
GitHub116>
jruby/psych_3_update 7390d5a Charles Oliver Nutter: Merge branch 'jruby-9.1' into psych_3_update
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 has joined #jruby
Tomjoad has quit [Client Quit]
<
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 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/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/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/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
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
<
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/jruby-9.1 f248488 Charles Oliver Nutter: Eliminate some unnecessary static references to JRuby state.
<
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