davidbalbert is now known as davidbalber|away
<drbrain> nurse: ping
<drbrain> nurse: can you review: https://bugs.ruby-lang.org/issues/7831
<drbrain> nurse: The user cannot control content-encoding handling by themselves like in Ruby 1.x, this patch restores that behavior
<drbrain> nurse: mechanize needs this behavior
nari has quit [Ping timeout: 256 seconds]
carlosantonio has joined #ruby-core
<drbrain> injekt: ↑ is the patch I came up with, seems least invasive
<drbrain> mame1: can you check out bug 7831 ↑
enebo has quit [Quit: enebo]
idkazuma has quit [Remote host closed the connection]
enebo has joined #ruby-core
enebo has quit [Quit: enebo]
nurse has quit [Quit: Quit Nadoka 0.8.3+git(v0.8.2-18-gaa94dbb-dt)]
nurse has joined #ruby-core
kosaki2 has joined #ruby-core
nari has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
drbrain has quit [Remote host closed the connection]
davidbalber|away is now known as davidbalbert
davidbalbert is now known as davidbalber|away
drbrain has joined #ruby-core
drbrain has quit [Remote host closed the connection]
Hanmac2 has joined #ruby-core
Hanmac1 has quit [Ping timeout: 245 seconds]
drbrain has joined #ruby-core
drbrain has quit [Read error: Connection reset by peer]
drbrain has joined #ruby-core
tenderlove has quit [Remote host closed the connection]
<znz_v> biff: [ruby-changes:27156] naruse:r39208 (trunk): * ext/json: merge JSON 1.7.7. - http://mla.n-z.jp/?ruby-changes=27156
<znz_v> biff: [ruby-changes:27157] naruse:r39209 (trunk): Get libc's path by ldd [Bug #7828] - http://mla.n-z.jp/?ruby-changes=27157
<znz_v> biff: [ruby-changes:27158] naruse:r39210 (trunk): Suppress warnings: setting Encoding.default_external - http://mla.n-z.jp/?ruby-changes=27158
eregon_ has joined #ruby-core
hiroyuki2 has joined #ruby-core
hiroyuki1 has quit [*.net *.split]
eregon has quit [*.net *.split]
kosaki2 has quit [Remote host closed the connection]
carlosantonio has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
hibariya has quit [Quit: No Ping reply in 180 seconds.]
hibariya has joined #ruby-core
kosaki2_ has joined #ruby-core
kosaki2 has quit [*.net *.split]
drbrain has quit [Ping timeout: 260 seconds]
nari has quit [Ping timeout: 276 seconds]
kosaki2_ has quit [Remote host closed the connection]
nari has joined #ruby-core
drbrain has joined #ruby-core
judofyr has joined #ruby-core
agarie_ has quit [Remote host closed the connection]
xibbar has quit [Remote host closed the connection]
marcandre has quit [Ping timeout: 256 seconds]
nari has quit [Ping timeout: 276 seconds]
marcandre has joined #ruby-core
kosaki8 has quit [Ping timeout: 244 seconds]
nari has joined #ruby-core
kosaki8 has joined #ruby-core
cout has quit [Ping timeout: 240 seconds]
cout has joined #ruby-core
nari has quit [Ping timeout: 255 seconds]
idkazuma has joined #ruby-core
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
vondruch has quit [Quit: Ex-Chat]
vondruch has joined #ruby-core
carlosantonio has joined #ruby-core
kosaki8 has quit [Ping timeout: 248 seconds]
davidbalber|away is now known as davidbalbert
enebo has joined #ruby-core
bitsweat_ has quit [Quit: Linkinus - http://linkinus.com]
kosaki2 has joined #ruby-core
kosaki2 has quit [Remote host closed the connection]
kosaki2 has joined #ruby-core
bitsweat has joined #ruby-core
judofyr has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
kosaki2 has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
idkazuma has quit [Remote host closed the connection]
davidbalbert is now known as davidbalber|away
davidbalber|away is now known as davidbalbert
agarie has joined #ruby-core
agarie has quit [Remote host closed the connection]
agarie has joined #ruby-core
tenderlove has joined #ruby-core
<_ko1> sometimes I got this error
<bitsweat> _ko1: sounds like the gemspec is too large
<bitsweat> perhaps a huge file list?
<_ko1> it is result of `make test-all' of ruby-trunk
<_ko1> my fault?
<bitsweat> it's using Gem::Package::TarWriter::BoundedStream which limits tarball size
<bitsweat> probably a bug in the gem packaging tests, pulling in too many files
<bitsweat> I bet it works after `make clean` :)
<_ko1> will drbrain fix it? :)
<_ko1> ah, no
<_ko1> ok, i try.
<_ko1> now, i'm trying to repeat make test-all
<_ko1> while RUBYOPT=-w make up all test install-nodoc test-all update-rubyspec test-rubyspec; do date; done
<_ko1> this command
<_ko1> should i add make clean? :)
<bitsweat> it shouldn't be needed
<_ko1> only once? -> clean
<bitsweat> http://www.atdot.net/sp/view/yzd4im missing full backtrace?
<_ko1> i'm not sure
<_ko1> this is all I can get.
<bitsweat> ah sorry, I was on the wrong branch
<_ko1> I'm repeating it.
<_ko1> and sometimes (maybe 1 or 2 in a day) I got it
<_ko1> there are no statistics
davidbalbert is now known as davidbalber|away
<bitsweat> _ko1: looks like it may be a byte-length vs chars-length bug
<_ko1> ah
<_ko1> cool!
<_ko1> such a short time
<bitsweat> I don't see any further, though :) I don't know why it fails intermittently for you
<bitsweat> the test uses gem.add_file_simple(filename, umask, data.length) { |io| io.write data }
<bitsweat> which adds a tar file with maximum size data.length
<_ko1> could you file a ticket with your survey?
<bitsweat> so, data probably isn't binary..
<bitsweat> >> Gem.gzip('foo').encoding # => #<Encoding:UTF-8>
<bitsweat> that's the problem ^
<bitsweat> _ko1: I didn't reproduce the test failure
<bitsweat> but I can submit a bug for Gem.gzip encoding
<_ko1> Thanks!
<_ko1> the most strong reason i don't want to make a ticket is
<_ko1> i don't wan to write a English!!
<_ko1> sorry :(
<bitsweat> I will submit it Ruby only ;)
<_ko1> :)
<bitsweat> needed more English after all
<_ko1> thanks
<_ko1> Should I patch on my ruby-trunk?
enebo_ has joined #ruby-core
<drbrain> bitsweat: _ko1: thanks, I will fix it
<_ko1> thanks!
enebo has quit [*.net *.split]
enebo_ is now known as enebo
<bitsweat> drbrain: thanks :)
davidbalber|away is now known as davidbalbert
judofyr has joined #ruby-core
kosaki8 has joined #ruby-core
judofyr has quit [Read error: No route to host]
judofyr has joined #ruby-core
<znz_v> biff: [ruby-changes:27159] akr:r39211 (trunk): * ext/socket/extconf.rb: test functions just after struct members. - http://mla.n-z.jp/?ruby-changes=27159
<znz_v> biff: [ruby-changes:27160] svn:r39212 (trunk): * 2013-02-13 - http://mla.n-z.jp/?ruby-changes=27160
<znz_v> biff: [ruby-changes:27161] drbrain:r39213 (trunk): * lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip. - http://mla.n-z.jp/?ruby-changes=27161
<drbrain> _ko1: bitsweat: added https://bugs.ruby-lang.org/issues/7838 for backport
drbrain_ has joined #ruby-core
drbrain has quit [Disconnected by services]
drbrain_ is now known as drbrain
judofyr has quit [Remote host closed the connection]
kosaki8 has quit [Ping timeout: 256 seconds]
<bitsweat> drbrain: \m/
<drbrain> bitsweat: thanks for finding it!
kosaki8 has joined #ruby-core
<bitsweat> _ko1 <-- ;)
<drbrain> and _ko1 :D
nokada has quit [Read error: Connection reset by peer]
nokada has joined #ruby-core
tenderlove has quit [Remote host closed the connection]
idkazuma has joined #ruby-core
davidbalbert is now known as davidbalber|away
xibbar has joined #ruby-core
xibbar has quit [Ping timeout: 272 seconds]
xibbar has joined #ruby-core
nari has joined #ruby-core
kosaki8 has quit [Ping timeout: 256 seconds]
bitsweat has quit [Quit: Linkinus - http://linkinus.com]
tenderlove has joined #ruby-core
kosaki8 has joined #ruby-core
davidbalber|away is now known as davidbalbert