From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdXAv-0003ep-DF for guix-patches@gnu.org; Thu, 12 Jul 2018 04:42:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdXAo-0003vO-6F for guix-patches@gnu.org; Thu, 12 Jul 2018 04:42:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48394) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdXAo-0003uh-3E for guix-patches@gnu.org; Thu, 12 Jul 2018 04:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdXAn-0007jc-OI for guix-patches@gnu.org; Thu, 12 Jul 2018 04:42:01 -0400 Subject: [bug#32111] [PATCH] daemon: Allow store names to start with a dot. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180710124355.12754-1-clement@lassieur.org> <20180710191839.bujbi5ekprczypwv@abyayala> <87o9fenbd0.fsf@lassieur.org> Date: Thu, 12 Jul 2018 10:41:00 +0200 In-Reply-To: <87o9fenbd0.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Tue, 10 Jul 2018 21:23:39 +0200") Message-ID: <87va9kx2w3.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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32111@debbugs.gnu.org, Nils Gillmann Hello Cl=C3=A9ment, Cl=C3=A9ment Lassieur skribis: > Nils Gillmann writes: > >> Hi, >> >> Can you provide some context why this is necessary, maybe even >> in the commit message? > > It's necessary when you want to package a program whose source looks > like file:///home/foo/.bar. I=E2=80=99d rather not make this kind of change. In general, I think we sh= ould be very conservative about changes to the daemon and its protocol, because that=E2=80=99s the common denominator of all the versions of Guix. If we change something like it, then we=E2=80=99ll get subtle breakage depe= nding on the version of the daemon in use. WDYT? Ludo=E2=80=99.