camlow325 has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
Joufflu has joined #jruby
Joufflu has quit [Ping timeout: 268 seconds]
Joufflu has joined #jruby
Joufflu has quit [Read error: Connection reset by peer]
Joufflu has joined #jruby
prasun has joined #jruby
prasun has quit [Ping timeout: 240 seconds]
mistergibson has joined #jruby
mistergibson has quit [Quit: Leaving]
vtunka has joined #jruby
vtunka has quit [Quit: Leaving]
<
GitHub7>
[jruby] MSNexploder opened pull request #4713: IO#set_encoding should return self (fixes #4712) (master...set_encoding)
https://git.io/vQ1Kn
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
prasun has joined #jruby
drbobbeaty has joined #jruby
bbrowning_away is now known as bbrowning
prasun has quit [Ping timeout: 255 seconds]
vtunka has joined #jruby
<
GitHub36>
jruby/master 7b8221e kares: revisit `Date._strptime` internals; some less String char copy-ing...
prasun has joined #jruby
vtunka has quit [Quit: Leaving]
Puffball_ has quit [Quit: No Ping reply in 180 seconds.]
Puffball has joined #jruby
vtunka has joined #jruby
lanceball is now known as lance|afk
lance|afk is now known as lanceball
prasun has quit [Ping timeout: 246 seconds]
<
GitHub66>
[jruby] enebo closed pull request #4713: IO#set_encoding should return self (fixes #4712) (master...set_encoding)
https://git.io/vQ1Kn
<
GitHub192>
jruby/master 9f46ea7 Thomas E Enebo: Merge pull request #4713 from MSNexploder/set_encoding...
<
GitHub192>
jruby/master 4d1db6f Stefan Huber: IO#set_encoding should return self (fixes #4712)
vtunka has quit [Quit: Leaving]
prasun has joined #jruby
Aethenelle has joined #jruby
prasun has quit [Ping timeout: 255 seconds]
akp has joined #jruby
Puffball has quit [Quit: No Ping reply in 180 seconds.]
Puffball has joined #jruby
camlow325 has joined #jruby
lanceball is now known as lance|afk
camlow325 has quit [Quit: WeeChat 1.5]
prasun has joined #jruby
prasun has quit [Ping timeout: 246 seconds]
<
GitHub176>
jruby/ruby-2.4 b710cd3 Charles Oliver Nutter: [2.4] Add rounding options for Float.
<
GitHub176>
jruby/ruby-2.4 dc29976 Charles Oliver Nutter: Tag another flip-flop test.
prasun has joined #jruby
bbrowning is now known as bbrowning_away
prasun has quit [Ping timeout: 276 seconds]
prasun has joined #jruby
prasun has quit [Ping timeout: 240 seconds]
bbrowning_away is now known as bbrowning
camlow325 has joined #jruby
cshupp has joined #jruby
Joufflu has quit [Ping timeout: 248 seconds]
lance|afk is now known as lanceball
<
GitHub102>
jruby/master 17d4f48 kares: [spec] add some BigDecimal#to_r specs
<
GitHub102>
jruby/master b7aaa1b kares: using double -> long cast easily causes an inaccurate denominator...
<
GitHub102>
jruby/master 1ddd4dd kares: override to_int method from super-class; int2fix returns an Integer
<
GitHub175>
[jruby] kares closed issue #4711: High precision BigDecimal to Rational conversion wildly inaccurate
https://git.io/vQi5t
camlow325 has quit [Quit: WeeChat 1.5]
enebo has left #jruby [#jruby]
enebo has joined #jruby
cshupp has joined #jruby
enebo has left #jruby [#jruby]
camlow325 has joined #jruby
camlow325 has quit [Client Quit]
camlow325 has joined #jruby
<
GitHub113>
jruby/ruby-2.4 c635729 Thomas E. Enebo: Ok I don't know what is going on....but........converting idents to make a copy...
subbu is now known as subbu|away
akp has quit [Ping timeout: 268 seconds]
<
kares>
thought there's a built in irb here :)
<
kares>
havenwood: thanks are you a bot :) ?
<
havenwood>
I fill in when the bots vacation.
<
kares>
seems he is, anyway :
<
kares>
considering submitting a Ruby bug although I think it might get rejected but this seems counter-intuitive (not Ruby-like) :
<
kares>
2.4.1 :001 > (0..10).first
<
kares>
2.4.1 :002 > (0..10).last
<
kares>
2.4.1 :008 > (0..10).to_a.last
<
kares>
so far so good now with the end excluded :
<
kares>
2.4.1 :011 > (0...10).first
<
kares>
2.4.1 :012 > (0...10).last
<
kares>
2.4.1 :013 > (0...10).to_a.last
<
kares>
anyone has opinions why (0...10).last shouldn't be 9 ?
<
lopex>
silence speaks for itself
subbu|away is now known as subbu
akp has joined #jruby
camlow325 has quit [Quit: WeeChat 1.5]
drbobbeaty has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bbrowning is now known as bbrowning_away
camlow325 has joined #jruby
akp has quit [Ping timeout: 255 seconds]
Aethenelle has quit [Quit: Aethenelle]
camlow325 has quit [Quit: WeeChat 1.5]
akp has joined #jruby
<
chrisseaton>
kares: I've seen this discussed before...