Re: [Cbor] I-D Action: draft-ietf-cbor-array-tags-04.txt

Jim Schaad <ietf@augustcellars.com> Thu, 23 May 2019 21:23 UTC

Return-Path: <ietf@augustcellars.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 54810120127 for <cbor@ietfa.amsl.com>; Thu, 23 May 2019 14:23:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, 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 PbYJpuMUfxhP for <cbor@ietfa.amsl.com>; Thu, 23 May 2019 14:23:52 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1697F120108 for <cbor@ietf.org>; Thu, 23 May 2019 14:23:51 -0700 (PDT)
Received: from Jude (73.180.8.170) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Thu, 23 May 2019 14:23:45 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: 'Carsten Bormann' <cabo@tzi.org>, cbor@ietf.org
References: <155853566619.11385.15062703999098868761@ietfa.amsl.com> <5CFCEA51-91EB-4FD3-9837-A712DAF7AADD@tzi.org>
In-Reply-To: <5CFCEA51-91EB-4FD3-9837-A712DAF7AADD@tzi.org>
Date: Thu, 23 May 2019 14:23:43 -0700
Message-ID: <003101d511ad$ce1ba3f0$6a52ebd0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Mailer: Microsoft Outlook 16.0
Content-Language: en-us
Thread-Index: AQHr7swzg0ZjOn9uzsF0MFdjF7mPNgHA1dkWpj0+ajA=
X-Originating-IP: [73.180.8.170]
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/i1OJsXAcgx8DFUeJPpezgdWxei4>
Subject: Re: [Cbor] I-D Action: draft-ietf-cbor-array-tags-04.txt
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 21:23:54 -0000

Carsten,

I am not sure why the URL for the [TypedArray] reference got lost.  It was there in the previous version.

I am happy with the way all of my issues have been addressed.

Jim



> -----Original Message-----
> From: CBOR <cbor-bounces@ietf.org> On Behalf Of Carsten Bormann
> Sent: Wednesday, May 22, 2019 7:39 AM
> To: cbor@ietf.org
> Subject: Re: [Cbor] I-D Action: draft-ietf-cbor-array-tags-04.txt
> 
> This is the version that should be addressing all WGLC comments.
> Please check whether yours are properly handled.
> 
> I had a bit of a problem with issue 7, https://github.com/cbor-wg/array-
> tags/issues/7
> because I believe the current text already says what needs to be said.
> Jeffrey: I would welcome some hints how that can be improved.
> 
> See (hear) you all in 22 minutes…
> 
> Grüße, Carsten
> 
> 
> 
> > On May 22, 2019, at 16:34, internet-drafts@ietf.org wrote:
> >
> >
> > A New Internet-Draft is available from the on-line Internet-Drafts
> directories.
> > This draft is a work item of the Concise Binary Object Representation
> Maintenance and Extensions WG of the IETF.
> >
> >        Title           : Concise Binary Object Representation (CBOR) Tags for Typed
> Arrays
> >        Author          : Carsten Bormann
> > 	Filename        : draft-ietf-cbor-array-tags-04.txt
> > 	Pages           : 15
> > 	Date            : 2019-05-22
> >
> > Abstract:
> >   The Concise Binary Object Representation (CBOR, RFC 7049) is a data
> >   format whose design goals include the possibility of extremely small
> >   code size, fairly small message size, and extensibility without the
> >   need for version negotiation.
> >
> >   The present document makes use of this extensibility to define a
> >   number of CBOR tags for typed arrays of numeric data, as well as two
> >   additional tags for multi-dimensional and homogeneous arrays.  It is
> >   intended as the reference document for the IANA registration of the
> >   CBOR tags defined.
> >
> >
> > The IETF datatracker status page for this draft is:
> > https://datatracker.ietf.org/doc/draft-ietf-cbor-array-tags/
> >
> > There are also htmlized versions available at:
> > https://tools.ietf.org/html/draft-ietf-cbor-array-tags-04
> > https://datatracker.ietf.org/doc/html/draft-ietf-cbor-array-tags-04
> >
> > A diff from the previous version is available at:
> > https://www.ietf.org/rfcdiff?url2=draft-ietf-cbor-array-tags-04
> >
> >
> > Please note that it may take a couple of minutes from the time of
> > submission until the htmlized version and diff are available at tools.ietf.org.
> >
> > Internet-Drafts are also available by anonymous FTP at:
> > ftp://ftp.ietf.org/internet-drafts/
> >
> > _______________________________________________
> > CBOR mailing list
> > CBOR@ietf.org
> > https://www.ietf.org/mailman/listinfo/cbor
> >
> 
> _______________________________________________
> CBOR mailing list
> CBOR@ietf.org
> https://www.ietf.org/mailman/listinfo/cbor