From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51487) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnoOf-0003xl-86 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:39:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnoOd-0008Rr-C6 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:39:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48598) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnoOc-0008RB-EC for guix-patches@gnu.org; Sun, 27 Jan 2019 12:39:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gnoOc-0004aG-8J for guix-patches@gnu.org; Sun, 27 Jan 2019 12:39:02 -0500 Subject: [bug#34222] [PATCH 11/15] gnu: Add ruby-cliver. Resent-Message-ID: References: <87y376ghl0.fsf@cbaines.net> <20190127170820.28937-1-mail@cbaines.net> <20190127170820.28937-11-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190127170820.28937-11-mail@cbaines.net> Date: Sun, 27 Jan 2019 18:38:26 +0100 Message-ID: <87sgxerofh.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 34222@debbugs.gnu.org Christopher Baines writes: > Requirement of ruby-parser. > > * gnu/packages/ruby.scm (ruby-cliver): New variable. [=E2=80=A6] > + (arguments > + '(#:phases > + (modify-phases %standard-phases > + ;; Avoid this issue with rspec@2 > + ;; NoMethodError: undefined method `last_comment' > + (replace 'check > + (lambda* (#:key tests? #:allow-other-keys) > + (when tests? > + (invoke "rspec")) > + #t))))) > + (native-inputs > + `(("bundler" ,bundler) > + ("ruby-rspec" ,ruby-rspec-2))) Is this a problem that would disappear when using a later version of Rspec? -- Ricardo