Re: [Cbor] Reminder: CBOR Virtual Meeting: 2019-02-13

Carsten Bormann <cabo@tzi.org> Tue, 12 February 2019 21:59 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 4155C130DD8 for <cbor@ietfa.amsl.com>; Tue, 12 Feb 2019 13:59:33 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id u2Al5k4ON4w9 for <cbor@ietfa.amsl.com>; Tue, 12 Feb 2019 13:59:31 -0800 (PST)
Received: from mailhost.informatik.uni-bremen.de (mailhost.informatik.uni-bremen.de [IPv6:2001:638:708:30c9::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 732B2130DC2 for <cbor@ietf.org>; Tue, 12 Feb 2019 13:59:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at informatik.uni-bremen.de
Received: from submithost.informatik.uni-bremen.de (submithost2.informatik.uni-bremen.de [IPv6:2001:638:708:30c8:406a:91ff:fe74:f2b7]) by mailhost.informatik.uni-bremen.de (8.14.5/8.14.5) with ESMTP id x1CLxMco021324 for <cbor@ietf.org>; Tue, 12 Feb 2019 22:59:28 +0100 (CET)
Received: from [192.168.217.106] (p54A6CC50.dip0.t-ipconnect.de [84.166.204.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by submithost.informatik.uni-bremen.de (Postfix) with ESMTPSA id 43zc4p4b0Tz1Br6; Tue, 12 Feb 2019 22:59:22 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAC4RtVDPTdH29F65Ug_t1V5HzgwTpz-8X40HdZ7vRWE7Tf2GJw@mail.gmail.com>
Date: Tue, 12 Feb 2019 22:59:21 +0100
X-Mao-Original-Outgoing-Id: 571701559.949023-a64a8e706506934121a628b03755dcb6
Content-Transfer-Encoding: quoted-printable
Message-Id: <8876CDA6-0075-4816-95FB-4E976B1599FE@tzi.org>
References: <CALaySJL_=YKcfBYKbbR3m+tZ6hkkCURHCC9L=VZN1kLrLczcTg@mail.gmail.com> <CAC4RtVDPTdH29F65Ug_t1V5HzgwTpz-8X40HdZ7vRWE7Tf2GJw@mail.gmail.com>
To: cbor@ietf.org
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/ovz7v5YcVorB_LtSK_yTxfG0DRg>
Subject: Re: [Cbor] Reminder: CBOR Virtual Meeting: 2019-02-13
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>, <mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>, <mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 12 Feb 2019 21:59:33 -0000

On Feb 12, 2019, at 21:15, Barry Leiba <barryleiba@computer.org> wrote:
> 
> Reminder: The next CBOR teleconference is Wednesday, 13 February; see below.
> 
> Webex:
> https://ietf.webex.com/ietf/j.php?MTID=mf31b8e63cfd354ca8461b998aa30c4ba
> 
> Barry

For draft-ietf-cbor-cddl, I have pushed a proposal for Appendix A, Parsing Expression Grammars (PEG).
This is intended to address Ekr’s remaining DISCUSS point.  I know the notice is short, but if you could have a look at the github repo…

Unfortunately, xml2rfc is core dumping (!?), so there is no current CI build, but I pushed a local build:

https://cbor-wg.github.io/cddl/draft-ietf-cbor-cddl.html#rfc.appendix.A

And a diff of all changes since -06:
https://tools.ietf.org/rfcdiff?url1=https://tools.ietf.org/id/draft-ietf-cbor-cddl.txt&url2=https://cbor-wg.github.io/cddl/draft-ietf-cbor-cddl.txt

Maybe we can put a lid on this tomorrow (or at least decide what else is needed).

Grüße, Carsten