Re: [Cbor] hildjj/cbor-map-entries: Explicit Map datatype for CBOR, in array format

Kio Smallwood <kio@mothers-arms.co.uk> Thu, 18 February 2021 16:16 UTC

Return-Path: <kio@mothers-arms.co.uk>
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 3C9903A1400 for <cbor@ietfa.amsl.com>; Thu, 18 Feb 2021 08:16:59 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.496
X-Spam-Level:
X-Spam-Status: No, score=-1.496 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, KHOP_HELO_FCRDNS=0.4, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=no 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 gQBCDwu3kcPx for <cbor@ietfa.amsl.com>; Thu, 18 Feb 2021 08:16:57 -0800 (PST)
Received: from authenticated.a-painless.mh.aa.net.uk (painless-a.thn.aa.net.uk [IPv6:2001:8b0:62::26]) (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 CB4DE3A13CB for <cbor@ietf.org>; Thu, 18 Feb 2021 08:16:00 -0800 (PST)
Received: from a-webmail.thn.aa.net.uk ([2001:8b0:62::22] helo=webmail.aa.net.uk) by painless-a.thn.aa.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from <kio@mothers-arms.co.uk>) id 1lClyA-0005w4-Nz; Thu, 18 Feb 2021 16:15:58 +0000
Received: from cpc105076-sgyl40-2-0-cust233.18-2.cable.virginm.net ([82.4.24.234]) by webmail.aa.net.uk with HTTP (HTTP/1.1 POST); Thu, 18 Feb 2021 16:15:46 +0000
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="=_f6671e01274322a38748f8a704edcf6d"
Date: Thu, 18 Feb 2021 16:15:46 +0000
From: Kio Smallwood <kio@mothers-arms.co.uk>
To: Joe Hildebrand <hildjj@cursive.net>
Cc: cbor@ietf.org, Carsten Bormann <cabo@tzi.org>, "Dale R. Worley" <worley@ariadne.com>
In-Reply-To: <999B078D-C4B2-4B04-8487-7ECEFEB953DF@cursive.net>
References: <87zh02kpf5.fsf@hobgoblin.ariadne.com> <0faeb37c36d5b1f40c37f82e62be1be9@mothers-arms.co.uk> <ED6F6174-2643-4B7F-8ED7-414DD5FD9C39@tzi.org> <F6BDBA57-34F4-46FE-9806-6A227AC214EA@mothers-arms.co.uk> <DC0D444C-3231-4029-B0BB-5EC02863B72A@cursive.net> <999B078D-C4B2-4B04-8487-7ECEFEB953DF@cursive.net>
Message-ID: <94bbc990fcf388ae5fd01c06274ed58a@mothers-arms.co.uk>
X-Sender: kio@mothers-arms.co.uk
User-Agent: Roundcube Webmail/1.3.16
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/hdyJccwQGETS24JDUKHup35rkn4>
Subject: Re: [Cbor] hildjj/cbor-map-entries: Explicit Map datatype for CBOR, in array format
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, 18 Feb 2021 16:17:00 -0000

Thanks Joe! 

I really appreciate the additional input since I wasn't aware of other
languages with a similar datatype. 

I've accepted your PR and updated my README and repo commentary to
reflect the TBD status of the tag. 

Cheers, 

Kio 

On 2021-02-18 15:19, Joe Hildebrand wrote:

> PR's sent for both your repo and mine.
> 
> -- 
> Joe Hildebrand
> 
> On Feb 18, 2021, at 8:00 AM, Joe Hildebrand <hildjj@cursive.net> wrote:
> 
> Kio, I'm happy to defer to your document, since you published first.  Sorry I didn't know about it.  If you are amenable, I'll replace my doc with a pointer to yours, and send you a PR with some suggestions for JS examples.
> 
> -- 
> Joe Hildebrand
> 
> On Feb 18, 2021, at 7:42 AM, Kio Smallwood <kio@mothers-arms.co.uk> wrote:
> 
> I'll modify it to remove the claim until it moves further.
> 
> I definitely want to avoid confusion!
> 
> Kio
> 
> On 18 February 2021 14:15:39 GMT, Carsten Bormann <cabo@tzi.org> wrote:
> 
> On 2021-02-18, at 14:57, Kio Smallwood <kio@mothers-arms.co.uk> wrote:
> 
> Hi Dale,
> 
> I have made a similar proposal here: https://github.com/Sekenre/cbor-ordered-map-spec/blob/master/CBOR_Ordered_Map.md
> 
> ... and here we see the danger of just "claiming" a number...
> 
> (272 is Non-UTF-8 CESU-8 string).
> 
> I've tried to explain the rationale that it is adding a straightforward option for serializing a native data-type in Python 3 and other languages that support order-preserving key-value maps.
> 
> Yes.  And I agree with Dale that we should look a bit closer, but that is not a reason not to allocate a tag.
> 
> Grüße, Carsten
> CBOR mailing list
> CBOR@ietf.org
> https://www.ietf.org/mailman/listinfo/cbor
> 
> -- 
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
> _______________________________________________
> CBOR mailing list
> CBOR@ietf.org
> https://www.ietf.org/mailman/listinfo/cbor