From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Y4V-0007fl-8X for qemu-devel@nongnu.org; Fri, 27 Jun 2014 11:28:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Y4P-00071I-32 for qemu-devel@nongnu.org; Fri, 27 Jun 2014 11:28:15 -0400 Received: from lputeaux-656-01-25-125.w80-12.abo.wanadoo.fr ([80.12.84.125]:45932 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Y4O-00070Y-UI for qemu-devel@nongnu.org; Fri, 27 Jun 2014 11:28:09 -0400 Date: Fri, 27 Jun 2014 17:28:01 +0200 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20140627152801.GB8597@irqsave.net> References: <1403876514-4637-1-git-send-email-benoit.canet@irqsave.net> <1403876514-4637-2-git-send-email-benoit.canet@irqsave.net> <8761jmtmee.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <8761jmtmee.fsf@blackfin.pond.sub.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3] qapi: skip redundant includes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: =?iso-8859-1?Q?Beno=EEt?= Canet , kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com The Friday 27 Jun 2014 =E0 17:14:33 (+0200), Markus Armbruster wrote : > Beno=EEt Canet writes: >=20 > > The purpose of this change is to help create a json file containing > > common definitions; each bit of generated C code must be emitted > > only one time. > > > > A second history global to all QAPISchema instances has been added > > to detect when a file is included more than one time and skip these > > includes. > > It does not act as a stack and the changes made to it by the > > __init__ function are propagated back to the caller so it's really > > a global state. > > > > Signed-off-by: Benoit Canet >=20 > Committed a couple of weeks ago as 24fd848. Yes I took a git send-email line in my bash history and forgot to remove = a directory to send while adding one another. Best regards Beno=EEt