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 000851AE0272 for ; Sat, 10 Sep 2016 13:00:51 +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 B4E33B5D88B for ; Sat, 10 Sep 2016 13:33:20 +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 41D4218CC810 for ; Sat, 10 Sep 2016 13:33:21 +0900 (JST) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 047771204D7; Sat, 10 Sep 2016 13:33:20 +0900 (JST) X-Original-To: ruby-core@ruby-lang.org Delivered-To: ruby-core@ruby-lang.org Received: from o2.heroku.sendgrid.net (o2.heroku.sendgrid.net [67.228.50.55]) by neon.ruby-lang.org (Postfix) with ESMTPS id 8C8F51204B8 for ; Sat, 10 Sep 2016 13:33:17 +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=bPemESJuR6e9zft2Y8ilYZ72Lbw=; b=i1TO3Dqo9WzbWrzYuS rfgIXiEzJV3fVA0vgZg9OhW2dgSvwrgRvdgtW6j24OjBSlzvcH/PH6qK6Yr6FhFI iblJvzkMtrlS6yShVPGmXFt0iRBgGwGYL7dqM0HimV38FHDUpvcbmSlKegWbmbmh Iw5HJR9BHVVghFlpOKT/CEiZE= Received: by filter0555p1mdw1.sendgrid.net with SMTP id filter0555p1mdw1.22684.57D38D0531 2016-09-10 04:33:09.801702679 +0000 UTC Received: from herokuapp.com (ec2-54-144-97-83.compute-1.amazonaws.com [54.144.97.83]) by ismtpd0001p1iad1.sendgrid.net (SG) with ESMTP id s0iBSBX_R5mdac0wZZp90w for ; Sat, 10 Sep 2016 04:33:09.709 +0000 (UTC) Date: Sat, 10 Sep 2016 04:33:09 +0000 From: nobu@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 52039 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 12739 X-Redmine-Issue-Author: znz 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: ync6xU2WACa70kv/Ymy4QrNMhiuLXJG8OTL2vJD1yS6ZSHQbCUEtD6m8KTgNX6ECXecobGYBB2CPJL 1r8JwGkHGojdC+XCHntgPy74MuCDSgoVSP6BGICaQ+HBTQitd9kFcQ6Cu6ox9llEziJXzxM32sYSVy LUnmPp45PlW1R3RzA1Q9iIsRCwcLbeu7BzdKJz3fW6uD4vBCM1ZiCf16Fw== X-ML-Name: ruby-core X-Mail-Count: 77240 Subject: [ruby-core:77240] [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 Nobuyoshi Nakada. I tried [this], found rake defines `Fixnum::MAX` which seems useless, and submitted a [PR] to rake. But it fails on ruby 2.2 or earlier, due to incompatibility of Bundler 1.13.0. [this]: https://github.com/ruby/ruby/compare/trunk...nobu:feature/12739-deprecate-fixnum-bignum [PR]: https://github.com/ruby/rake/pull/160 ---------------------------------------- Feature #12739: deprecate_constant :Fixnum, :Bignum https://bugs.ruby-lang.org/issues/12739#change-60464 * 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/