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
<travis-ci> kares/jruby (master:7b8221e by kares): The build passed. (https://travis-ci.org/kares/jruby/builds/252316796)
<GitHub36> [jruby] kares pushed 1 new commit to master: https://git.io/vQMUV
<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] enebo pushed 2 new commits to master: https://git.io/vQMCV
<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)
<GitHub2> [jruby] enebo closed issue #4712: IO#set_encoding returns nil instead of itself https://git.io/vQXMp
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] headius pushed 2 new commits to ruby-2.4: https://git.io/vQM6N
<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] kares pushed 3 new commits to master: https://git.io/vQMQO
<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 quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
cshupp has joined #jruby
enebo has left #jruby [#jruby]
camlow325 has joined #jruby
camlow325 has quit [Client Quit]
camlow325 has joined #jruby
<GitHub113> [jruby] enebo pushed 1 new commit to ruby-2.4: https://git.io/vQDkX
<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> % 12 + 1
<kares> thought there's a built in irb here :)
<havenwood> #=> 13
<kares> havenwood: thanks are you a bot :) ?
<havenwood> I fill in when the bots vacation.
<kares> > 1 + 1
<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> => 0
<kares> 2.4.1 :002 > (0..10).last
<kares> => 10
<kares> 2.4.1 :008 > (0..10).to_a.last
<kares> => 10
<kares> so far so good now with the end excluded :
<kares> 2.4.1 :011 > (0...10).first
<kares> => 0
<kares> 2.4.1 :012 > (0...10).last
<kares> => 10
<kares> 2.4.1 :013 > (0...10).to_a.last
<kares> => 9
<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]
<travis-ci> jruby/jruby (master:17d4f48 by kares): The build was fixed. (https://travis-ci.org/jruby/jruby/builds/252503721)
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...