[Cbor] Re: I-D Action: draft-ietf-cbor-edn-literals-11.txt

Carsten Bormann <cabo@tzi.org> Wed, 21 August 2024 12:33 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 6431EC14F5EB for <cbor@ietfa.amsl.com>; Wed, 21 Aug 2024 05:33:21 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.906
X-Spam-Level:
X-Spam-Status: No, score=-6.906 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_BLOCKED=0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h2jVzSOfjt0N for <cbor@ietfa.amsl.com>; Wed, 21 Aug 2024 05:33:18 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [134.102.50.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-256) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id ACB0EC14F5F3 for <cbor@ietf.org>; Wed, 21 Aug 2024 05:33:18 -0700 (PDT)
Received: from clients-pool1-0074.vpn.uni-bremen.de (clients-pool1-0074.vpn.uni-bremen.de [134.102.107.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4Wpm2g4PZRzDCfK; Wed, 21 Aug 2024 14:33:15 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <172424319200.2324890.12506041691961405837@dt-datatracker-6df4c9dcf5-t2x2k>
Date: Wed, 21 Aug 2024 14:33:14 +0200
X-Mao-Original-Outgoing-Id: 745936394.888613-e565a4332539264e6e4d02b93830d04f
Content-Transfer-Encoding: quoted-printable
Message-Id: <F735C309-E1BD-4F5E-B011-3FC51676F2F5@tzi.org>
References: <172424319200.2324890.12506041691961405837@dt-datatracker-6df4c9dcf5-t2x2k>
To: CBOR <cbor@ietf.org>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Message-ID-Hash: AGGW643PYDRO4W3KENZTNVNI5VA5YG7P
X-Message-ID-Hash: AGGW643PYDRO4W3KENZTNVNI5VA5YG7P
X-MailFrom: cabo@tzi.org
X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-cbor.ietf.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header
X-Mailman-Version: 3.3.9rc4
Precedence: list
Subject: [Cbor] Re: I-D Action: draft-ietf-cbor-edn-literals-11.txt
List-Id: "Concise Binary Object Representation (CBOR)" <cbor.ietf.org>
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/0oWWgUnZa9st-AbEpCrnSThKgko>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Owner: <mailto:cbor-owner@ietf.org>
List-Post: <mailto:cbor@ietf.org>
List-Subscribe: <mailto:cbor-join@ietf.org>
List-Unsubscribe: <mailto:cbor-leave@ietf.org>

Given that we are keeping edn-literals in orbit for a while, I created an update that addresses some of the excellent editorial feedback from Joe.
I did not work on issues that touch extensibility or its reflection in the ABNF.

Please do make use of
https://author-tools.ietf.org/iddiff?url2=draft-ietf-cbor-edn-literals-11
and the closed pull requests #58 to #61 on github
https://github.com/cbor-wg/edn-literal/pulls?q=is%3Apr+is%3Aclosed
to see what has changed and why.

See you in 90 minutes!

Grüße, Carsten


> On 2024-08-21, at 14:26, internet-drafts@ietf.org wrote:
> 
> Internet-Draft draft-ietf-cbor-edn-literals-11.txt is now available. It is a
> work item of the Concise Binary Object Representation Maintenance and
> Extensions (CBOR) WG of the IETF.
> 
>   Title:   CBOR Extended Diagnostic Notation (EDN)
>   Author:  Carsten Bormann
>   Name:    draft-ietf-cbor-edn-literals-11.txt
>   Pages:   32
>   Dates:   2024-08-21
> 
> Abstract:
> 
>   The Concise Binary Object Representation, CBOR (STD 94, RFC 8949),
>   defines a "diagnostic notation" in order to be able to converse about
>   CBOR data items without having to resort to binary data.  RFC 8610
>   extends this into what is known as Extended Diagnostic Notation
>   (EDN).
> 
>   This document sets forth a further step of evolution of EDN, and it
>   is intended to serve as a single reference target in specifications
>   that use EDN.
> 
>   It specifies how to add application-oriented extensions to the
>   diagnostic notation.  It then defines two such extensions for text
>   representations of epoch-based date/times and of IP addresses and
>   prefixes (RFC 9164).
> 
>   A few further additions close some gaps in usability.  It modifies
>   one extension specified in Appendix G.4 of RFC 8610 to enable further
>   increasing usability.  To facilitate tool interoperation, this
>   document specifies a formal ABNF definition for EDN as defined today,
>   and it adds media types.
> 
> The IETF datatracker status page for this Internet-Draft is:
> https://datatracker.ietf.org/doc/draft-ietf-cbor-edn-literals/
> 
> There is also an HTML version available at:
> https://www.ietf.org/archive/id/draft-ietf-cbor-edn-literals-11.html
> 
> A diff from the previous version is available at:
> https://author-tools.ietf.org/iddiff?url2=draft-ietf-cbor-edn-literals-11