[Cbor] Rapid version progression

Carsten Bormann <cabo@tzi.org> Wed, 18 December 2019 15:49 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 43F9C120834 for <cbor@ietfa.amsl.com>; Wed, 18 Dec 2019 07:49:52 -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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] 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 d0l1yidRgdT6 for <cbor@ietfa.amsl.com>; Wed, 18 Dec 2019 07:49:50 -0800 (PST)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5C2DB12025D for <cbor@ietf.org>; Wed, 18 Dec 2019 07:49:50 -0800 (PST)
Received: from [172.16.42.104] (p548DC893.dip0.t-ipconnect.de [84.141.200.147]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 47dKFn0Hp2zyf6; Wed, 18 Dec 2019 16:49:49 +0100 (CET)
From: Carsten Bormann <cabo@tzi.org>
Content-Type: text/plain; charset="utf-8"
X-Mao-Original-Outgoing-Id: 598376986.583028-51cb6bd2cfb8b114da6f725f736f2caf
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
Date: Wed, 18 Dec 2019 16:49:48 +0100
Message-Id: <920D0B30-16F7-4022-B21E-37CE55289785@tzi.org>
To: cbor@ietf.org
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/XyZgtEhiFp8N5OymPHTwcf3Nnkk>
Subject: [Cbor] Rapid version progression
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: Wed, 18 Dec 2019 15:49:52 -0000

I just submitted three versions of CBORbis: -10, -11, and -12.

-10 is the roll-up of all the changes we have made so far based on the WGLC comments (this is not saying we addressed them all, but see below).

We have one pull request that implements switching from RFCXMLv2 to RFCXMLv3.
We need to do this at some point, because the RFC will be based on v3, so I thought it would be best to do this now.  Unfortunately, v3 formatting has some gratuitous changes the bulk of which would obscure changes to content.  So -10 is the snapshot from before this switch.

The biggest set of gratuitous changes are in the list symbols.  So -11 is a v2-formatted version that adopts (most of) those changes.

There are some more changes in v3, which you can find in -12.  All three, -10, -11, -12 should be identical in content and just differ in (non consequential, I hope) formatting.

With -12, we should now be safely in v3 land, and we can return to discussing content.
Enjoy the new splendor of https://www.ietf.org/id/draft-ietf-cbor-7049bis-12.html — but you still can get the htmlized text at https://tools.ietf.org/html/draft-ietf-cbor-7049bis-12 if that helps.

So:
https://tools.ietf.org/rfcdiff?url2=draft-ietf-cbor-7049bis-10.txt
has the rolled-up content changes.

https://tools.ietf.org/rfcdiff?url2=draft-ietf-cbor-7049bis-11.txt
has the v3 list-symbol changes, only, which should definitely have no effect on content.

https://tools.ietf.org/rfcdiff?url2=draft-ietf-cbor-7049bis-12.txt
has the rest of the v3 formatting changes, also hopefully with no effect on content, but that needs to be more carefully checked.

I’m now merging these changes (#150), which should cover #140.
https://github.com/cbor-wg/CBORbis/pull/150
https://github.com/cbor-wg/CBORbis/pull/140

Grüße, Carsten