From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drRCs-0008FK-A0 for guix-patches@gnu.org; Mon, 11 Sep 2017 12:05:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drRCo-00048s-SD for guix-patches@gnu.org; Mon, 11 Sep 2017 12:05:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53325) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drRCo-00048n-Me for guix-patches@gnu.org; Mon, 11 Sep 2017 12:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drRCo-0007DL-F7 for guix-patches@gnu.org; Mon, 11 Sep 2017 12:05:02 -0400 Subject: [bug#28377] [PATCH 02/10] file-systems: Add UUID type dictionaries. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170906221756.17024-1-ludo@gnu.org> <20170906221756.17024-2-ludo@gnu.org> <20170911175052.072dfa7a@scratchpost.org> Date: Mon, 11 Sep 2017 18:04:18 +0200 In-Reply-To: <20170911175052.072dfa7a@scratchpost.org> (Danny Milosavljevic's message of "Mon, 11 Sep 2017 17:50:52 +0200") Message-ID: <87377t8bnh.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: Danny Milosavljevic Cc: 28377@debbugs.gnu.org Hi Danny, Danny Milosavljevic skribis: >> +(define %uuid-parsers >> + (vhashq >> + ('dce 'ext2 'ext3 'ext4 'btrfs 'luks =3D> string->dce-uuid) >> + ('iso9660 =3D> string->iso9660-uuid))) > > No fat32? Yes, because we don=E2=80=99t have a FAT32 parser currently, only a printer (=E2=80=98fat32-uuid->string=E2=80=99). > Otherwise LGTM! Thanks for reviewing this! Ludo=E2=80=99.