From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS4713 221.184.0.0/13 X-Spam-Status: No, score=-3.0 required=3.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,SPF_PASS,T_DKIM_INVALID shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from neon.ruby-lang.org (neon.ruby-lang.org [221.186.184.75]) by dcvr.yhbt.net (Postfix) with ESMTP id 022D9202DD for ; Tue, 11 Jul 2017 03:34:55 +0000 (UTC) Received: from neon.ruby-lang.org (localhost [IPv6:::1]) by neon.ruby-lang.org (Postfix) with ESMTP id 16DD4120751; Tue, 11 Jul 2017 12:34:52 +0900 (JST) Received: from o1678948x4.outbound-mail.sendgrid.net (o1678948x4.outbound-mail.sendgrid.net [167.89.48.4]) by neon.ruby-lang.org (Postfix) with ESMTPS id 85DFB120730 for ; Tue, 11 Jul 2017 12:34:50 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=sendgrid.me; h=from:to:references:subject:mime-version:content-type:content-transfer-encoding:list-id; s=smtpapi; bh=K0skuZDMCZYlDJorUVHPzQtpPQ0=; b=yJ8Poxy2CxrTlDUdHW BI+AIf6p0S5sm7p1gm4tqt9clUbiDQRHV0pYhzrkTDH9wHtxGNcofiRT9CLgFBtg lyBulFYefjgw1sff9jqgTZRXmiOGS0VONYjCDQECw56d8EugfhmGMofW+X4dOhjM HjnACLCrms+v7SGtU6MSAmnY8= Received: by filter1127p1mdw1.sendgrid.net with SMTP id filter1127p1mdw1-1251-59644756-17 2017-07-11 03:34:46.8178887 +0000 UTC Received: from herokuapp.com (ec2-107-20-46-219.compute-1.amazonaws.com [107.20.46.219]) by ismtpd0003p1iad1.sendgrid.net (SG) with ESMTP id KGCos7YmTYeviEGyZ9L06Q Tue, 11 Jul 2017 03:34:46.732 +0000 (UTC) Date: Tue, 11 Jul 2017 03:34:47 +0000 (UTC) From: hsbt@ruby-lang.org To: ruby-core@ruby-lang.org Message-ID: References: Mime-Version: 1.0 X-Redmine-MailingListIntegration-Message-Ids: 57031 X-Redmine-Project: ruby-trunk X-Redmine-Issue-Id: 12733 X-Redmine-Issue-Author: hsbt X-Redmine-Issue-Assignee: hsbt X-Redmine-Sender: hsbt 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/Ymy4QrNMhiuLXJG8OTL2vJD1yS74RF7hPKyeLYg4j6LCtD97VTYk3BaIjIQ7Z3 DVPd7UR9GAR1Rk+dYbztwtzgywm5VGjwRMpSfjReaIv3qVrqijKBoDX5ljBxwPlMVy6H6e1rx1nVfS cRo7KmZnNV16p207AewMPwD/cXApdhO056ceN/PzRV8woOCgk9C1C3wpgQ== X-ML-Name: ruby-core X-Mail-Count: 81996 Subject: [ruby-core:81996] [Ruby trunk Feature#12733] Bundle bundler to ruby core 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 #12733 has been updated by hsbt (Hiroshi SHIBATA). I added `test-bundler` task to my experimental branch. https://github.com/ruby/ruby/pull/1536/commits/5aa6d9a4340f8e6a54c9411e56c835c7f026abe3 It install rspec under the $(srcdir)/.bundle directory and use it by bundler test. But many of examples still failed. I'm going to investigate and fix it. ---------------------------------------- Feature #12733: Bundle bundler to ruby core https://bugs.ruby-lang.org/issues/12733#change-65728 * Author: hsbt (Hiroshi SHIBATA) * Status: Assigned * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: 2.5 ---------------------------------------- rubygems team has plan to migrate bundler into rubygems at rubygems 3.0. ref. https://github.com/rubygems/rubygems/issues/1681 In current status, rubygems only use `Bundler` module on test suites. But we should track rubygems upstream step by step. I propose to bundle bundler for stdlib as default gem on ruby core repository. but we have some consideration. such as * bundler uses rspec for test suites. How to use rspec on ruby core repository? * Who are maintain bundler on ruby core repository? This issue is epic topic. Please comment your concerns or idea. -- https://bugs.ruby-lang.org/