From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 2/2] services: Add 'cuirass-service'. Date: Sun, 6 Nov 2016 14:16:36 +0100 Message-ID: <20161106131636.GA27084@solar> References: <20161026130558.31924-1-mthl@gnu.org> <20161026130558.31924-3-mthl@gnu.org> <20161027002236.GA13596@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33551) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3NJW-0000Up-FV for guix-devel@gnu.org; Sun, 06 Nov 2016 08:16:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3NJT-0003kn-CM for guix-devel@gnu.org; Sun, 06 Nov 2016 08:16:46 -0500 Received: from mailrelay2.public.one.com ([91.198.169.125]:49639) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3NJS-0003jn-W8 for guix-devel@gnu.org; Sun, 06 Nov 2016 08:16:43 -0500 Content-Disposition: inline In-Reply-To: <20161027002236.GA13596@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Leo Famulari Cc: guix-devel@gnu.org On Wed, Oct 26, 2016 at 08:22:36PM -0400, Leo Famulari wrote: > What does it mean for the specifications to be "re-added"? Can you > clarify this in the docs? I think this is a bug :-) The specifications are stored in a database, and they may appear multiple times, leading to duplicate evaluations. I think the database should be set up in a way that these duplicate entries do not occur. Then one also would not need to distinguish between the first time the service is called and later times. Andreas