[#39548] [Bug #2291] Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる — Akira Matsuda <redmine@...>

Bug #2291: Net::FTPでソケットをオープンする前にbinary=を呼び出すと落ちる

10 messages 2009/10/27

[#39592] infinite recursive call to C function — Yusuke ENDOH <mame@...>

遠藤です。

17 messages 2009/10/30
[#39596] Re: infinite recursive call to C function — Yukihiro Matsumoto <matz@...> 2009/10/30

まつもと ゆきひろです

[#39599] Re: infinite recursive call to C function — Nobuyoshi Nakada <nobu@...> 2009/11/02

なかだです。

[#39601] Re: infinite recursive call to C function — Yukihiro Matsumoto <matz@...> 2009/11/02

まつもと ゆきひろです

[ruby-dev:39585] Re: [ruby-cvs:32774] Ruby:r25556 (trunk): * array.c (rb_ary_to_ary): do not use #respond_to? to detect

From: Yukihiro Matsumoto <matz@...>
Date: 2009-10-30 07:04:00 UTC
List: ruby-dev #39585
まつもと ゆきひろです

In message "Re: [ruby-dev:39584] Re: [ruby-cvs:32774] Ruby:r25556 (trunk): * array.c (rb_ary_to_ary): do not use #respond_to? to detect"
    on Fri, 30 Oct 2009 15:12:02 +0900, Nobuyoshi Nakada <nobu@ruby-lang.org> writes:

|At Thu, 29 Oct 2009 13:55:12 +0900 (JST),
|matz@ruby-lang.org wrote in [ruby-cvs:32774]:
|>     * eval.c (rb_check_funcall): new function with method existence
|>       check.  returns Qundef when the method does not exist.
|
|この変更で、to_aryやto_str内部でのNoMethodErrorがわからなくなっ
|ています。

|ついでに、-dをつけたときの警告の山もあまり嬉しくありません。

|--- vm_eval.c	(revision 25565)
|+++ vm_eval.c	(working copy)

気にはなっていたので、歓迎します。コミットしてください。

In This Thread