Re: [Cbor] Adam Roach's Yes on draft-ietf-cbor-array-tags-07: (with COMMENT)

Carsten Bormann <cabo@tzi.org> Wed, 02 October 2019 08:09 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 3FDED120826; Wed, 2 Oct 2019 01:09:37 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.198
X-Spam-Level:
X-Spam-Status: No, score=-4.198 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_NONE=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 JkKpCudQ7LuR; Wed, 2 Oct 2019 01:09:35 -0700 (PDT)
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 F2B3F12082C; Wed, 2 Oct 2019 01:09:34 -0700 (PDT)
Received: from [10.159.97.60] (ewa_guest_internet_sthlm_nat2.ericsson.net [192.176.1.97]) (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 46jphF01NTz10fT; Wed, 2 Oct 2019 10:09:32 +0200 (CEST)
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: <156999906684.8941.8777149592272277658.idtracker@ietfa.amsl.com>
Date: Wed, 02 Oct 2019 10:09:32 +0200
Cc: The IESG <iesg@ietf.org>, cbor@ietf.org, draft-ietf-cbor-array-tags@ietf.org, cbor-chairs@ietf.org, francesca.palombini@ericsson.com
X-Mao-Original-Outgoing-Id: 591696570.341424-7fa198e5bb487c4088f9b65caa9a644f
Content-Transfer-Encoding: quoted-printable
Message-Id: <433C32F9-9351-4628-8EF9-4E193FA5394A@tzi.org>
References: <156999906684.8941.8777149592272277658.idtracker@ietfa.amsl.com>
To: Adam Roach <adam@nostrum.com>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/-L4ejElh_HPN7ciM_BQAa7gDLVs>
Subject: Re: [Cbor] Adam Roach's Yes on draft-ietf-cbor-array-tags-07: (with COMMENT)
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, 02 Oct 2019 08:09:38 -0000

Hi Adam,

> On Oct 2, 2019, at 08:51, Adam Roach via Datatracker <noreply@ietf.org> wrote:
> 
> Adam Roach has entered the following ballot position for
> draft-ietf-cbor-array-tags-07: Yes
> 
> […]
> 
> The document, along with other ballot positions, can be found here:
> https://datatracker.ietf.org/doc/draft-ietf-cbor-array-tags/
> 
> 
> 
> ----------------------------------------------------------------------
> COMMENT:
> ----------------------------------------------------------------------
> 
> §2.1:
> 
>>   | s     | 0 for unsigned integer or float, 1 for signed integer |
> 
> This is a very minor comment, since it is clear from the remainder of the
> document, but this would be a bit easier to read as "0 for float or unsigned
> integer, 1 for signed integer" (thereby making it clear that "unsigned" is not
> intended to apply to “float").

Thank you!

This is now
https://github.com/cbor-wg/array-tags/commit/b244169ec6f922d8cdb2ef829b6334f930abbad7

Grüße, Carsten