Re: [Json] ABNF nits -- LAST CHANCE ON PROPOSALS

Carsten Bormann <cabo@tzi.org> Wed, 12 June 2013 18:16 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: json@ietfa.amsl.com
Delivered-To: json@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C781D21E808B for <json@ietfa.amsl.com>; Wed, 12 Jun 2013 11:16:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -105.866
X-Spam-Level:
X-Spam-Status: No, score=-105.866 tagged_above=-999 required=5 tests=[AWL=-0.217, BAYES_00=-2.599, HELO_EQ_DE=0.35, J_CHICKENPOX_16=0.6, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gWq9BzBEucTM for <json@ietfa.amsl.com>; Wed, 12 Jun 2013 11:16:40 -0700 (PDT)
Received: from informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) by ietfa.amsl.com (Postfix) with ESMTP id A177A21E8092 for <json@ietf.org>; Wed, 12 Jun 2013 11:16:39 -0700 (PDT)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from smtp-fb3.informatik.uni-bremen.de (smtp-fb3.informatik.uni-bremen.de [134.102.224.120]) by informatik.uni-bremen.de (8.14.4/8.14.4) with ESMTP id r5CIGbRu005013 for <json@ietf.org>; Wed, 12 Jun 2013 20:16:37 +0200 (CEST)
Received: from [192.168.217.105] (p54893401.dip0.t-ipconnect.de [84.137.52.1]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp-fb3.informatik.uni-bremen.de (Postfix) with ESMTPSA id 373663DE6; Wed, 12 Jun 2013 20:16:37 +0200 (CEST)
Content-Type: text/plain; charset="iso-8859-1"
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <51B89171.9070100@drees.name>
Date: Wed, 12 Jun 2013 20:16:36 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <E87F337B-ADFC-4043-9C51-3A39396AA695@tzi.org>
References: <6898D31C-FF53-4B8D-9F81-5519C934E00D@vpnc.org> <51B89171.9070100@drees.name>
To: "json@ietf.org" <json@ietf.org>
X-Mailer: Apple Mail (2.1508)
Subject: Re: [Json] ABNF nits -- LAST CHANCE ON PROPOSALS
X-BeenThere: json@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "JavaScript Object Notation \(JSON\) WG mailing list" <json.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/json>, <mailto:json-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/json>
List-Post: <mailto:json@ietf.org>
List-Help: <mailto:json-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/json>, <mailto:json-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Jun 2013 18:16:45 -0000

On Jun 12, 2013, at 17:19, Stefan Drees <stefan@drees.name> wrote:

> Wouldn't it be better

Well, I apologize for making editorial comments on the ABNF.  
We have more important things to decide right now; I was incited by the "LAST CHANCE" message.

The single-level grammars created by RFC 5234 ABNF are generally a lot better for describing protocols than the scanner/parser grammar pairs used by programming language standards (like ECMAscript).  ABNF tends to be a bit verbose around the optional whitespace, but I think Douglas has hit this nail on the head with the single exception that he maybe should have called ws ows (optional white space).
For the reasons I gave, changing this is only worth it if we are changing a lot of the rest.

Norbert's observation of course is spot on; I must admit I didn't read the comments at all.
(Maybe we can avoid writing the somewhat disconnected U+YYYYYY, though, and instead point to the fourth paragraph of 2.5, "U+XXXX or part of a surrogate pair, see Section 2.5".)

Grüße, Carsten