From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=58166 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF8bW-0007mt-3H for qemu-devel@nongnu.org; Thu, 20 May 2010 12:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF8bO-0005zs-PH for qemu-devel@nongnu.org; Thu, 20 May 2010 12:28:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7659) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF8bO-0005zj-FC for qemu-devel@nongnu.org; Thu, 20 May 2010 12:28:06 -0400 Date: Thu, 20 May 2010 13:27:58 -0300 From: Luiz Capitulino Message-ID: <20100520132758.0435264e@redhat.com> In-Reply-To: <4BF55B42.7060802@codemonkey.ws> References: <1274303733-3700-1-git-send-email-lcapitulino@redhat.com> <1274303733-3700-3-git-send-email-lcapitulino@redhat.com> <4BF45BCF.5090300@codemonkey.ws> <20100520104433.1be3167c@redhat.com> <4BF55231.8020208@redhat.com> <20100520122532.0e20ee7c@redhat.com> <4BF5548B.1000505@redhat.com> <20100520123539.73268691@redhat.com> <4BF55B42.7060802@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/6] json-lexer: Handle missing escapes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , aliguori@us.ibm.com, qemu-devel@nongnu.org On Thu, 20 May 2010 10:54:42 -0500 Anthony Liguori wrote: > On 05/20/2010 10:35 AM, Luiz Capitulino wrote: > >> I meant that we're just accepting some invalid JSON and that's not a big > >> deal. > >> > > It can become a big deal if clients rely on it and for some reason we > > decide we should drop it. Ie. after QMP is declared stable such changes > > won't be allowed. > > > > Clients should only rely on standard JSON. Anything else is a bug in > the client. I feel this is like a trap, why exposing it if don't want clients to use them?