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.9 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 9AB061F4B4 for ; Sun, 4 Apr 2021 22:59:02 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 2AEC4120CDD; Mon, 5 Apr 2021 07:57:58 +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 5F562120CD0 for ; Mon, 5 Apr 2021 07:57:56 +0900 (JST) Received: by filterdrecv-p3las1-699f5f7ff5-z8fck with SMTP id filterdrecv-p3las1-699f5f7ff5-z8fck-19-606A44AB-1C 2021-04-04 22:58:51.849203155 +0000 UTC m=+1052745.543801589 Received: from herokuapp.com (unknown) by ismtpd0195p1mdw1.sendgrid.net (SG) with ESMTP id t6cOjh-UTd6k2HtYnmMWCQ for ; Sun, 04 Apr 2021 22:58:51.727 +0000 (UTC) Date: Sun, 04 Apr 2021 22:58:51 +0000 (UTC) From: usa@garbagecollect.jp Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 79260 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16846 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: usa 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?9Ij0W+xF+66shKwcOf8RvdqxJGkEJjaCZuueI4cieuDJzYqVTQ4VmfkbVb3DTg?= =?us-ascii?Q?5=2FIxXSLM8QTWziGIGRlfHnPgXnMwwPGJsrt9nhH?= =?us-ascii?Q?wBRAolBvZ6gJx8gMZWK4=2FOPOxmYNAjIef5A1TSR?= =?us-ascii?Q?1eceZC+gZMkZwK187HbZOBULLx0eFuhT=2FPPjRPm?= =?us-ascii?Q?MYn7MKFG7CnrRiGfnJfyS2zN6jsROs=2FtcDD7Hyx?= =?us-ascii?Q?y29GBQSfFCrjfhQbA=3D?= To: ruby-core@ruby-lang.org X-Entity-ID: b/2+PoftWZ6GuOu3b0IycA== X-ML-Name: ruby-core X-Mail-Count: 103217 Subject: [ruby-core:103217] [Ruby master Bug#16846] Commit - win32ole: separate global variable declarations and definitions - backport? 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 #16846 has been updated by usa (Usaku NAKAMURA). Backport changed from 2.5: DONTNEED, 2.6: REQUIRED, 2.7: DONE to 2.5: DONTNEED, 2.6: DONE, 2.7: DONE ruby_2_6 r67919 merged revision(s) a0bc3f2a1c2c98f225612101cb4e1ea1a6813546,75a0447c15a7ab017bd4240c2a9cc69b134b80b9,f1699314147bad2cf5550cc582693424fdbc2510. ---------------------------------------- Bug #16846: Commit - win32ole: separate global variable declarations and definitions - backport? https://bugs.ruby-lang.org/issues/16846#change-91292 * Author: MSP-Greg (Greg L) * Status: Closed * Priority: Normal * Backport: 2.5: DONTNEED, 2.6: DONE, 2.7: DONE ---------------------------------------- The below commit fixes building win32ole using MinGW gcc 10.1.0. New Ruby releases (patch/teeny) are normally done with a current MSYS2 installation, so backporting this would be helpful for 2.5, 2.6, & 2.7. Not sure about the status of 2.5... Commit win32ole: separate global variable declarations and definitions https://github.com/ruby/ruby/commit/f1699314147bad2cf5550cc582693424fdbc2510 -- https://bugs.ruby-lang.org/