From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: proposal: with-file-writeable Date: Wed, 14 Feb 2018 14:51:08 +0100 Message-ID: <87k1vfsmr7.fsf@gnu.org> References: 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]:46615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elxSp-0002iR-Na for guix-devel@gnu.org; Wed, 14 Feb 2018 08:51:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elxSp-00086F-3q for guix-devel@gnu.org; Wed, 14 Feb 2018 08:51:11 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:55752) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1elxSo-000861-Sa for guix-devel@gnu.org; Wed, 14 Feb 2018 08:51:11 -0500 In-Reply-To: (=?utf-8?Q?=22G=C3=A1bor?= Boskovits"'s message of "Sat, 10 Feb 2018 22:50:04 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel G=C3=A1bor Boskovits skribis: > the make-file-writeable function seems a bit too imperative to me, it wou= ld > look better if we could have a with-file-writeable function, so that we c= an > constrain the size effect, and more. Moreover if a file is read-only to > start with, it might be a good idea to keep it that way anyways. WDYT? Which =E2=80=98make-file-writeable=E2=80=99 function? I don=E2=80=99t see = it in master. Ludo=E2=80=99.