From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:45239) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHOk7-0006se-F5 for guix-patches@gnu.org; Thu, 26 Mar 2020 05:24:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHOk6-0007Ib-IR for guix-patches@gnu.org; Thu, 26 Mar 2020 05:24:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52125) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHOk6-0007IX-Fc for guix-patches@gnu.org; Thu, 26 Mar 2020 05:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHOk6-0003BV-Bk for guix-patches@gnu.org; Thu, 26 Mar 2020 05:24:02 -0400 Subject: [bug#34638] [PATCH v2 1/4] utils: Add #:base-directory to call-with-temporary-directory. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875zt9go87.fsf@cbaines.net> <20190419140427.15183-1-mail@cbaines.net> Date: Thu, 26 Mar 2020 10:22:59 +0100 In-Reply-To: <20190419140427.15183-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 19 Apr 2019 15:04:24 +0100") Message-ID: <87lfnneah8.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain 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: 34638@debbugs.gnu.org Hello, Christopher Baines skribis: > This allows more easily creating temporary directories within a specific > directory. This is motivated by using this in inferior-eval-with-store. > > * guix/utils.scm (call-with-temporary-directory): Add optional keyword > argument, base-directory. LGTM.