skade has quit [Quit: Computer has gone to sleep.]
<GitHub186>
[jruby] estolfo opened issue #3826: Another failure to pass arguments when rspec loads files using Refinements https://git.io/vwuvF
lance|afk is now known as lanceball
pietr0_ has joined #jruby
Freeky has joined #jruby
eregon_ has quit [Ping timeout: 250 seconds]
pietr0 has quit [Ping timeout: 268 seconds]
pietr0_ is now known as pietr0
eregon has joined #jruby
Freaky has quit [Ping timeout: 250 seconds]
drbobbeaty has quit [Ping timeout: 268 seconds]
skade has joined #jruby
vtunka has joined #jruby
drbobbeaty has joined #jruby
Aethenelle has joined #jruby
johnsonch_afk is now known as johnsonch
enebo has joined #jruby
pawnbox has quit [Remote host closed the connection]
<kares>
enebo: hey! still no feedback from headius so far on 9.1.0.0 open PRs ;(
<kares>
any chance to get them in? ... they fit a major++ better than a minor++ release
pawnbox has joined #jruby
djellemah has quit [Ping timeout: 250 seconds]
pawnbox has quit [Ping timeout: 246 seconds]
pawnbox has joined #jruby
nirvdrum has joined #jruby
lanceball is now known as lance|afk
Freeky is now known as Freaky
bbrowning_away is now known as bbrowning
vtunka has quit [Quit: Leaving]
djellemah has joined #jruby
djellemah_ has joined #jruby
hoodow has quit [Remote host closed the connection]
hoodow has joined #jruby
hoodow has quit [Changing host]
hoodow has joined #jruby
djellemah has quit [Ping timeout: 244 seconds]
camlow325 has joined #jruby
hoodow has quit [Remote host closed the connection]
hoodow has joined #jruby
Aethenelle has quit [Read error: Connection reset by peer]
vtunka has joined #jruby
<GitHub69>
[jruby] eregon commented on commit a549aba: Ah, sorry I didn't mean to remove them, I'll add them back. I use an explicit GRAAL_BIN for truffle-head and rely on discovery for master. https://git.io/vwuWm
<GitHub114>
jruby/master 16b9a2d Benoit Daloze: [Truffle] JT: add back finding Graal from a branch-named env var.
<GitHub84>
[jruby] eregon commented on commit d7d6723: @bjfish I will revert this since it breaks many assumptions and for instance code like:... https://git.io/vwulG
nirvdrum has quit [Ping timeout: 244 seconds]
nirvdrum has joined #jruby
<GitHub173>
[jruby] chrisseaton commented on commit d7d6723: > The constructor for Bignum used to assert the value was outside long range... https://git.io/vwulK
<GitHub0>
[jruby] eregon commented on commit d7d6723: @chrisseaton No, it was fine and just got removed with the Layout stuff AFAIK. https://git.io/vwu8v
lance|afk is now known as lanceball
thedarkone2 has joined #jruby
robbyoconnor has joined #jruby
nirvdrum has quit [Ping timeout: 250 seconds]
tcrawley-away is now known as tcrawley
shellac_ has joined #jruby
subbu is now known as subbu|afk
nirvdrum has joined #jruby
shellac_ has quit [Quit: Computer has gone to sleep.]
<GitHub36>
[jruby] eregon commented on commit 1fde05b: Nested asserts are OK and useful, as they allow to observe the first failure in the debugger. https://git.io/vwuwY
<GitHub60>
[jruby] eregon commented on commit d7cb4b6: :+1: https://git.io/vwuw8
phlebas has quit [Ping timeout: 246 seconds]
phlebas_ has quit [Ping timeout: 240 seconds]
norc has joined #jruby
skade has quit [Quit: Computer has gone to sleep.]
hobodave has joined #jruby
hobodave_ has joined #jruby
hobodave has quit [Ping timeout: 276 seconds]
shellac has quit [Quit: Leaving]
subbu|afk is now known as subbu
brauliobo has quit [Ping timeout: 250 seconds]
<GitHub108>
[jruby] bjfish commented on commit d7d6723: @eregon Why can't we implement this to match the MRI behavior? MRI appears to have Bignum in the Fixnum range.... https://git.io/vwuM9
shellac has quit [Quit: Computer has gone to sleep.]
phlebas_ has joined #jruby
phlebas_ has quit [Remote host closed the connection]
subbu is now known as subbu|lunch
brauliobo has joined #jruby
shellac has joined #jruby
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
subbu|lunch is now known as subbu
pawnbox has quit [Remote host closed the connection]
pawnbox has joined #jruby
pietr0 has quit [Quit: pietr0]
_whitelogger has joined #jruby
<GitHub121>
[jruby] brauliobo commented on commit aa6b9f6: wow, so jruby is now able to execute R and JavaScript? can't wait to see it in a production state :P :D https://git.io/vwzOr
shellac has quit [Quit: Computer has gone to sleep.]
nirvdrum has joined #jruby
pawnbox has quit [Remote host closed the connection]
hobodave_ has quit [Quit: Computer has gone to sleep.]
beawesomeinstead has quit [Ping timeout: 268 seconds]
beawesomeinstead has joined #jruby
<GitHub172>
[jruby] eregon commented on commit d7d6723: @bjfish Of course we can, but I think it's not a very worthy trade-off. I think this is an implementation detail of MRI and therefore has limited value in reproducing without further motivation. From my experience, having 2 possible representations for the same number just gets everything more complicated and causes more headaches to debug. Indeed, such a test would fail. But does it have any importance for use