From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33135) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drR0H-00027E-IC for guix-patches@gnu.org; Mon, 11 Sep 2017 11:52:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drR0E-0005s9-El for guix-patches@gnu.org; Mon, 11 Sep 2017 11:52:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53291) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drR0E-0005rr-CB for guix-patches@gnu.org; Mon, 11 Sep 2017 11:52:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drR0E-0006sK-1i for guix-patches@gnu.org; Mon, 11 Sep 2017 11:52:02 -0400 Subject: [bug#28377] [PATCH 02/10] file-systems: Add UUID type dictionaries. Resent-Message-ID: Date: Mon, 11 Sep 2017 17:50:52 +0200 From: Danny Milosavljevic Message-ID: <20170911175052.072dfa7a@scratchpost.org> In-Reply-To: <20170906221756.17024-2-ludo@gnu.org> References: <20170906221756.17024-1-ludo@gnu.org> <20170906221756.17024-2-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 28377@debbugs.gnu.org > +(define %uuid-parsers > + (vhashq > + ('dce 'ext2 'ext3 'ext4 'btrfs 'luks => string->dce-uuid) > + ('iso9660 => string->iso9660-uuid))) No fat32? Otherwise LGTM!