From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27284: Memory leak in 'guix pull' or 'make' in guix source Date: Wed, 20 Sep 2017 22:12:08 +0200 Message-ID: <87shfhruxz.fsf@gnu.org> References: <20170608083935.izw747zaetkaxv4o@abyayala> <87poamv2i7.fsf@gnu.org> <87y3paccu5.fsf@gmail.com> <878th9tx3k.fsf@gnu.org> <87shfhcjgk.fsf@gmail.com> 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]:48965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dulMl-0005oo-1H for bug-guix@gnu.org; Wed, 20 Sep 2017 16:13:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dulMk-0007gf-4K for bug-guix@gnu.org; Wed, 20 Sep 2017 16:13:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:41861) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dulMk-0007gX-0g for bug-guix@gnu.org; Wed, 20 Sep 2017 16:13:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87shfhcjgk.fsf@gmail.com> (Maxim Cournoyer's message of "Wed, 20 Sep 2017 14:29:15 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer Cc: 27284@debbugs.gnu.org Maxim Cournoyer skribis: > How do we instruct Guile to evaluate rather than compile? I don't think > I've ever experimented with this yet! Simply by not compiling things (which includes passing --no-auto-compile.) Ludo=E2=80=99.