Re: [Jsonpath] June interim meeting

Carsten Bormann <cabo@tzi.org> Mon, 14 June 2021 09:05 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: jsonpath@ietfa.amsl.com
Delivered-To: jsonpath@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D7FFD3A1C6F for <jsonpath@ietfa.amsl.com>; Mon, 14 Jun 2021 02:05:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.896
X-Spam-Level:
X-Spam-Status: No, score=-1.896 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_FAIL=0.001, SPF_HELO_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 8Pjhq5-NO5uK for <jsonpath@ietfa.amsl.com>; Mon, 14 Jun 2021 02:05:00 -0700 (PDT)
Received: from gabriel-2.zfn.uni-bremen.de (gabriel-2.zfn.uni-bremen.de [IPv6:2001:638:708:32::19]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8388F3A1C6E for <jsonpath@ietf.org>; Mon, 14 Jun 2021 02:05:00 -0700 (PDT)
Received: from [192.168.217.118] (p548dcc89.dip0.t-ipconnect.de [84.141.204.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4G3QWT15RSz2xJK; Mon, 14 Jun 2021 11:04:53 +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: <fe4c342f-c25f-7226-2c85-49cb45ff6910@goessner.net>
Date: Mon, 14 Jun 2021 11:04:52 +0200
Cc: Tim Bray <tbray@textuality.com>, jsonpath@ietf.org
X-Mao-Original-Outgoing-Id: 645354292.723734-40d20b1367f2bac7043655e55ca6f5ad
Content-Transfer-Encoding: quoted-printable
Message-Id: <79797F7C-F4D6-4D65-92D0-0FA79069D47F@tzi.org>
References: <CAHBU6iuJr5Z-r0ZT_qwj=Si_oOGUuY_4g7qshuoBQwG0zBCshg@mail.gmail.com> <5f257963-74a1-26a6-413a-ce9e16292180@goessner.net> <970DDA69-9558-4FF6-8E59-F4F4E325B930@tzi.org> <fe4c342f-c25f-7226-2c85-49cb45ff6910@goessner.net>
To: Stefan Gössner <stefan@goessner.net>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/jsonpath/X8i5oeJPm8I5CTLtknact1Tdl_Q>
Subject: Re: [Jsonpath] June interim meeting
X-BeenThere: jsonpath@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: A summary description of the list to be included in the table on this page <jsonpath.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/jsonpath>, <mailto:jsonpath-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/jsonpath/>
List-Post: <mailto:jsonpath@ietf.org>
List-Help: <mailto:jsonpath-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/jsonpath>, <mailto:jsonpath-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 14 Jun 2021 09:05:05 -0000

On 2021-06-14, at 10:53, Stefan Gössner <stefan@goessner.net> wrote:
> 
> * What's the opinion about support of arithmetic operators in filter expressions?

Indeed.
I already had that on slide 9, so I didn’t add a slide (but I of course could).

Obviously, slide 13 to 19 are still placeholders; I plan to fill in some of the discussion in #98 if there is any.

I think the underlying problem (and solution) is that we need to clearly separate the expression language from the way it is used in the selectors; that will clean up both and be simpler to work with.

Grüße, Carsten