From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGSGY-0001nU-Ia for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:07:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aGSGX-0000mW-T1 for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:07:14 -0500 Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]:36593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aGSGX-0000mQ-Mw for qemu-devel@nongnu.org; Tue, 05 Jan 2016 09:07:13 -0500 Received: by mail-oi0-x22c.google.com with SMTP id o62so269067079oif.3 for ; Tue, 05 Jan 2016 06:07:13 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <1450717720-9627-2-git-send-email-eblake@redhat.com> References: <1450717720-9627-1-git-send-email-eblake@redhat.com> <1450717720-9627-2-git-send-email-eblake@redhat.com> Date: Tue, 5 Jan 2016 15:07:13 +0100 Message-ID: From: =?UTF-8?B?TWFyYy1BbmRyw6kgTHVyZWF1?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v8 01/35] qobject: Document more shortcomings in our number handling List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Luiz Capitulino , QEMU , Markus Armbruster Hi On Mon, Dec 21, 2015 at 6:08 PM, Eric Blake wrote: > We've already documented that our JSON parsing is locale dependent; > but we should also document that our JSON output has the same > problem. Additionally, JSON requires finite values (you have to > upgrade to JSON5 to get support for Inf or NaN), and our output > risks truncating floating point numbers to the point of losing > significant precision. > > Sadly, this series is not going to be the one that addresses these > problems. > > Fix some trailing whitespace I noticed in the vicinity. > > Signed-off-by: Eric Blake > Reviewed-by: Marc-Andr=C3=A9 Lureau --=20 Marc-Andr=C3=A9 Lureau