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-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,URIBL_GREY shortcircuit=no autolearn=no 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 9A2451F670 for ; Thu, 10 Mar 2022 20:38:42 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 51DFB120B83; Fri, 11 Mar 2022 05:38:40 +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 02D0B120B67 for ; Fri, 11 Mar 2022 05:38:37 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sendgrid.me; h=from:references:subject:mime-version:content-type: content-transfer-encoding:list-id:to; s=smtpapi; bh=zJWWDHS5iH9Tqux+84ilHMP/9d4todJfJryF3Miwd54=; b=yB5AmBXpikMWmGsgSnD/aFxpUVMfVTuv3pgU9oKsXwgckpnghNYQHaCqzLq9ngiZ/XpV UhTK/WlvjiooyjgMeLySWs8liT7yWYEbPDnRNc8RVh/qK6A2EAbV3P8wXEBMbGRwHWEeAH mUr31yLkZMy1RZfhPXYjJQamXZxp2rlhs= Received: by filterdrecv-7bf5c69d5-m2pn4 with SMTP id filterdrecv-7bf5c69d5-m2pn4-1-622A61CB-42 2022-03-10 20:38:35.91467352 +0000 UTC m=+16409853.570308203 Received: from herokuapp.com (unknown) by ismtpd0173p1mdw1.sendgrid.net (SG) with ESMTP id bvD1hAz2Qietrgi4YiAdnQ for ; Thu, 10 Mar 2022 20:38:35.796 +0000 (UTC) Date: Thu, 10 Mar 2022 20:38:35 +0000 (UTC) From: "jeremyevans0 (Jeremy Evans)" Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Feature X-Redmine-Issue-Id: 17403 X-Redmine-Issue-Author: nobu X-Redmine-Sender: jeremyevans0 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-Redmine-MailingListIntegration-Message-Ids: 84173 X-SG-EID: =?us-ascii?Q?zy3UxWTRryXcrjCh7SV39ZkShJ1PHkEOmoUEekBgd8G8RAJk=2FsUOlbLwuWEoNU?= =?us-ascii?Q?BxG3BBFmcsr21OPpQwa7zNRSwswJm1szgMd841w?= =?us-ascii?Q?HPqc4OMkATfEcO6M0yxbi0XaFoiAZVcEqphbuf=2F?= =?us-ascii?Q?I0HttYSmvDQd9UWcBedH888vd5+fAAJb7uo+ZME?= =?us-ascii?Q?8mNJC51GYJ2Ix=2F8DSxoNLPD1UQ+3yIDLd+tNT1N?= =?us-ascii?Q?h9HRIS+SdjzE=2F=2FtQvgxfCJ9tzeFXmSzJF9nMe6l?= =?us-ascii?Q?5Nz=2Ftcp4076yRBqHXIoCg=3D=3D?= To: ruby-dev@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-dev X-Mail-Count: 51169 Subject: [ruby-dev:51169] [Ruby master Feature#17403] Remove Fixnum and Bignum X-BeenThere: ruby-dev@ruby-lang.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Ruby developers \(Japanese\)" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Reply-To: "Ruby developers \(Japanese\)" Errors-To: ruby-dev-bounces@ruby-lang.org Sender: "ruby-dev" Issue #17403 has been updated by jeremyevans0 (Jeremy Evans). Status changed from Open to Closed Fixnum and Bignum were removed in commit:40e7aefebad412bde50fa9bdadcc8405f7605355 ---------------------------------------- Feature #17403: Remove Fixnum and Bignum https://bugs.ruby-lang.org/issues/17403#change-96773 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal ---------------------------------------- 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/