From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43254) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2o0U-0004cG-8D for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:48:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2o0T-0005Vl-7C for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:48:54 -0400 Received: from mail-ea0-x22c.google.com ([2a00:1450:4013:c01::22c]:48588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2o0T-0005Vg-1I for qemu-devel@nongnu.org; Fri, 26 Jul 2013 15:48:53 -0400 Received: by mail-ea0-f172.google.com with SMTP id q10so1743888eaj.17 for ; Fri, 26 Jul 2013 12:48:52 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51F2D290.3040806@redhat.com> Date: Fri, 26 Jul 2013 21:48:32 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1374842387-17146-1-git-send-email-armbru@redhat.com> <1374842387-17146-5-git-send-email-armbru@redhat.com> <51F29620.9090108@redhat.com> <87ob9pqfpi.fsf@blackfin.pond.sub.org> In-Reply-To: <87ob9pqfpi.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 4/9] qapi.py: Decent syntax error reporting List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: aliguori@us.ibm.com, akong@redhat.com, qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com Il 26/07/2013 21:33, Markus Armbruster ha scritto: > > Do we even want to allow TABs in the schema files? Right now, they are > > tab-free; if you error out here instead of futzing with tab width, we > > could forcefully maintain that property. > > I'm not volunteering for the TAB police, but if y'all want the parser to > reject TABs, I can do that. No, please don't. TAB is whitespace in JSON, and should be whitespace in schema files. Paolo