From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] 11 little Ruby gems. Date: Tue, 6 Oct 2015 14:25:18 -0400 Message-ID: References: <5613E0C7.1020607@uq.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37370) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjX3D-0001AD-MH for guix-devel@gnu.org; Tue, 06 Oct 2015 14:33:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjX39-00061Y-Li for guix-devel@gnu.org; Tue, 06 Oct 2015 14:33:23 -0400 Received: from mail-yk0-f170.google.com ([209.85.160.170]:35678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjX39-00061K-IM for guix-devel@gnu.org; Tue, 06 Oct 2015 14:33:19 -0400 Received: by ykdz138 with SMTP id z138so211893382ykd.2 for ; Tue, 06 Oct 2015 11:33:19 -0700 (PDT) In-Reply-To: <5613E0C7.1020607@uq.edu.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ben Woodcroft Cc: guix-devel On Tue, Oct 6, 2015 at 10:55 AM, Ben Woodcroft wrote: > > Stupidly not being aware of this thread I believe I've got ruby-yard > packaged without disabling tests just now, by packaging rspec-2 (and > skipping the 2 remaining failing tests that write to /homeless-shelter). I > think that issue on github might be incorrect (there's no rspec 2.14.3 on > rubygems only 2.14.1 which seems to work for me). It actually means 4 new > rspec-2 packages in total, there's no dependency issues beyond rspec I don't > think. Would you like me to send patches? My suspicion is that there might > be other packages that rely on rspec-2 out there, but that's just a hunch > more than anything. Since you've already got it packaged, then I think we should do that. The migration from Rspec 2 -> 3 is nontrivial so I won't be surprised if we run into other gems that use Rspec 2. Regarding the /homeless-shelter thing, you should be able to make those tests pass by creating some directory in the source tree and set HOME to it. In short, yes, your patches are very welcome. Thanks! - Dave