hsbt_away 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
hsbt has quit [Quit: Tiarra 0.1+svn-39209: SIGTERM received; exit]
hsbt has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
eoinkelly has quit [Quit: eoinkelly]
nari has quit [Ping timeout: 248 seconds]
eoinkelly has joined #ruby-core
DanKnox is now known as DanKnox_away
eoinkelly has quit [Quit: eoinkelly]
nari has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
<znz_jp> biff: [ruby-changes:30195] naruse:r42247 (trunk): skip if ENV['USER'] is nil - http://mla.n-z.jp/?ruby-changes=30195
charliesome has joined #ruby-core
eoinkelly has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
DanKnox_away is now known as DanKnox
charliesome has quit [Client Quit]
Domon has joined #ruby-core
<znz_jp> biff: [ruby-changes:30196] zzak:r42248 (trunk): * ext/curses/extconf.rb: [DOC] nodoc to reduce Object pollution - http://mla.n-z.jp/?ruby-changes=30196
frotto has quit [Ping timeout: 245 seconds]
<zzak> nurse: early commits
<nokada_> zzak: rdoc warns ext/curses/curse.c
<nokada_> Couldn't find file to include 'sample/curses/hello.rb' from ../src/ext/curses/curses.c
<zzak> nokada_: from make?
<nokada_> yes, from `make rdoc'
<nokada_> maybe only when out-of-place build
<nokada_> yours is in-place build
nokada_ is now known as nokada
<zzak> no warning on rain.rb or mouse.rb?
<nokada> ditto
<zzak> i am running 'make rdoc' now
<zzak> :(
<nokada> @rdoc_include is defaulted to ["."]
<nokada> it's ok if the cwd is $(srcdir)
<zzak> why "make rdoc" must compile everything again
<nokada> again since "when"?
<zzak> 7/26
<zzak> 3 days
<nokada> some headers have been modified
<zzak> :(
<zzak> im in ./build
<nokada> yes, same as what I got
<zzak> how to fix?
<zzak> apply rdoc/options patch?
<nokada> yes
<zzak> applied and build, but "ri Curses" doesn't show include
<zzak> warning gone
<drbrain> nokada: that seems like the right fix
<nokada> zzak: did you installed new rdoc files?
<nokada> or you may need -d option
knu has quit [Remote host closed the connection]
<zzak> i think "no new files" means i need to clear existing docs
<zzak> nokada: do you have commit to rdoc?
<nokada> probably, no
<drbrain> nokada: I just added you as a committer
<drbrain> :D
<nokada> I have to go to pick my daughter up
shinnya has quit [Ping timeout: 264 seconds]
<zzak> see you ❤
knu has joined #ruby-core
<zzak> make distclean doesnt get rid of .ext/rdoc? :(
<zzak> yeah i still get the same errors with nobu's patch now wtf
<zzak> s/error/warning
<nokada> make clean-rdoc removes .ext/rdoc
nlv has joined #ruby-core
<nokada> there is no test for :include: ?
<drbrain> nokada: test_include_* in test/test_rdoc_markup_pre_process.rb
<nokada> hmm,
<nokada> seems there are tests for RDoc::Markup::PreProcess#include_file only
<drbrain> you are right, but :include: directive just calls that with the parameter
<drbrain> so all the functionality is in include_file
<drbrain> (I should still add an extra test)
<nokada> the test should not be solely for include_file
<nokada> the patch changes the default of --include option
<drbrain> for --include change, test/test_rdoc_options.rb
<drbrain> the option parser is probably lacking in coverage for --include
nlv has quit [Remote host closed the connection]
nlv has joined #ruby-core
DanKnox is now known as DanKnox_away
kosaki8 has quit [Ping timeout: 276 seconds]
nokada_ has joined #ruby-core
nokada has quit [Ping timeout: 240 seconds]
eoinkelly has quit [Quit: eoinkelly]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
tarui has quit [Ping timeout: 245 seconds]
tarui has joined #ruby-core
eoinkelly has joined #ruby-core
<_ko10> au
<_ko10> revisit
<drbrain> _ko10: it seems to be a Hash order problem, I will fix it
<drbrain> … tomorrow
<_ko10> thanks!
<_ko10> I do:
<_ko10> while make up all test install-nodoc test-all TESTS=-qv ; do date; done
<_ko10> and sometimes this stop this loop
<_ko10> that problem stop this loop
<drbrain> yes
<drbrain> I don't think I've seen this failure, so I must be lucky
hsbt is now known as hsbt_away
<_ko10> only few cases.
<znz_jp> biff: [ruby-changes:30197] naruse:r42249 (trunk): Show ObjectSpace.count_objects to debug NoMemoryError - http://mla.n-z.jp/?ruby-changes=30197
nari has quit [Quit: Ex-Chat]
nari has joined #ruby-core
<znz_jp> biff: [ruby-changes:30198] naruse:r42250 (trunk): remove debugging raise in previous commit - http://mla.n-z.jp/?ruby-changes=30198
heroux has quit [Ping timeout: 264 seconds]
heroux has joined #ruby-core
hsbt_away is now known as hsbt
judofyr has joined #ruby-core
<znz_jp> biff: [ruby-changes:30199] nobu:r42251 (trunk): sprintf.c: QUOTE flag - http://mla.n-z.jp/?ruby-changes=30199
<znz_jp> biff: [ruby-changes:30200] kazu:r42252 (trunk): remove duplicated entry - http://mla.n-z.jp/?ruby-changes=30200
eoinkelly has quit [Quit: eoinkelly]
nlv has quit [Remote host closed the connection]
eLobato has joined #ruby-core
nari has quit [Ping timeout: 245 seconds]
nari has joined #ruby-core
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:30201] knu:r42253 (trunk): Add Set#intersect? and #disjoint?. - http://mla.n-z.jp/?ruby-changes=30201
<znz_jp> biff: [ruby-changes:30202] knu:r42254 (trunk): Add some more tests. - http://mla.n-z.jp/?ruby-changes=30202
frotto has joined #ruby-core
Domon has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
r0bgleeson has quit [Ping timeout: 264 seconds]
kosaki8 has joined #ruby-core
<znz_jp> biff: [ruby-changes:30203] naruse:r42255 (trunk): rescue NoMemoryError - http://mla.n-z.jp/?ruby-changes=30203
kosaki8 has quit [Ping timeout: 276 seconds]
enebo has joined #ruby-core
kosaki8 has joined #ruby-core
<znz_jp> biff: [ruby-changes:30204] glass:r42256 (trunk): * test/ruby/test_hash.rb: add a test for enumeration order of Hash. - http://mla.n-z.jp/?ruby-changes=30204
r0bgleeson has joined #ruby-core
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
tylersmith has joined #ruby-core
hsbt has quit [Ping timeout: 264 seconds]
hsbt has joined #ruby-core
hsbt has quit [Ping timeout: 256 seconds]
shinnya has joined #ruby-core
hsbt has joined #ruby-core
hsbt has quit [Ping timeout: 264 seconds]
hsbt has joined #ruby-core
frotto has quit [Ping timeout: 245 seconds]
eLobato has left #ruby-core ["WeeChat 0.4.0"]
judofyr has quit [Remote host closed the connection]
hsbt has quit [Ping timeout: 268 seconds]
hsbt has joined #ruby-core
hsbt has quit [Ping timeout: 245 seconds]
hsbt has joined #ruby-core
nari has quit [Ping timeout: 264 seconds]
hsbt has quit [Ping timeout: 256 seconds]
hsbt has joined #ruby-core
anveo has joined #ruby-core
DanKnox_away is now known as DanKnox
eLobato has joined #ruby-core
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
eLobato has quit [Quit: WeeChat 0.4.0]
kosaki8 has quit [Ping timeout: 268 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
kosaki8 has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
frotto has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
enebo has quit [Quit: enebo]
ged_ is now known as ged
charliesome has joined #ruby-core
charliesome has quit [Client Quit]
charliesome has joined #ruby-core
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<drbrain> _ko10: I found the bug, GZIP has a timestamp in the footer and I was building the gzip twice
<drbrain> so the checksum could differ between the two
<drbrain> I'll commit to ruby in a few minutes
<drbrain> _ko10: committed at r42257
charliesome has joined #ruby-core
<znz_jp> biff: [ruby-changes:30205] drbrain:r42257 (trunk): * lib/rubygems: Import RubyGems from master as of commit 523551c - http://mla.n-z.jp/?ruby-changes=30205
<znz_jp> biff: [ruby-changes:30206] svn:r42258 (trunk): * 2013-07-31 - http://mla.n-z.jp/?ruby-changes=30206
charliesome has quit [Client Quit]
<znz_jp> biff: [ruby-changes:30207] nobu:r42259 (trunk): * remove trailing spaces. - http://mla.n-z.jp/?ruby-changes=30207
<drbrain> damnit
<drbrain> stupid trailing spaces
tylersmith has quit [Remote host closed the connection]
<zzak> giving nobu free commits
charliesome has joined #ruby-core
<zzak> i've already calculated that it will take me 10 years to catch nobu
_whitelogger has joined #ruby-core
<drbrain> zzak: 40 commits per week is 2000 commits per year
<drbrain> including two weeks vacation
<zzak> ouch, my avg is only around 1 per day
<drbrain> you need to make your commits smaller then
<zzak> haha
<zzak> about 60% of them are, remember?
<drbrain> :D
<zzak> awesome
nokada has joined #ruby-core
nokada_ has quit [Read error: Connection reset by peer]
tylersmith has joined #ruby-core
tylersmith has quit [Ping timeout: 260 seconds]