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 (smtp.nagaokaut.ac.jp [133.44.2.24]) by blade.nagaokaut.ac.jp (Postfix) with ESMTP id B040A1AE0273 for ; Thu, 8 Sep 2016 23:10:52 +0900 (JST) Received: from voscc.nagaokaut.ac.jp (voscc.nagaokaut.ac.jp [133.44.1.100]) by kankan.nagaokaut.ac.jp (Postfix) with ESMTP id 9975FB5D9B4 for ; Thu, 8 Sep 2016 23:43:23 +0900 (JST) Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by voscc.nagaokaut.ac.jp (Postfix) with ESMTP id 964D618CC80E for ; Thu, 8 Sep 2016 23:43:24 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 321F4120461; Thu, 8 Sep 2016 23:43:23 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o10.shared.sendgrid.net (o10.shared.sendgrid.net [173.193.132.135]) by neon.ruby-lang.org (Postfix) with ESMTPS id BDB8B120450 for ; Thu, 8 Sep 2016 23:43:19 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=kH4emYfrWheRQKhruzLy0KMp1/s=; b=K1E/xXX+nPqaA+xnnM 44e3Zw8NqMzyOXey8yT6NrDDQ+QIFb02YZpbTlOimURWSqDa7pRpKJMdiSR6dk4B Pj2oo3DAVnMElL9Qxisox2WO8zkCeb1CpXwiuQEr56HS6yl/Qw1H11J8H8aV1fjf RutP5XGH/Hg1R/XEL9iyhVE30= Received: by filter0444p1mdw1.sendgrid.net with SMTP id filter0444p1mdw1.11707.57D178EA99 2016-09-08 14:42:50.770218036 +0000 UTC Received: from herokuapp.com (ec2-54-226-38-172.compute-1.amazonaws.com [54.226.38.172]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id duEJtrKMTNKgzTqLBxmesg for ; Thu, 08 Sep 2016 14:42:50.732 +0000 (UTC) Date: Thu, 08 Sep 2016 14:42:50 +0000 From: zn@mbf.nifty.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 52017 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 12739 X-Redmine-Issue-Author: znz X-Redmine-Sender: znz X-Mailer: Redmine X-Redmine-Host: bugs.ruby-lang.org X-Redmine-Site: Ruby Issue Tracking System X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-SG-EID: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS57EeBQcknZeDuVE9Ktj9y9HOebJzp0kM6pCE Do9c1Z3fXD7q9H5gA5hoShD4bUzxA3uEpBgo95UgCkMP6kdOpkxXNB1b4PeGRYXlgrbn8mjluS5Qs+ 4cJ0HIhvDwk9WlnptZR1R1lEeDUZz786ZI8W X-ML-Name: ruby-core X-Mail-Count: 77219 Subject: [ruby-core:77219] [Ruby trunk Feature#12739] deprecate_constant :Fixnum, :Bignum X-BeenThere: ruby-core@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Ruby developers List-Id: Ruby developers List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ruby-core-bounces@ruby-lang.org Sender: "ruby-core" Issue #12739 has been reported by Kazuhiro NISHIYAMA. ---------------------------------------- Feature #12739: deprecate_constant :Fixnum, :Bignum https://bugs.ruby-lang.org/issues/12739 * Author: Kazuhiro NISHIYAMA * Status: Open * Priority: Normal * Assignee: ---------------------------------------- How about `class Object; deprecate_constant :Fixnum, :Bignum; end`? * naruse supports: https://twitter.com/nalsh/status/773800491671101441 * akr objects: https://twitter.com/tanaka_akr/status/773817391218249729 I don't mind either way. Do you have any comment about it? -- https://bugs.ruby-lang.org/