From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (8.12.3+3.5Wbeta/8.12.6/Debian-8) with ESMTP id h7FABYGc025778; Fri, 15 Aug 2003 19:11:34 +0900 Received: from funfun.nagaokaut.ac.jp (funfun.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with SMTP id 4AB5D58BF; Fri, 15 Aug 2003 19:17:17 +0900 (JST) Received: from helium.ruby-lang.org (helium.ruby-lang.org [210.251.121.214]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 6A58863004D; Fri, 15 Aug 2003 19:17:15 +0900 (JST) Received: from helium.ruby-lang.org (localhost [127.0.0.1]) by helium.ruby-lang.org (Postfix) with ESMTP id E7090A79; Fri, 15 Aug 2003 19:17:14 +0900 (JST) Received: from moulon.inra.fr (moulon.inra.fr [138.102.114.1]) by helium.ruby-lang.org (Postfix) with ESMTP id CDF8949 for ; Fri, 15 Aug 2003 19:17:12 +0900 (JST) Received: from moulon.inra.fr (localhost [127.0.0.1]) by moulon.inra.fr (8.10.1/8.10.1) with ESMTP id h7FAH8t15512 for ; Fri, 15 Aug 2003 12:17:08 +0200 (MET DST) Received: (from decoux@localhost) by moulon.inra.fr (8.10.1/8.10.1) id h7FAH8a15508; Fri, 15 Aug 2003 12:17:08 +0200 (MET DST) Date: Fri, 15 Aug 2003 19:17:14 +0900 Posted: Fri, 15 Aug 2003 12:17:08 +0200 (MET DST) From: ts Reply-To: ruby-core@ruby-lang.org Subject: Re: _id2ref bug? (another break) To: ruby-core@ruby-lang.org Cc: ruby-core@ruby-lang.org Message-Id: <200308151017.h7FAH8a15508@moulon.inra.fr> In-Reply-To: <200308150335.h7F3ZVPL019823@sharui.nakada.kanuma.tochigi.jp> (nobu.nokada@softhome.net) References: <20030814094459.1c21fa19.rpav@users.sf.net> <1060880235.666474.27392.nullmailer@picachu.netlab.jp> <20030814110915.31f8f04d.rpav@users.sf.net> <1060906889.631559.29136.nullmailer@picachu.netlab.jp> <20030814193740.3a5948e1.rpav@users.sf.net> <200308150335.h7F3ZVPL019823@sharui.nakada.kanuma.tochigi.jp> X-ML-Name: ruby-core X-Mail-Count: 01424 X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]; post only (only members can post) X-ML-Info: If you have a question, send e-mail with the body "help" (without quotes) to the address ruby-core-ctl@ruby-lang.org; help= Precedence: bulk List-Id: ruby-core.ruby-lang.org List-Software: fml [fml 4.0.3 release (20011202/4.0.3)] List-Post: List-Owner: List-Help: List-Unsubscribe: X-Virus-Scanned: by AMaViS perl-10 >>>>> "n" == nobu nokada writes: n> BUILTIN_TYPE 63 is T_NODE, which must not appear in Ruby. Try n> with changing the patched line as following. I find this strange and I see only 2 possibilities : * he make something strange in his module * he has a bug Can I see the complete source of his module ? Guy Decoux