closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
ItSANgo has joined #ruby-core
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:38844] nobu:r50925 (trunk): mkmf.rb: suppress warnings - http://mla.n-z.jp/?ruby-changes=38844
<znz_jp> biff: [ruby-changes:38845] svn:r50926 (trunk): * 2015-06-17 - http://mla.n-z.jp/?ruby-changes=38845
travis-ci has joined #ruby-core
<travis-ci> The build was broken. by @svn: See http://travis-ci.org/ruby/ruby/builds/67120894
travis-ci has left #ruby-core [#ruby-core]
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:38846] nobu:r50927 (trunk): mkmf.rb: suppress warnings - http://mla.n-z.jp/?ruby-changes=38846
<znz_jp> biff: [ruby-changes:38847] nobu:r50928 (trunk): servlet.rb: requires json - http://mla.n-z.jp/?ruby-changes=38847
travis-ci has joined #ruby-core
<travis-ci> The build was fixed. by @nobu: See http://travis-ci.org/ruby/ruby/builds/67123174
travis-ci has left #ruby-core [#ruby-core]
travis-ci has joined #ruby-core
<travis-ci> The build was fixed. by @nobu: See http://travis-ci.org/ruby/ruby/builds/67123363
travis-ci has left #ruby-core [#ruby-core]
tarui has quit [Remote host closed the connection]
<znz_jp> biff: [ruby-changes:38848] hsbt:r50929 (trunk): * lib/csv.rb: accept to use Range object for row selection. - http://mla.n-z.jp/?ruby-changes=38848
<znz_jp> biff: [ruby-changes:38849] usa:r50930 (ruby_2_1): merge revision(s) 49898: [Backport #10951] - http://mla.n-z.jp/?ruby-changes=38849
<znz_jp> biff: [ruby-changes:38850] hsbt:r50931 (trunk): * ChangeLog: added contibutor name. - http://mla.n-z.jp/?ruby-changes=38850
tarui has joined #ruby-core
konsolebox has joined #ruby-core
closer has joined #ruby-core
closer has quit [Client Quit]
closer has joined #ruby-core
konsolebox has quit [Read error: Connection reset by peer]
<znz_jp> biff: [ruby-changes:38851] hsbt:r50932 (trunk): * include/ruby/ruby.h: $SAFE=3 is now obsolete. - http://mla.n-z.jp/?ruby-changes=38851
konsolebox has joined #ruby-core
konsolebox has quit [Read error: Connection reset by peer]
travis-ci has joined #ruby-core
<travis-ci> The build has errored. by @hsbt: See http://travis-ci.org/ruby/ruby/builds/67141637
travis-ci has left #ruby-core [#ruby-core]
konsolebox has joined #ruby-core
<znz_jp> biff: [ruby-changes:38852] usa:r50933 (trunk): * safe.rb (safe_setter): of course, don't have to warn the limitation of - http://mla.n-z.jp/?ruby-changes=38852
<znz_jp> biff: [ruby-changes:38853] usa:r50934 (trunk): * ChangeLog: typo. - http://mla.n-z.jp/?ruby-changes=38853
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
konsolebox has quit [Ping timeout: 276 seconds]
<znz_jp> biff: [ruby-changes:38854] nobu:r50935 (trunk): util.c: fix off-by-one error - http://mla.n-z.jp/?ruby-changes=38854
konsolebox has joined #ruby-core
charliesome has quit [Quit: zzz]
Caius has quit [Ping timeout: 276 seconds]
Caius has joined #ruby-core
charliesome has joined #ruby-core
yoongkang has quit [Remote host closed the connection]
yoongkang has joined #ruby-core
znz_jp has quit [Quit: kill -QUIT $$]
konsolebox has quit [Ping timeout: 252 seconds]
znz_jp has joined #ruby-core
yoongkang has quit [Remote host closed the connection]
yoongkang has joined #ruby-core
hsbt is now known as hsbt_away
Valdrone has joined #ruby-core
hsbt_away is now known as hsbt
yoongkang has quit [Remote host closed the connection]
yoongkang has joined #ruby-core
<znz_jp> biff: [ruby-changes:38855] akr:r50936 (trunk): * ext/rbconfig/sizeof/extconf.rb: Check __float80. - http://mla.n-z.jp/?ruby-changes=38855
Ox0dea has joined #ruby-core
<Ox0dea> Array#any? overrides Enumerable's; how come?
<Ox0dea> Enumerable#any?/all?/one?/none? are pretty involved, so maybe this was a performance decision?
<znz_jp> biff: [ruby-changes:38856] nobu:r50937 (trunk): common.mk: needs fake.rb - http://mla.n-z.jp/?ruby-changes=38856
<znz_jp> biff: [ruby-changes:38857] nobu:r50938 (trunk): bignum.c: doc of rb_cstr_to_inum - http://mla.n-z.jp/?ruby-changes=38857
centrx has joined #ruby-core
<centrx> Ox0dea, Yes, for example, Array#any? checks the len first, while Enumerable's don't have a len
<Ox0dea> centrx: But is that necessary?
<centrx> It's for performance
<centrx> the len specifically
<centrx> The fact that the iteration is different I'm not sure
<centrx> An Enumerable is just guaranteed to have a next element
<centrx> While the Array uses pointers, which is probably better performance too
<Ox0dea> centrx: Yeah, makes sense enough.
Philpax_ has joined #ruby-core
<Ox0dea> I'm guessing I ought to just leave Array's implementation of #any? alone, then.
<centrx> What does the ## do?
Philpax has quit [Ping timeout: 265 seconds]
<Ox0dea> Token pasting.
<centrx> interesting
Valdrone has quit [Quit: Valdrone]
<znz_jp> biff: [ruby-changes:38858] kazu:r50939 (trunk): fix a typo [ci skip] - http://mla.n-z.jp/?ruby-changes=38858
Philpax_ has quit [Ping timeout: 255 seconds]
<Ox0dea> b 3
<Ox0dea> Sorry.
enebo has joined #ruby-core
<centrx> BINGO!
centrx has quit [Quit: Shutting down, Please wait...]
yoongkang has quit [Remote host closed the connection]
rafaelfranca has quit [Ping timeout: 264 seconds]
rafaelfranca has joined #ruby-core
shinnya has joined #ruby-core
yoongkang has joined #ruby-core
imperator has joined #ruby-core
hsbt_ has joined #ruby-core
hsbt has quit [*.net *.split]
Ox0dea has quit [Ping timeout: 252 seconds]
Aethenelle has joined #ruby-core
rafaelfranca has quit [Read error: No route to host]
rafaelfranca has joined #ruby-core
Philpax_ has joined #ruby-core
charliesome has quit [Quit: zzz]
Valdrone has joined #ruby-core
wycats has joined #ruby-core
closer has quit [Ping timeout: 272 seconds]
closer has joined #ruby-core
Philpax_ has quit [Ping timeout: 255 seconds]
Valdrone has quit [Quit: Valdrone]
shinnya has quit [Ping timeout: 265 seconds]
Valdrone has joined #ruby-core
nagachika has joined #ruby-core
Valdrone has quit [Quit: Valdrone]
Valdrone has joined #ruby-core
Valdrone has quit [Quit: Valdrone]
<znz_jp> biff: [ruby-changes:38859] normal:r50940 (trunk): compile.c: use %+PRIsVALUE instead of rb_inspect - http://mla.n-z.jp/?ruby-changes=38859
<znz_jp> biff: [ruby-changes:38860] svn:r50941 (trunk): * 2015-06-18 - http://mla.n-z.jp/?ruby-changes=38860
nagachika has quit [Ping timeout: 265 seconds]
Aethenelle has quit [Quit: Aethenelle]
imperator has quit [Quit: Leaving]
Valdrone has joined #ruby-core
mkosaki_ has joined #ruby-core
mkosaki has quit [Ping timeout: 256 seconds]
enebo has quit [Quit: enebo]
mkosaki has joined #ruby-core
mkosaki_ has quit [Ping timeout: 264 seconds]
mkosaki has quit [Ping timeout: 265 seconds]
hsbt_ is now known as hsbt_away
<znz_jp> biff: [ruby-changes:38861] nobu:r50942 (trunk): common.mk: -fake - http://mla.n-z.jp/?ruby-changes=38861