Activity
From 01/20/2012 to 01/26/2012
01/26/2012
-
10:29 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
- 1.9.2p290, Rails-3.2.0, thin-1.3.1 に Rack::FiberPool ( https://github.com/mperham/rack-fiber_pool )を組み合わせると必ず SEGV しま...
-
10:25 PM Bug #5932 (Rejected): gc_mark_children で SEGV が発生
- 1.9.2p290, Rails-3.2.0 の環境で RSpec を実行している途中に GC 周りで SEGV したので報告します。
https://gist.github.com/1682615
同じ箇所を再度実行して... -
07:17 PM Bug #5931 (Rejected): Random SEGV during execution on YARD specs
- Hello, I experience random segfauls when running YARD 0.7.4 test suite. Note that the Ruby was build using GCC 4.7. Y...
-
02:36 PM Bug #5930: source_location of blocks incorrect
- I've verified this behaviour under the following versions:
works: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-d... -
02:15 PM Bug #5930 (Closed): source_location of blocks incorrect
- Similar to bug #2427 but maybe the opposite problem. Newer versions of ruby appear to store the source locations of b...
-
11:59 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
- =begin
If a deflate stream requires a dictionary and the block of data is short it is impossible to decompress the d... - 07:10 AM Revision 087b9f94 (git): * 2012-01-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:10 AM Revision 05a579c9 (git): Forward port r34151 from ruby_1_8_7.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@34379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 AM Feature #5856: Feature: Raise any object
- One can rescue Exception (or Object); this also rescues SystemExit, Interrupt, etc. There is plenty of code out ther...
-
03:04 AM Revision 68bf801c (git): * lib/matrix.rb: Clean up extra whitespace in output documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/25/2012
- 06:24 PM Revision 16249968 (git): * 2012-01-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:24 PM Revision 8335ce70 (git): * ext/io/console/console.c (io_getch): default delegating method
- for StringIO. https://github.com/nobu/io-console/issues/4
* ext/stringio/stringio.c: moved some methods to hidden mo... -
11:32 AM Bug #5919 (Closed): File singleton methods (expand_path, realpath, dirname, basename, extname) should respect encodings
- This issue was solved with changeset r34372.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
04:27 AM Revision 97f0b0f5 (git): * file.c (rb_file_s_basename): ignore non-ascii extension in
- different encoding, which cannot match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34375 b2dd03c8-39d4-4d8f-... -
02:40 AM Revision b094ab09 (git): * file.c (rmext): no extension to strip if empty string.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:32 AM Revision a2905fb2 (git): * 2012-01-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:32 AM Revision ed469831 (git): * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
- (rb_enc_path_last_separator, rb_enc_path_end)
(ruby_enc_find_basename, ruby_enc_find_extname): encoding-aware
pat...
01/24/2012
-
02:20 PM Feature #5895 (Closed): rb_iter_break_value
- This issue was solved with changeset r34369.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
12:10 PM Feature #5895 (Assigned): rb_iter_break_value
- Please check in.
-
12:36 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- I accept this patch for trunk, except that Hash(nil) should return an empty hash, not nil.
Matz. -
12:28 PM Bug #5540 (Rejected): Final comma in argument list before block causes syntax error
- Syntax error is intentional. It was caused by a 1.9.2 bug.
Matz. -
12:13 PM Feature #5861 (Rejected): String#version_compare
- Stringクラスのメソッドにする必然性はないように思います。バージョン的比較というのはそこまで一般的ではないような。
不満があれば、理由を添えて再オープンしてください。
Matz. -
11:52 AM Bug #5925 (Closed): Lazy initialization is not thread safe.
- This issue was solved with changeset r34364.
Xuân, thank you for reporting this issue.
Your contribution to Ruby is g... -
10:53 AM Bug #5925: Lazy initialization is not thread safe.
- On Tue, Jan 24, 2012 at 10:06:21AM +0900, Hiroshi Nakamura wrote:
>
> Issue #5925 has been updated by Hiroshi Nak... -
10:06 AM Bug #5925: Lazy initialization is not thread safe.
- =begin
I think the author expected that Hash#replace is thread-safe, and it surely is in CRuby. (see rescue for doub... -
05:39 AM Bug #5925 (Closed): Lazy initialization is not thread safe.
- Change http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/lib/uri/common.rb?r1=26887&r2=26888& introduced lazy initial...
-
07:21 AM Revision abd135d3 (git): * object.c (rb_Hash): fix mixed declaration and code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:28 AM Revision e187c4ca (git): * README.EXT, README.EXT.ja: rb_iter_break() and rb_iter_break_value().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:20 AM Revision 04726dd7 (git): * vm.c (rb_iter_break_value): new function to break a block with
- the value. [ruby-dev:45132] [Feature #5895]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34369 b2dd03c8-39d4-4... -
04:29 AM Revision d03199b6 (git): * object.c (rb_Hash): trivial optimization.
- * test/ruby/test_object.rb (TestObject#test_convert_hash): fix
arguments order.
git-svn-id: svn+ssh://ci.ruby-lang... -
04:02 AM Revision 498838c6 (git): * object.c (rb_Hash): add Kernel#Hash conversion method like
- Array() or Float(). a patch from Run Paint Run Run. Fix #3131
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34... -
04:00 AM Revision ac2683c8 (git): Additional test for r34358.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34366 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:52 AM Revision b9e48061 (git): * 2012-01-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 AM Revision edb7cdf1 (git): * lib/uri/common.rb (URI.encode_www_form_component): initialize on
- requiring to support JRuby, which runs parallel multithreads.
[ruby-core:42222] [Bug #5925]
* lib/uri/common.rb (U...
01/23/2012
-
05:12 PM Bug #5840 (Closed): URI::MailTo.build - 2 of 3 examples fail on 1.9.2/1.93
- This issue was solved with changeset r34360.
Tony, thank you for reporting this issue.
Your contribution to Ruby is g... -
04:56 PM Bug #5918 (Closed): IO.new accepts some conflicting binmode specifiers
- This issue was solved with changeset r34359.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
04:56 PM Bug #5917 (Closed): IO with :binmode => true should use binary encoding
- This issue was solved with changeset r34358.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
03:53 PM Feature #5789 (Closed): Optimize st_table
- Merged in r34309-r34314
-
03:33 PM Feature #5899 (Assigned): chaining comparsions.
-
03:30 PM Bug #5901 (Assigned): OpenBSD "[FATAL] failed to allocate memory"
-
03:29 PM Bug #5915 (Assigned): Array#join with explicit nil should not use $,
- Marc, thank you for clarification.
Marc-Andre Lafortune wrote:
> As Yui points out, the documentation doesn't sta... -
12:25 PM Revision e1fbcc4c (git): ChangeLog added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Revision 5de2c3c2 (git): Writing entire packet at once to avoid incomplete transmission
- Signed-off-by: URABE, Shyouhei <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34362 b2dd... -
11:47 AM Bug #5812: test-all is stuck on Windows
- Windowsのtest-allのパッチを作ってみました。検討をお願いします。
* TestThreadGroup#test_thread_timer_and_interrupt
GenerateConsoleCtrlEven... -
10:09 AM Bug #5924 (Closed): CGI::escape と CGI::unescape がエンコーディングを保存する事のテスト
- やりました。
また、ChangeLog に issue 番号を書き忘れたので、手動クローズです><
-
09:44 AM Bug #5924: CGI::escape と CGI::unescape がエンコーディングを保存する事のテスト
- ありがとうございます。
コミットお願いします。 -
08:51 AM Bug #5924 (Closed): CGI::escape と CGI::unescape がエンコーディングを保存する事のテスト
- CGI::escape と CGI::unescape がエンコーディングを保存するのは仕様だと思うので、
https://gist.github.com/1659425 このようなテストを追加しようと思っています。
よろしいです... -
09:19 AM Revision 3c0ebab6 (git): merge revision(s) r34350:
- * encoding.c (rb_enc_compatible): fix segv on symbols.
[ruby-core:42204] [Bug #5921]
git-svn-id: svn+ssh:... -
08:12 AM Revision 44d72332 (git): * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change of
- Ruby 1.9; use Array#join. [Bug #5840]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34360 b2dd03c8-39d4-4d8f-98f... -
07:56 AM Revision aa5b65b2 (git): * io.c (extract_binmode): raise an exception if binmode/textmode
- is specified with both vmode and opthash.
[ruby-core:42199] [Bug #5918]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
07:56 AM Revision e7d83904 (git): * io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specified
- with opthash. [ruby-core:42197] [Bug #5917]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34358 b2dd03c8-39d4-4d... -
02:19 AM Bug #5923 (Closed): YAML serialization of binary string broken with psych engine
-
12:29 AM Bug #5923: YAML serialization of binary string broken with psych engine
- My apologies, this issue has been fixed in 1.9.3-head. Awaiting a release!
-
12:14 AM Bug #5923 (Closed): YAML serialization of binary string broken with psych engine
- Using the psych engine in 1.9.3, some binary strings cannot be serialized. Instead, they result in a runtime error:
... - 01:09 AM Revision 4c9968c9 (git): * test/cgi/test_cgi_util.rb (test_cgi_escape_preserve_encoding):
- add a test for CGI::escape to preserve encoding.
* test/cgi/test_cgi_util.rb (test_cgi_unescape_preserve_encoding):
...
01/22/2012
-
11:13 PM Feature #5820: Merge Onigmo to Ruby 2.0
- Ken Takata wrote:
> Onigmo 5.13.0を公開しました。ONIG_SYNTAX_RUBYにて、/d で1.9仕様としています。
> tmp/ruby-2.0.xブランチも更新し、r34236もマージしてい... - 03:56 PM Revision ca516aad (git): * 2012-01-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:56 PM Revision e21d7c12 (git): * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
- to rdoc-mode.
* misc/rdoc-mode.el (rdoc-mode): Fix regexp patterns containing
"\s " where CR/LF is not supposed to... -
06:41 AM Revision bb19bcf9 (git): * parse.y (rb_intern3): split to registration check and new
- registration.
* parse.y (rb_intern_str): make interned string shared with the
given string.
git-svn-id: svn+ssh:/... - 06:23 AM Revision 2d87a5c1 (git): * 2012-01-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 AM Revision f1dc132b (git): * parse.y (rb_intern3, rb_intern_str): check the coderange first.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 AM Feature #5922: Migrate equal? to identical?
- +1
One could also be even more descriptive: "same_object?" -
01:36 AM Feature #5922 (Rejected): Migrate equal? to identical?
- From Ruby docs: "the equal? method should never be overridden by subclasses: it is used to determine object identity ...
-
02:23 AM Bug #5916: Ruby crashes
- On Sat, Jan 21, 2012 at 2:02 AM, Nobuyoshi Nakada <[email protected]>wrote:
>
> Issue #5916 has been updated... -
01:47 AM Bug #5915: Array#join with explicit nil should not use $,
- I feel that both Yui and John are right.
As Yui points out, the documentation doesn't state *explicitly* how `nil`...
01/21/2012
-
09:57 PM Bug #5921 (Closed): SEGV caused by Encoding.compatible? "abc", :abc
- This issue was solved with changeset r34350.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
04:21 PM Bug #5921: SEGV caused by Encoding.compatible? "abc", :abc
- And this also causes a SEGV:
ruby -v -e 're = Regexp.new("\xff".force_encoding("binary")); p Encoding.compatible? ... -
03:33 PM Bug #5921: SEGV caused by Encoding.compatible? "abc", :abc
- The following also causes a SEGV:
ruby -v -e 'sym = "\xff".force_encoding("binary").to_sym; p Encoding.compatible?... -
03:23 PM Bug #5921: SEGV caused by Encoding.compatible? "abc", :abc
- It also SEGVs on trunk.
-
03:22 PM Bug #5921 (Closed): SEGV caused by Encoding.compatible? "abc", :abc
- Calling Encoding.compatible? with a String and Symbol causes a SEGV.
Calling with two Symbols, a Symbol and Regexp... -
09:26 PM Bug #5920: Encoding.compatible? gives inconsistent results with String vs Encoding arguments
- It is intended.
The original meaning of Encoding.compatible?(str1, str2) is the encoding of concatenated string.
... -
01:45 PM Bug #5920 (Rejected): Encoding.compatible? gives inconsistent results with String vs Encoding arguments
- Is this a bug? If I pass two strings that have the same encodings as the Encoding instances I pass directly, I get di...
-
08:53 PM Feature #5877: Poor performance of initial and final UTF-8 substrings
- On 20/01/2012, at 1:08 PM, Motohiro KOSAKI wrote:
> Bug #5877: Poor performance of initial and final UTF-8 substrin... -
01:55 PM Bug #5915: Array#join with explicit nil should not use $,
- $, = nil
[1, 2, 3].join
$, = ","
[1, 2, 3].join(nil)
According to how #join is currently documented, these sh... -
01:53 PM Bug #5915: Array#join with explicit nil should not use $,
- On Fri, Jan 20, 2012 at 8:19 PM, Yui NARUSE <[email protected]> wrote:
> nil is not "", so there is no such docume... -
01:18 PM Bug #5915: Array#join with explicit nil should not use $,
- John Firebaugh wrote:
> The documentation for Array#join says that the default argument is $,. But:
>
> $, = ",... -
03:26 AM Bug #5915 (Closed): Array#join with explicit nil should not use $,
- =begin
The documentation for Array#join says that the default argument is $,. But:
$, = ","
[1,2,3].join(nil... -
01:21 PM Revision 86d4d104 (git): * include/ruby/ruby.h (FIXNUM_P): simple flag should be int.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:57 PM Revision b1428ace (git): * encoding.c (rb_enc_compatible): fix segv on symbols.
- [ruby-core:42204] [Bug #5921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34350 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:04 PM Bug #5919 (Closed): File singleton methods (expand_path, realpath, dirname, basename, extname) should respect encodings
- パス名を扱うFileの特異メソッドで引数のパスのエンコーディングが無視されています。
-
11:52 AM Feature #5820: Merge Onigmo to Ruby 2.0
- Onigmo 5.13.0を公開しました。ONIG_SYNTAX_RUBYにて、/d で1.9仕様としています。
tmp/ruby-2.0.xブランチも更新し、r34236もマージしています。(masterブランチにはr34236を... -
10:57 AM Bug #5918 (Closed): IO.new accepts some conflicting binmode specifiers
- =begin
Accepted: "wb" + :binmode => false
Accepted: "wt" + :textmode => false
These should not be accepted becau... -
10:02 AM Bug #5916 (Rejected): Ruby crashes
- Markus Fenske wrote:
> /home/iblue/.rvm/gems/ruby-1.9.3-p0/gems/json-1.6.1/lib/json/common.rb:66: [BUG] unknown type... -
06:43 AM Bug #5916 (Rejected): Ruby crashes
- I tried to run a rails project. It chrashes. The bug is reproduceable (at least on my system).
Steps to reproduce:... -
08:03 AM Bug #5917 (Closed): IO with :binmode => true should use binary encoding
- =begin
Binary mode sets the external encoding to binary when specified via the mode string, but not when specified b... - 02:43 AM Revision c8f98a75 (git): * 2012-01-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:43 AM Revision c3d6f8d7 (git): * dir.c (dir_chdir, check_dirname): get rid of optimization-out.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
01/20/2012
-
09:48 PM Feature #5903: Optimize st_table (take 2)
- I've updated pool_allocation patch to use more efficient pool algorithm.
No separate commit, I just rewrite branch. -
09:29 PM Bug #5914: Calling extend with an anonymous module requires use of parentheses
- On Fri, Jan 20, 2012 at 08:52:08PM +0900, Юрий Соколов wrote:
> When you call without parentheses, then block `do` ... -
08:53 PM Bug #5914: Calling extend with an anonymous module requires use of parentheses
- When you call without parentheses, then block `do` is going to `extend`
method, but not `Module.new`
2012/1/2... -
07:58 PM Bug #5914 (Rejected): Calling extend with an anonymous module requires use of parentheses
- =begin
Given Ruby 2.0.0dev, 1.9.3 or 1.8.7 and this code:
class Dude
def initialize
extend Module... -
08:51 PM Bug #5913 (Closed): CGI.escape cannot escape a string with invalid byte sequence.
- r34346 で修正しました。
-
07:38 PM Bug #5913: CGI.escape cannot escape a string with invalid byte sequence.
- はい、お願いします。
-
05:44 PM Bug #5913: CGI.escape cannot escape a string with invalid byte sequence.
- 新しいパッチを作りました。
https://gist.github.com/1646162
これで問題なければ、コミットします。良いですか? -
05:11 PM Bug #5913: CGI.escape cannot escape a string with invalid byte sequence.
- バグじゃないかと思います。
パッチについては、String#valid_encoding? は文字列スキャンが走るので、
常時 ASCII-8BIT を設定して戻したほうがいいんじゃないかと思います。 -
04:58 PM Bug #5913 (Closed): CGI.escape cannot escape a string with invalid byte sequence.
- 不正なバイト列を持つ文字列を CGI.escape に渡すと ArgumentError が起きます。
$ .prefix/bin/ruby -rcgi -ve 'p CGI.escape("\xC0<<".force_enco... -
05:02 PM Feature #5820: Merge Onigmo to Ruby 2.0
- Ken Takata wrote:
> 私としては、せっかく (?au) を入れたので使えないのはもったいないなと思います。Perlの他にはPythonでも /u 相当が使えることですし需要はあるでしょう。
> /u がぶつかる問... -
03:07 PM Bug #5912 (Closed): Interpreter crashes when trying to invoke implicit block via Binding#eval
- Here's how to reproduce the problem:
[1] pry(main)> def foo
[1] pry(main)* binding
[1] pry(main)* end
=> ni... -
02:56 PM Bug #5790 (Closed): net/http の EOFError と Keep-Alive
- This issue was solved with changeset r34341.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... -
02:56 PM Bug #5813 (Closed): net/http's EOFError and Keep-Alive
- This issue was solved with changeset r34341.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr... - 11:51 AM Revision 338a3073 (git): * ChangeLog: insert redmine's issue number for the previous commit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:48 AM Revision ce8d368b (git): * lib/cgi/util.rb (CGI.escape): support a string with invalid byte
- sequence.
* test/cgi/test_cgi_util.rb
(test_cgi_escape_with_invalid_byte_sequence): test for the above
change.
... -
11:08 AM Feature #5877: Poor performance of initial and final UTF-8 substrings
- You didn't write gist url. I haven't catch your point.
-
10:24 AM Feature #5877 (Feedback): Poor performance of initial and final UTF-8 substrings
-
10:23 AM Bug #5884 (Rejected): Float::NAN and 0.0/0.0 is represented differently when packed with 'g'
-
08:39 AM Revision 587135e9 (git): * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.
- * vm_insnhelper.c (vm_call_cfunc): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34345 b2dd03c8-39d4-4d8f... - 08:27 AM Revision 6c027618 (git): * 2012-01-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:27 AM Revision a903f89a (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enabled the test too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:27 AM Revision 2f56b9ab (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_set_program_name): enabled the test too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:56 AM Revision d02b0d95 (git): * 2012-01-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision bee7ccdd (git): * lib/net/http.rb (Net::HTTP#transport_request): retry a idempotent
- request automatically. [ruby-dev:45030] [Bug #5790]
[ruby-core:41821] [Bug #5813]
* lib/net/http.rb (Net::HTTP#kee... -
03:09 AM Bug #5906: CSV converter option fails in case of :date_time
- I've added a failing test to confirm this.
Also available in: Atom