00:03
davidbalbert is now known as davidbalber|away
00:05
<
drbrain >
nurse: ping
00:10
<
drbrain >
nurse: The user cannot control content-encoding handling by themselves like in Ruby 1.x, this patch restores that behavior
00:10
<
drbrain >
nurse: mechanize needs this behavior
00:11
nari has quit [Ping timeout: 256 seconds]
00:12
carlosantonio has joined #ruby-core
00:26
<
drbrain >
injekt: ↑ is the patch I came up with, seems least invasive
00:27
<
drbrain >
mame1: can you check out bug 7831 ↑
00:35
enebo has quit [Quit: enebo]
00:40
idkazuma has quit [Remote host closed the connection]
00:49
enebo has joined #ruby-core
00:58
enebo has quit [Quit: enebo]
00:58
nurse has quit [Quit: Quit Nadoka 0.8.3+git(v0.8.2-18-gaa94dbb-dt)]
01:00
nurse has joined #ruby-core
01:03
kosaki2 has joined #ruby-core
01:11
nari has joined #ruby-core
01:11
kosaki2 has quit [Remote host closed the connection]
01:14
kosaki2 has joined #ruby-core
01:18
drbrain has quit [Remote host closed the connection]
01:36
davidbalber|away is now known as davidbalbert
01:39
davidbalbert is now known as davidbalber|away
01:43
drbrain has joined #ruby-core
02:01
drbrain has quit [Remote host closed the connection]
02:12
Hanmac2 has joined #ruby-core
02:15
Hanmac1 has quit [Ping timeout: 245 seconds]
02:31
drbrain has joined #ruby-core
02:31
drbrain has quit [Read error: Connection reset by peer]
02:32
drbrain has joined #ruby-core
02:37
tenderlove has quit [Remote host closed the connection]
03:33
eregon_ has joined #ruby-core
03:33
hiroyuki2 has joined #ruby-core
03:39
hiroyuki1 has quit [*.net *.split]
03:39
eregon has quit [*.net *.split]
03:52
kosaki2 has quit [Remote host closed the connection]
04:04
carlosantonio has quit [Remote host closed the connection]
04:25
kosaki2 has joined #ruby-core
05:07
hibariya has quit [Quit: No Ping reply in 180 seconds.]
05:07
hibariya has joined #ruby-core
06:13
kosaki2_ has joined #ruby-core
06:22
kosaki2 has quit [*.net *.split]
06:55
drbrain has quit [Ping timeout: 260 seconds]
07:02
nari has quit [Ping timeout: 276 seconds]
07:12
kosaki2_ has quit [Remote host closed the connection]
07:14
nari has joined #ruby-core
07:31
drbrain has joined #ruby-core
08:42
judofyr has joined #ruby-core
08:56
agarie_ has quit [Remote host closed the connection]
09:02
xibbar has quit [Remote host closed the connection]
09:10
marcandre has quit [Ping timeout: 256 seconds]
09:11
nari has quit [Ping timeout: 276 seconds]
09:12
marcandre has joined #ruby-core
11:08
kosaki8 has quit [Ping timeout: 244 seconds]
11:18
nari has joined #ruby-core
11:24
kosaki8 has joined #ruby-core
11:49
cout has quit [Ping timeout: 240 seconds]
11:51
cout has joined #ruby-core
12:41
nari has quit [Ping timeout: 255 seconds]
12:54
idkazuma has joined #ruby-core
12:57
kosaki2 has joined #ruby-core
12:59
kosaki2 has quit [Remote host closed the connection]
13:23
vondruch has quit [Quit: Ex-Chat]
13:25
vondruch has joined #ruby-core
13:44
carlosantonio has joined #ruby-core
14:20
kosaki8 has quit [Ping timeout: 248 seconds]
15:11
davidbalber|away is now known as davidbalbert
15:18
enebo has joined #ruby-core
16:07
kosaki2 has joined #ruby-core
16:17
kosaki2 has quit [Remote host closed the connection]
16:33
kosaki2 has joined #ruby-core
16:34
bitsweat has joined #ruby-core
16:37
judofyr has quit [Remote host closed the connection]
16:40
davidbalbert is now known as davidbalber|away
16:41
davidbalber|away is now known as davidbalbert
16:47
kosaki2 has quit [Remote host closed the connection]
16:49
davidbalbert is now known as davidbalber|away
16:52
davidbalber|away is now known as davidbalbert
16:58
idkazuma has quit [Remote host closed the connection]
16:58
davidbalbert is now known as davidbalber|away
17:37
davidbalber|away is now known as davidbalbert
18:10
agarie has joined #ruby-core
18:10
agarie has quit [Remote host closed the connection]
18:18
agarie has joined #ruby-core
18:25
tenderlove has joined #ruby-core
18:29
<
_ko1 >
sometimes I got this error
18:33
<
bitsweat >
_ko1: sounds like the gemspec is too large
18:33
<
bitsweat >
perhaps a huge file list?
18:33
<
_ko1 >
it is result of `make test-all' of ruby-trunk
18:33
<
bitsweat >
it's using Gem::Package::TarWriter::BoundedStream which limits tarball size
18:34
<
bitsweat >
probably a bug in the gem packaging tests, pulling in too many files
18:34
<
bitsweat >
I bet it works after `make clean` :)
18:34
<
_ko1 >
will drbrain fix it? :)
18:34
<
_ko1 >
now, i'm trying to repeat make test-all
18:35
<
_ko1 >
while RUBYOPT=-w make up all test install-nodoc test-all update-rubyspec test-rubyspec; do date; done
18:35
<
_ko1 >
this command
18:35
<
_ko1 >
should i add make clean? :)
18:35
<
bitsweat >
it shouldn't be needed
18:36
<
_ko1 >
only once? -> clean
18:36
<
_ko1 >
i'm not sure
18:36
<
_ko1 >
this is all I can get.
18:37
<
bitsweat >
ah sorry, I was on the wrong branch
18:37
<
_ko1 >
I'm repeating it.
18:37
<
_ko1 >
and sometimes (maybe 1 or 2 in a day) I got it
18:38
<
_ko1 >
there are no statistics
18:38
davidbalbert is now known as davidbalber|away
18:44
<
bitsweat >
_ko1: looks like it may be a byte-length vs chars-length bug
18:44
<
_ko1 >
such a short time
18:44
<
bitsweat >
I don't see any further, though :) I don't know why it fails intermittently for you
18:45
<
bitsweat >
the test uses gem.add_file_simple(filename, umask, data.length) { |io| io.write data }
18:45
<
bitsweat >
which adds a tar file with maximum size data.length
18:46
<
_ko1 >
could you file a ticket with your survey?
18:46
<
bitsweat >
so, data probably isn't binary..
18:47
<
bitsweat >
>> Gem.gzip('foo').encoding # => #<Encoding:UTF-8>
18:47
<
bitsweat >
that's the problem ^
18:48
<
bitsweat >
_ko1: I didn't reproduce the test failure
18:48
<
bitsweat >
but I can submit a bug for Gem.gzip encoding
18:49
<
_ko1 >
the most strong reason i don't want to make a ticket is
18:49
<
_ko1 >
i don't wan to write a English!!
18:49
<
bitsweat >
I will submit it Ruby only ;)
18:55
<
bitsweat >
needed more English after all
19:04
<
_ko1 >
Should I patch on my ruby-trunk?
19:16
enebo_ has joined #ruby-core
19:18
<
drbrain >
bitsweat: _ko1: thanks, I will fix it
19:24
enebo has quit [*.net *.split]
19:24
enebo_ is now known as enebo
19:32
<
bitsweat >
drbrain: thanks :)
19:36
davidbalber|away is now known as davidbalbert
19:47
judofyr has joined #ruby-core
19:52
kosaki8 has joined #ruby-core
20:32
judofyr has quit [Read error: No route to host]
20:33
judofyr has joined #ruby-core
21:14
drbrain_ has joined #ruby-core
21:14
drbrain has quit [Disconnected by services]
21:14
drbrain_ is now known as drbrain
21:20
judofyr has quit [Remote host closed the connection]
21:30
kosaki8 has quit [Ping timeout: 256 seconds]
21:52
<
bitsweat >
drbrain: \m/
21:53
<
drbrain >
bitsweat: thanks for finding it!
21:53
kosaki8 has joined #ruby-core
21:53
<
bitsweat >
_ko1 <-- ;)
21:53
<
drbrain >
and _ko1 :D
21:55
nokada has quit [Read error: Connection reset by peer]
21:55
nokada has joined #ruby-core
22:18
tenderlove has quit [Remote host closed the connection]
22:19
idkazuma has joined #ruby-core
22:29
davidbalbert is now known as davidbalber|away
22:32
xibbar has joined #ruby-core
22:37
xibbar has quit [Ping timeout: 272 seconds]
22:47
xibbar has joined #ruby-core
22:55
nari has joined #ruby-core
23:13
kosaki8 has quit [Ping timeout: 256 seconds]
23:34
tenderlove has joined #ruby-core
23:36
kosaki8 has joined #ruby-core
23:45
davidbalber|away is now known as davidbalbert