From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56435) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9v09-0001dR-U8 for guix-patches@gnu.org; Sun, 14 May 2017 11:00:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9v06-0003HJ-U7 for guix-patches@gnu.org; Sun, 14 May 2017 11:00:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42210) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9v06-0003Gr-QJ for guix-patches@gnu.org; Sun, 14 May 2017 11:00:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9v06-000130-CW for guix-patches@gnu.org; Sun, 14 May 2017 11:00:02 -0400 Subject: bug#26339: [PATCH v4 2/7] bootloader: Adapt vm to new bootloader API. Resent-Message-ID: Date: Sun, 14 May 2017 16:59:27 +0200 From: Danny Milosavljevic Message-ID: <20170514165927.2708bd7a@scratchpost.org> In-Reply-To: <87d1bbwos0.fsf@gnu.org> References: <20170514074803.25556-1-m.othacehe@gmail.com> <20170514074803.25556-3-m.othacehe@gmail.com> <87d1bbwos0.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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 26339@debbugs.gnu.org On Sun, 14 May 2017 15:28:47 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > I suggest avoiding dots in identifiers (RnRS Scheme does not allow it > because it can conflict with the dot notation for pairs.) Use a hyphen > instead. ... oops. My fault for suggesting it. I didn't have practical problems wi= th dots before and some parts in Guix already use the dot (latest-kernel.org-release, package definitions and the previous bootloader= that's in master for a long time). But good to know. I shall use no dots in identifiers in the future. Any p= reference of how to name derivations?