From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id C4F901F4B4 for ; Thu, 17 Dec 2020 13:24:56 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 42929120ACA; Thu, 17 Dec 2020 22:24:07 +0900 (JST) Received: from xtrwkhkc.outbound-mail.sendgrid.net (xtrwkhkc.outbound-mail.sendgrid.net [167.89.16.28]) by neon.ruby-lang.org (Postfix) with ESMTPS id AB0BD120910 for ; Thu, 17 Dec 2020 22:24:04 +0900 (JST) Received: by filterdrecv-p3mdw1-7474cd8bfd-p89p8 with SMTP id filterdrecv-p3mdw1-7474cd8bfd-p89p8-18-5FDB5BFF-1D 2020-12-17 13:24:15.422950845 +0000 UTC m=+570124.387364909 Received: from herokuapp.com (unknown) by geopod-ismtpd-5-7 (SG) with ESMTP id pPDGqit_RzKnnAUSFbI9KA for ; Thu, 17 Dec 2020 13:24:15.350 +0000 (UTC) Date: Thu, 17 Dec 2020 13:24:15 +0000 (UTC) From: nobu@ruby-lang.org Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Redmine-MailingListIntegration-Message-Ids: 77366 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17403 X-Redmine-Issue-Author: nobu X-Redmine-Sender: nobu 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: =?us-ascii?Q?q8Dly+pU2+3ektTtZVXgZtbJPXwqo7p86jCsvYTW4BxNAZFrXBMz7Nd6ern39C?= =?us-ascii?Q?btrtjlfNKlQ3pXI9yZoskfkDaaTPJxD7BwYKOOG?= =?us-ascii?Q?f87LScJAVWU95QCN7r=2F5XiFDVRfGGZBP08JK0eL?= =?us-ascii?Q?z5rPnv6oA6G66zqDAO=2FTi2=2FakCXJuk6qB4s0Dqc?= =?us-ascii?Q?Lp34dXB6k40XLF7ndOouxgDI7OC9jtIzNcaSZRK?= =?us-ascii?Q?UZ=2F8FU3GG28EZHFAQ=3D?= To: ruby-dev@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-dev X-Mail-Count: 50978 Subject: [ruby-dev:50978] [Ruby master Bug#17403] Remove Fixnum and Bignum X-BeenThere: ruby-dev@ruby-lang.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: "Ruby developers \(Japanese\)" List-Id: "Ruby developers \(Japanese\)" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: ruby-dev-bounces@ruby-lang.org Sender: "ruby-dev" Issue #17403 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Bug #17403: Remove Fixnum and Bignum https://bugs.ruby-lang.org/issues/17403 * Author: nobu (Nobuyoshi Nakada) * Status: Open * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- They are warned as deprecated since 2.4. As deprecated warnings are not shown by default since 2.7.2, I think we should clean up longstanding warnings. https://github.com/ruby/ruby/pull/3927 -- https://bugs.ruby-lang.org/