houhoulis has quit [Remote host closed the connection]
havenwood has joined #rubinius
meh` has quit [Ping timeout: 240 seconds]
houhoulis has joined #rubinius
houhoulis has quit [Remote host closed the connection]
dimday has joined #rubinius
houhoulis has joined #rubinius
houhoulis has quit [Client Quit]
slaught has quit [Quit: slaught]
lbianc has quit [Ping timeout: 256 seconds]
slaught has joined #rubinius
slaught has quit [Quit: slaught]
slaught has joined #rubinius
nirvdrum has joined #rubinius
Akanksha08 has joined #rubinius
|jemc| has quit [Quit: WeeChat 1.0.1]
|jemc| has joined #rubinius
slaught has quit [Quit: slaught]
nirvdrum has quit [Ping timeout: 244 seconds]
slaught has joined #rubinius
slaught has quit [Quit: slaught]
amclain has quit [Quit: Leaving]
goyox86 has joined #rubinius
|jemc| has quit [Quit: WeeChat 1.0.1]
|jemc| has joined #rubinius
havenwood has quit [Remote host closed the connection]
JohnBat26 has joined #rubinius
dimday has quit [Remote host closed the connection]
flavio has joined #rubinius
|jemc| has quit [Ping timeout: 264 seconds]
elia has joined #rubinius
<yorickpeterse>
Morning
elia has quit [Read error: No route to host]
elia has joined #rubinius
lbianc has joined #rubinius
goyox86 has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
benlovell has joined #rubinius
<chrisseaton>
hi yorickpeterse - I've got a question about some of the numeric primitives and coercion - it's long so I put it into a gist https://gist.github.com/chrisseaton/252e4f42448b4dee45fa. Any chance you could take a look?
<yorickpeterse>
chrisseaton: sure
<chrisseaton>
yorickpeterse: thanks - we might just have figured it out though
<chrisseaton>
yorickpeterse: I've taked Numeric#fdiv there, but in fact it's overriden in Fixnum#fdiv. The one in Numeric looked generic, so I took that one, and didn't think to look for an override
<chrisseaton>
And Fixnum#fdiv does the redo on :fdiv, not :/, so it works
benlovell has quit [Ping timeout: 256 seconds]
<yorickpeterse>
hmm
<yorickpeterse>
chrisseaton: Not sure here, I'd have to dig in to what the primitive & friends do
benlovell has joined #rubinius
<chrisseaton>
yorickpeterse: thanks very much but I think we've solved it - using Fixnum#fdiv works