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 533711F55B for ; Thu, 11 Jun 2020 18:36:38 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id A54E5120975; Fri, 12 Jun 2020 03:36: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 2B556120971 for ; Fri, 12 Jun 2020 03:36:05 +0900 (JST) Received: by filter0072p3las1.sendgrid.net with SMTP id filter0072p3las1-4518-5EE279AD-34 2020-06-11 18:36:29.367747188 +0000 UTC m=+260827.114791692 Received: from herokuapp.com (unknown) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id aBULYDLuQRiyo4LyenEJzw for ; Thu, 11 Jun 2020 18:36:29.313 +0000 (UTC) Date: Thu, 11 Jun 2020 18:36:29 +0000 (UTC) From: Greg.mpls@gmail.com Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 74536 X-Redmine-Project: ruby-master X-Redmine-Issue-Tracker: Bug X-Redmine-Issue-Id: 16953 X-Redmine-Issue-Author: MSP-Greg X-Redmine-Sender: MSP-Greg 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?M4W5dkI32Qt1AHWPzmUKqncwpr1RYzW=2Fh5io+QGCFbqFUGDYslG8SP5BKHXnOe?= =?us-ascii?Q?k8r5jhGUJyoyj0oAgOnIZYzFRDluaEj6SWJKuNq?= =?us-ascii?Q?oAf59uK0I3nAkNMWO77lqcbzg1Y8GlO9HewqoxZ?= =?us-ascii?Q?5pV=2FJ0RjwdwngJcOfbpnmTw05x4H9da0TA5KqII?= =?us-ascii?Q?zotGZpquNe426iTdBTyBIoYvJHzz35aU0uQ=3D=3D?= To: ruby-core@ruby-lang.org X-ML-Name: ruby-core X-Mail-Count: 98745 Subject: [ruby-core:98745] [Ruby master Bug#16953] Windows bash bin files removed in master 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 #16953 has been reported by MSP-Greg (Greg L). ---------------------------------------- Bug #16953: Windows bash bin files removed in master https://bugs.ruby-lang.org/issues/16953 * Author: MSP-Greg (Greg L) * Status: Open * Priority: Normal * ruby -v: ruby 2.8.0dev (2020-06-11T15:55:31Z master 631c01f5ae) [x64-mingw32] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- Master is not creating bash bin files for Windows builds, only files with extensions cmd or bat. Although running Ruby from a bash shell in Windows is probably uncommon, some repo's CI can only be run from a bash shell. A good example is Bundler. With a correctly setup bash shell, it passes with Ruby 2.4 thru master. See https://github.com/MSP-Greg/rubygems/actions/runs/131762536 At present, I'm adding the files to ruby-loco's mingw & mswin builds (and also changing `#!/usr/bin/env ruby` to `#! ruby`), but having them installed natively would be helpful. -- https://bugs.ruby-lang.org/