From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1drRAv-0006zR-IJ for guix-patches@gnu.org; Mon, 11 Sep 2017 12:03:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1drRAs-0003I2-Dy for guix-patches@gnu.org; Mon, 11 Sep 2017 12:03:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53320) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1drRAs-0003Hy-B4 for guix-patches@gnu.org; Mon, 11 Sep 2017 12:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1drRAs-0007AP-3C for guix-patches@gnu.org; Mon, 11 Sep 2017 12:03:02 -0400 Subject: [bug#28377] [PATCH 07/10] system: Serialize the UUID type in the "parameters" file. Resent-Message-ID: Date: Mon, 11 Sep 2017 18:02:03 +0200 From: Danny Milosavljevic Message-ID: <20170911180203.17688088@scratchpost.org> In-Reply-To: <20170906221756.17024-7-ludo@gnu.org> References: <20170906221756.17024-1-ludo@gnu.org> <20170906221756.17024-7-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 > - ;; TODO: Preserve the type of UUID. > - (uuid-bytevector uuid)) > + `(uuid ,(uuid-type uuid) ,(uuid-bytevector uuid))) Ah okay. LGTM!