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=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,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 3C42D1F4B4 for ; Fri, 25 Dec 2020 09:33:01 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 1BACA120A8F; Fri, 25 Dec 2020 18:32:08 +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 457F81209E9 for ; Fri, 25 Dec 2020 18:32:06 +0900 (JST) Received: by filterdrecv-p3mdw1-7474cd8bfd-lzn2n with SMTP id filterdrecv-p3mdw1-7474cd8bfd-lzn2n-17-5FE5B1C2-1C 2020-12-25 09:32:50.987208279 +0000 UTC m=+1247444.628895442 Received: from herokuapp.com (unknown) by geopod-ismtpd-6-5 (SG) with ESMTP id vWERH8giSg6ZUlp_HicPWg for ; Fri, 25 Dec 2020 09:32:50.937 +0000 (UTC) Date: Fri, 25 Dec 2020 09:32:51 +0000 (UTC) From: naruse@airemix.jp Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 77597 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 17468 X-Redmine-Issue-Author: naruse X-Redmine-Sender: naruse 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?UqoG4vcRhHM9V1I4f4J7DhjzUfTg+8muXbMD6UD+LVTvuaqqv1Dodeb5om0lTJ?= =?us-ascii?Q?8ZCH=2FG8UXMvSfTegeY1efu=2FGrJMvEeE=2FfMPzxrC?= =?us-ascii?Q?WbzX7Y+0HwLCzRKXIibQNkKcbGC6czmf=2FJ8JfAy?= =?us-ascii?Q?X0vytUrZ+rCPX5bYHVkZT8=2FWAMOMzVLPm3uhOrL?= =?us-ascii?Q?QQBnoAPdNObjTQVKpptgdyU0AmmETTjRVvAO8D1?= =?us-ascii?Q?g=2Fm0huYx9oheZTxE4=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 101695 Subject: [ruby-core:101695] [Ruby master Bug#17468] Deprecate RUBY_DEVEL 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 #17468 has been reported by naruse (Yui NARUSE). ---------------------------------------- Bug #17468: Deprecate RUBY_DEVEL https://bugs.ruby-lang.org/issues/17468 * Author: naruse (Yui NARUSE) * Status: Open * Priority: Normal * Target version: 3.1 * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Some configuration of Ruby use RUBY_DEVEL, which depends PATCH_LEVEL. But depending PATCH_LEVEL causes issues which will become revealed on the final release. Though we release some previews and RCs, they don't contributes the quality around RUBY_DEVEL. Therefore to ensure CI tests the quality of the final release, we need to deprecate RUBY_DEVEL. -- https://bugs.ruby-lang.org/