From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] 11 little Ruby gems. Date: Sat, 19 Sep 2015 08:54:58 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43901) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdHfS-0006VX-7g for guix-devel@gnu.org; Sat, 19 Sep 2015 08:55:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdHfP-0006a5-1X for guix-devel@gnu.org; Sat, 19 Sep 2015 08:55:02 -0400 Received: from mail-yk0-f177.google.com ([209.85.160.177]:35567) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdHfO-0006Zw-UV for guix-devel@gnu.org; Sat, 19 Sep 2015 08:54:58 -0400 Received: by ykdu9 with SMTP id u9so68723197ykd.2 for ; Sat, 19 Sep 2015 05:54:58 -0700 (PDT) In-Reply-To: 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: Ricardo Wurmus Cc: guix-devel Hey Ricardo, On Wed, Sep 16, 2015 at 5:12 AM, Ricardo Wurmus wrote: > Hi Guix, > > attached are a couple of patches that resulted from a recent attempt to > traverse the dependency graph for a dependency of some tool I wanted to > package. > > I=E2=80=99m not happy with =E2=80=980007-gnu-Add-ruby-rb-fsevent.patch=E2= =80=99 because it is to > be used on a Mac OSX, but unfortunately this is a required input for > a more general file system library that is in my pipeline. > > I=E2=80=99m also not happy with disabling tests for =E2=80=98ruby-yard=E2= =80=99, but I didn=E2=80=99t > find a way to make them pass. I pushed the first 6 patches with only a couple of minor comment/description tweaks. Still need to look into what can be done about patch 7 and the test suite for yard. Thanks! - Dave