From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_MED,SPF_PASS,T_DKIM_INVALID, T_RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 2A6EB1FA7B for ; Fri, 16 Jun 2017 13:29:10 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 6E8281207F3; Fri, 16 Jun 2017 22:29:07 +0900 (JST) Received: from o1678916x28.outbound-mail.sendgrid.net (o1678916x28.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id E730F1207EB for ; Fri, 16 Jun 2017 22:29:04 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=kTVeYVHPUVCkrdi/v79rQl515gk=; b=lXY5WLCeN2PPWHxtJZ NXiH5kOAhYA9uIYCoVuY+tayQ8XXphQzWdYP1Z8Be3XJ9RgWhRPwS6tr3SaYWhjW AwwHI3Tf63/HnPwDAwqwCbKHkDVNhjkeHTFZLOigfeTXhc7y6gPgkGVr/In6T4gi zT7fASzH0gvf5tQ2QY34WkvUE= Received: by filter0838p1mdw1.sendgrid.net with SMTP id filter0838p1mdw1-10951-5943DD1A-5 2017-06-16 13:28:58.097777678 +0000 UTC Received: from herokuapp.com (ec2-54-204-162-80.compute-1.amazonaws.com [54.204.162.80]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id OL0IuRKlTbSK1unzs1Clww for ; Fri, 16 Jun 2017 13:28:58.146 +0000 (UTC) Date: Fri, 16 Jun 2017 13:28:58 +0000 From: zn@mbf.nifty.com To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 56740 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS79muW392fMEirnW4qi75DE4/+wUE9VnVeWZd +rTH7+tUx2MuNql8rrUKfRIJ3njtUeBIl7Pzst3/IJ1GiIhMqE/nbifzX6sjZ1kqONgK2SxmPQT0pS rwnxbt/wqpvzuj2VSWi7YnwRo3iAqNqJJiLH X-ML-Name: ruby-core X-Mail-Count: 81711 Subject: [ruby-core:81711] [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 updated by znz (Kazuhiro NISHIYAMA). Closed ticket should not be reused. Please open new ticket. ---------------------------------------- Feature #12739: deprecate_constant :Fixnum, :Bignum https://bugs.ruby-lang.org/issues/12739#change-65409 * Author: znz (Kazuhiro NISHIYAMA) * Status: Closed * Priority: Normal * Assignee: * Target version: ---------------------------------------- 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/