From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdbWt-0006vL-9L for guix-patches@gnu.org; Thu, 12 Jul 2018 09:21:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdbWp-0002Ih-1M for guix-patches@gnu.org; Thu, 12 Jul 2018 09:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdbWo-0002IN-Ul for guix-patches@gnu.org; Thu, 12 Jul 2018 09:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fdbWo-0001L5-Pl for guix-patches@gnu.org; Thu, 12 Jul 2018 09:21:02 -0400 Subject: bug#32111: daemon store names can't start with a dot Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20180710124355.12754-1-clement@lassieur.org> <20180710191839.bujbi5ekprczypwv@abyayala> <87o9fenbd0.fsf@lassieur.org> <87va9kx2w3.fsf@gnu.org> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <87va9kx2w3.fsf@gnu.org> Date: Thu, 12 Jul 2018 15:20:23 +0200 Message-ID: <8736wo3814.fsf@lassieur.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= , bug-guix@gnu.org Cc: Nils Gillmann , 32111-done@debbugs.gnu.org Ludovic Court=C3=A8s writes: > 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 = should > 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 de= pending > on the version of the daemon in use. > > WDYT? Okay, let's abandon this then :-) CCing bug-guix because I still think it's a bug; please close it if you disagree. Cl=C3=A9ment