From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVGiR-0003r5-7U for guix-patches@gnu.org; Wed, 12 Jul 2017 08:26:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVGiQ-0000nf-1E for guix-patches@gnu.org; Wed, 12 Jul 2017 08:26:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60399) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVGiP-0000nE-T2 for guix-patches@gnu.org; Wed, 12 Jul 2017 08:26:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVGiP-0000Rb-OC for guix-patches@gnu.org; Wed, 12 Jul 2017 08:26:01 -0400 Subject: [bug#27663] [PATCH] database: Fix typo. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170712081112.22783-1-m.othacehe@gmail.com> Date: Wed, 12 Jul 2017 14:25:48 +0200 In-Reply-To: <20170712081112.22783-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Wed, 12 Jul 2017 10:11:11 +0200") Message-ID: <87zic9depf.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: Mathieu Othacehe Cc: 27663@debbugs.gnu.org Mathieu Othacehe skribis: > * src/cuirass/database.scm (db-get-stamp, db-add-stamp): Replace #:id > by #:name. There is no #:id in specifications. Plus, the primary key > of Specifications is #:name. Good catch, go for it! BTW, while you=E2=80=99re at it ;-), would you mind opening a ticket on Sav= annah asking them to send us commit notifications for Cuirass to guix-commits? Thanks, Ludo=E2=80=99.