From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: poffice@blade.nagaokaut.ac.jp Delivered-To: poffice@blade.nagaokaut.ac.jp Received: from kankan.nagaokaut.ac.jp (kankan.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id E459E17C3608 for ; Tue, 6 Sep 2011 07:42:53 +0900 (JST) Received: from funfun.nagaokaut.ac.jp (smtp.nagaokaut.ac.jp [133.44.2.201]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id EF07AEA675C for ; Tue, 6 Sep 2011 07:48:49 +0900 (JST) Received: from localhost (localhost.nagaokaut.ac.jp [127.0.0.1]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 2F7A38FC26 for ; Tue, 6 Sep 2011 07:48:50 +0900 (JST) X-Virus-Scanned: amavisd-new at funfun.nagaokaut.ac.jp Received: from funfun.nagaokaut.ac.jp ([127.0.0.1]) by localhost (funfun.nagaokaut.ac.jp [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AwAmUOA4VvMW for ; Tue, 6 Sep 2011 07:48:50 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by funfun.nagaokaut.ac.jp (Postfix) with ESMTP id 0F18E8FC22 for ; Tue, 6 Sep 2011 07:48:50 +0900 (JST) Received: from carbon.ruby-lang.org (carbon.ruby-lang.org [221.186.184.68]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id B0649952428 for ; Tue, 6 Sep 2011 07:48:48 +0900 (JST) Received: from beryllium.ruby-lang.org (beryllium.ruby-lang.org [127.0.0.1]) by carbon.ruby-lang.org (Postfix) with ESMTP id 55E6A3C21EB68; Tue, 6 Sep 2011 07:48:35 +0900 (JST) Received: from mail-yx0-f178.google.com (mail-yx0-f178.google.com [209.85.213.178]) by carbon.ruby-lang.org (Postfix) with ESMTP id 783083C227265 for ; Tue, 6 Sep 2011 07:47:20 +0900 (JST) Received: by yxl31 with SMTP id 31so2859589yxl.37 for ; Mon, 05 Sep 2011 15:47:18 -0700 (PDT) Received: by 10.236.168.99 with SMTP id j63mr20331126yhl.19.1315262838663; Mon, 05 Sep 2011 15:47:18 -0700 (PDT) Received: by 10.147.39.13 with HTTP; Mon, 5 Sep 2011 15:46:58 -0700 (PDT) Delivered-To: ruby-core@ruby-lang.org Date: Tue, 6 Sep 2011 07:48:24 +0900 Posted: Tue, 6 Sep 2011 07:46:58 +0900 From: KOSAKI Motohiro Reply-To: ruby-core@ruby-lang.org Subject: [ruby-core:39290] Re: [Ruby 1.9 - Bug #3422][Closed] Object.const_get(:A, false) can access BasicObject::A To: ruby-core@ruby-lang.org Message-Id: In-Reply-To: References: X-ML-Name: ruby-core X-Mail-Count: 39290 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= X-Spam-Checker-Version: SpamAssassin 3.1.7-deb3 (2006-10-05) on carbon.ruby-lang.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=7.0 tests=ARIN,BAYES_50, CONTENT_TYPE_PRESENT,QENCPTR2 autolearn=disabled version=3.1.7-deb3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=anbwL6Zp18LAi6MsvXERvbPQq+bXpGT4YXOafm0GnJQ=; b=nnLcohoHknqc1GuX6j5AUARCzaOBQpEQD/qEP6zmgyaMuokmc+OzARBenLv9rdA6YR FqZyl+Rzhqt5C+eMrX+uO4gZisPsG+feUyafRIA1HUmdYH/WV9kl1z7jKtJSW9/Z1qyF bHqL1nIIAPVJT/nWltAbrzO89VgSnujACteEw= Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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: >> > Why is this issue closed? Is the current behaviour acceptable? >> >> Can you still reproduce this issue? >> > > Not the original issue. But it seemed to me that this issue was left > open because it introduced other problems (discussed above). Now that > this one has closed, I'm wondering what happened to this new issue? As Yui explained, nobu fixed and commited it into ruby_1_9_3 branch. so I'm not thinking the regression above discussed disappeared. If you run latest ruby_1_9_3 branch and find any issue, please let us know asap. Thank you for paying attention our bugfixes effort.