Re: [Cbor] Correcting an error in draft-ietf-cbor-cddl-08

Lynne Bartholomew <lbartholomew@amsl.com> Thu, 23 May 2019 22:20 UTC

Return-Path: <lbartholomew@amsl.com>
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 9E117120075; Thu, 23 May 2019 15:20:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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 F2uxQdzCe2DV; Thu, 23 May 2019 15:20:46 -0700 (PDT)
Received: from mail.amsl.com (c8a.amsl.com [4.31.198.40]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BAADF120141; Thu, 23 May 2019 15:20:46 -0700 (PDT)
Received: from localhost (localhost [127.0.0.1]) by c8a.amsl.com (Postfix) with ESMTP id A5D551C3DB4; Thu, 23 May 2019 15:20:17 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from c8a.amsl.com ([127.0.0.1]) by localhost (c8a.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id y2nDqthNya2i; Thu, 23 May 2019 15:20:17 -0700 (PDT)
Received: from [IPv6:2601:646:8b00:23d0:613f:aaf5:95b2:7447] (unknown [IPv6:2601:646:8b00:23d0:613f:aaf5:95b2:7447]) by c8a.amsl.com (Postfix) with ESMTPSA id 67CC61C3DB1; Thu, 23 May 2019 15:20:17 -0700 (PDT)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
From: Lynne Bartholomew <lbartholomew@amsl.com>
In-Reply-To: <4852CAFD-E986-4576-8C90-C03B54F39DCF@tzi.org>
Date: Thu, 23 May 2019 15:20:45 -0700
Cc: RFC Editor <rfc-editor@rfc-editor.org>, draft-ietf-cbor-cddl.all@ietf.org, cbor@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <2E55539B-63B3-4344-9676-E030D335B642@amsl.com>
References: <4852CAFD-E986-4576-8C90-C03B54F39DCF@tzi.org>
To: Carsten Bormann <cabo@tzi.org>
X-Mailer: Apple Mail (2.3273)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/l14DdzULvNxe0SehLyRJmTM0Rd8>
Subject: Re: [Cbor] Correcting an error in draft-ietf-cbor-cddl-08
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: Thu, 23 May 2019 22:20:50 -0000

Dear Carsten,

Thank you for sending us this update.  We have corrected the "hexfloat =" line in this document (added the "["-"]" item).

We appreciate your letting us know now, rather than waiting for AUTH48.

Thanks for the pointers to the discussions as well!

RFC Editor/lb

> On May 23, 2019, at 1:57 PM, Carsten Bormann <cabo@tzi.org> wrote:
> 
> Dear RFC editor,
> 
> a technical error was caught in draft-ietf-cbor-cddl-08, which is currently at RFC-EDITOR stage.
> 
> Please see the thread starting with
>  https://mailarchive.ietf.org/arch/msg/cbor/sg5dpdCjaPw7mtohdAWCWgnQdMk
> for reference.
> 
> We also discussed this at the last virtual interim meeting of the CBOR working group, and we believe the following change to Appendix B is a correct and complete fix:
> 
> OLD:
>     hexfloat = "0x" 1*HEXDIG ["." 1*HEXDIG] "p" exponent
> NEW:
>     hexfloat = ["-"] "0x" 1*HEXDIG ["." 1*HEXDIG] "p" exponent
> 
> At the meeting, we thought we should make you aware now, instead of waiting for AUTH48.
> 
> (The meeting minutes of the virtual interim have not yet been posted to the proceedings at
> https://datatracker.ietf.org/doc/agenda-interim-2019-cbor-07-sessa/
> but are captured in
> https://etherpad.tools.ietf.org/p/notes-interim-220519-cbor
> for reference.)
> 
> Grüße, Carsten
>