From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:54058) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j4iKN-0006Hc-Cx for guix-patches@gnu.org; Thu, 20 Feb 2020 04:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j4iKM-00009v-Ch for guix-patches@gnu.org; Thu, 20 Feb 2020 04:41:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:37872) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j4iKM-00009r-9T for guix-patches@gnu.org; Thu, 20 Feb 2020 04:41:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j4iKM-00059X-8Z for guix-patches@gnu.org; Thu, 20 Feb 2020 04:41: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> Date: Thu, 20 Feb 2020 10:40:14 +0100 In-Reply-To: (Martin Becze's message of "Tue, 18 Feb 2020 04:30:37 -0500") Message-ID: <874kvld2bl.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 Becze skribis: > I'm looking at guile-charting now, and i don't understand how it is > being used as a soft dependency. in guix/scripts/size.scm line 195 it > is getting used with "(module-autoload!"... is that it? Yes, exactly. The thing is, Guile-Charting is not used at all unless one passes the =E2=80=98--map-file=E2=80=99 option to =E2=80=98guix size=E2= =80=99. Ludo=E2=80=99.