From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55800) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j54CF-0004UE-4w for guix-patches@gnu.org; Fri, 21 Feb 2020 04:02:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j54CA-0006xv-EL for guix-patches@gnu.org; Fri, 21 Feb 2020 04:02:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40401) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j54CA-0006xg-B2 for guix-patches@gnu.org; Fri, 21 Feb 2020 04:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j54CA-000485-9a for guix-patches@gnu.org; Fri, 21 Feb 2020 04:02:02 -0500 Subject: [bug#38408] [PATCH v9 3/8] Added Guile-Semver as a dependency to guix Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <8a86631d201313b1da427a5ceb2ca5f201e6546c.1580817140.git.mjbecze@riseup.net> <20200217100345.GI1968@E5400> <87wo8l702y.fsf@gnu.org> <874kvld2bl.fsf@gnu.org> Date: Fri, 21 Feb 2020 10:01:39 +0100 In-Reply-To: (Martin Becze's message of "Thu, 20 Feb 2020 11:54:47 -0500") Message-ID: <87sgj4nwjw.fsf@gnu.org> 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: Martin Becze Cc: 38408@debbugs.gnu.org, Efraim Flashner , jsoo1@asu.edu Hi Martin, Martin Becze skribis: > +(module-autoload! (current-module) > + '(semver) '(string->semver)) > +(module-autoload! (current-module) > + '(semver ranges) '(string->semver-range semver-range-contains?)) Sounds good. Could you please squash it with the commit that adds support for semver? Also, we may want to add guile-semver to =E2=80=98dependencies=E2=80=99 in =E2=80=98compiled-guix=E2=80=99 in (guix self). That way, a pulled guix wi= ll have guile-semver available, and thus =E2=80=98guix import crate=E2=80=99 will w= ork out of the box. Thanks, Ludo=E2=80=99.