From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41092) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jC7qh-0004Su-Mw for guix-patches@gnu.org; Wed, 11 Mar 2020 16:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jC7qg-0000vM-Pf for guix-patches@gnu.org; Wed, 11 Mar 2020 16:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49628) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jC7qg-0000vE-MH for guix-patches@gnu.org; Wed, 11 Mar 2020 16:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jC7qg-0000nm-Hs for guix-patches@gnu.org; Wed, 11 Mar 2020 16:21:02 -0400 Subject: [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix Resent-Message-ID: From: Martin Becze References: <8a86631d201313b1da427a5ceb2ca5f201e6546c.1580817140.git.mjbecze@riseup.net> <20200217100345.GI1968@E5400> <87wo8l702y.fsf@gnu.org> <874kvld2bl.fsf@gnu.org> <87sgj4nwjw.fsf@gnu.org> <8453e3ce-bc5a-3bb3-1bfb-deaca7ca11d3@riseup.net> Message-ID: <6386cf3e-1156-8d09-a264-cacbb4935f03@riseup.net> Date: Wed, 11 Mar 2020 16:20:27 -0400 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38408@debbugs.gnu.org, Efraim Flashner , jsoo1@asu.edu This seems stuck again. Is there anymore to do or discuss with this patch? Thanks! On 2/23/20 4:05 PM, Martin Becze wrote: > Ok here is a correct version, I addded guile3.0-semver and used that in > (guix self) instead of guile-semver. Let me know if this works! Cheers! > > On 2/21/20 11:25 AM, Martin Becze wrote: >> >> >> On 2/21/20 4:01 AM, Ludovic Courtès wrote: >>> Hi Martin, >> >>> Sounds good.  Could you please squash it with the commit that adds >>> support for semver? >> >> Squashed and attached as >> v10-0002-guix-import-crate-Use-semver-to-resovle-module-v.patch >> >>> Also, we may want to add guile-semver to ‘dependencies’ in >>> ‘compiled-guix’ in (guix self).  That way, a pulled guix will have >>> guile-semver available, and thus ‘guix import crate’ will work out of >>> the box. >> >> I added that it is attached as >> v10-0008-guix-self-added-guile-semver-as-a-depenedency.patch >> But I'm not sure how to test guix pull to see if it correctly brought >> in guile-semver!