From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51925 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF85D-000632-MI for qemu-devel@nongnu.org; Thu, 20 May 2010 11:54:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF858-0000o3-KB for qemu-devel@nongnu.org; Thu, 20 May 2010 11:54:51 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:48728) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OF858-0000ns-DF for qemu-devel@nongnu.org; Thu, 20 May 2010 11:54:46 -0400 Received: by vws1 with SMTP id 1so3860040vws.4 for ; Thu, 20 May 2010 08:54:45 -0700 (PDT) Message-ID: <4BF55B42.7060802@codemonkey.ws> Date: Thu, 20 May 2010 10:54:42 -0500 From: Anthony Liguori MIME-Version: 1.0 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> In-Reply-To: <20100520123539.73268691@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Luiz Capitulino Cc: Paolo Bonzini , aliguori@us.ibm.com, qemu-devel@nongnu.org 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. Regards, Anthony Liguori > Yes, I know, the chances of someone relying on this kind of thing is > probably almost zero. At the same time I think we should be very > conservative if there's no good reason to do otherwise. >