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=-2.6 required=3.0 tests=AWL,BAYES_00, DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY 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 2B0181F4B4 for ; Wed, 14 Oct 2020 09:31:48 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 674181209E3; Wed, 14 Oct 2020 18:31: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 51C671209C2 for ; Wed, 14 Oct 2020 18:31:05 +0900 (JST) Received: by filterdrecv-p3las1-68f969d758-56dj4 with SMTP id filterdrecv-p3las1-68f969d758-56dj4-19-5F86C57B-26 2020-10-14 09:31:39.54614223 +0000 UTC m=+121743.538348622 Received: from herokuapp.com (unknown) by geopod-ismtpd-4-4 (SG) with ESMTP id pLTztW-SQx218l3nbIV21g for ; Wed, 14 Oct 2020 09:31:39.293 +0000 (UTC) Date: Wed, 14 Oct 2020 09:31:39 +0000 (UTC) From: eregontp@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 76264 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Misc X-Redmine-Issue-Id: 17200 X-Redmine-Issue-Author: mame X-Redmine-Sender: Eregon 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?KippOI8ZHtTweq7XfQzW93937kJ4QNWwSBuHnaMEcr1XWvKkkd912J9UfzqT8Z?= =?us-ascii?Q?SeGfG1s2kwwLX1vzIkhjRhOfHXwUr39gebpKwdq?= =?us-ascii?Q?TDMRQBMufD=2FT664R0YR1rhoNj5e29ZNuglUeiLS?= =?us-ascii?Q?13x2Sfvr9PUQgfHS9vDg8WHo=2FfZ8qSGjUdFRLm9?= =?us-ascii?Q?71zdVOjUs8cxZUrKIMvEaYl+Ss2TJcivDbspFi5?= =?us-ascii?Q?us69dYs+gGNdEZz6U=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 100399 Subject: [ruby-core:100399] [Ruby master Misc#17200] DevelopersMeeting20201026Japan 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 #17200 has been updated by Eregon (Benoit Daloze). * [Feature #17259] Kernel#warn should ignore :90: warning: message` instead of `calling_file.rb:42: warning: message`. * https://github.com/ruby/ruby/pull/3647 fixes it, OK to merge? * Also, RubyGems redefines Kernel#warn for skipping RubyGems' require. That redefinition caused various incompatibilities. If we ignore `