Re: [babel] [patch] Info model: fix little inconsistencies in naming, use singular for objects.

Antonin Décimo <antonin.decimo@gmail.com> Wed, 17 June 2020 13:32 UTC

Return-Path: <antonin.decimo@gmail.com>
X-Original-To: babel@ietfa.amsl.com
Delivered-To: babel@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 151873A0796 for <babel@ietfa.amsl.com>; Wed, 17 Jun 2020 06:32:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.098
X-Spam-Level:
X-Spam-Status: No, score=-2.098 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
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 RxDJbsXzwIBc for <babel@ietfa.amsl.com>; Wed, 17 Jun 2020 06:32:40 -0700 (PDT)
Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6F3403A0795 for <babel@ietf.org>; Wed, 17 Jun 2020 06:32:40 -0700 (PDT)
Received: by mail-wr1-x436.google.com with SMTP id h5so2365408wrc.7 for <babel@ietf.org>; Wed, 17 Jun 2020 06:32:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=content-transfer-encoding:subject:from:to:date:message-id :in-reply-to; bh=Ecr307euS+QZVUWDEh74GvyQlwb+ltipjCuLxsVV2+Q=; b=UzXVDdwSbFpx4xFVv6bP5sm7Ujx9bfOptJxp35oAZIn0nsS2nRtGyWYNgNOgY5QCy1 RFKU53+G9PxkaVr7AlVl1N5ODpzMo3hmKVSIYsKXbvYO7l5TzMhePtR0SWINaJMe9y0V wa5URLVV5L4o5ZKUJ7SuBpzYAm5ldvG7/Kvg3nTVUXWnYzH+0MUrPM6DsyMDWusXbaaL 7sqOzfX1mPvm7bJBSXkLoJsb9W8URmhTiCjNMlsKfe+NkqNi8bqifZIa4pZegS2O71bO naEyGxB9PpIdWXun42F/cpg0RrpxC3jPwT8v9NQtCltW3ZHFt5+eO9vhCxaVGVhG1DeG nvSg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:subject:from:to:date :message-id:in-reply-to; bh=Ecr307euS+QZVUWDEh74GvyQlwb+ltipjCuLxsVV2+Q=; b=oNvaiaNJfyFxVD39/EKNs2ken+OsXfGn/o4k418xTT/Hp6/tIIuqvwI1kcD4dotG8H SYfCcIf4kghglwdQOx3sfBmx2mxzStZ00vAxyV/3ukLT6gbewSrJQNNByFZrYySXialP 99qTkSUs5TDx1aVnIE9n3tQ4I18bm275h1BE1CyT8VYnG0UHFt4qH8nfOBM1xWGdbsVM zNsH4DvE2j4TaK8yPUBS7n/1UeF13aP7Tb7Rl7iybbudwRdAmnfLbTa5X1ZAFvhoWseU 37BxSqwHp6xmevVcxzokQx7J5ohIni+FkigUzWrFJKEFaKx6a8Iw6uXDVKy/JuH4fHM2 7t6A==
X-Gm-Message-State: AOAM531Agh0Le3ET5oQ0mpc2NYY/VVOHjf54bly2ZyyJVnfTvgf0Lr40 DGiQ06GkGEkLttW1dkTj1/U=
X-Google-Smtp-Source: ABdhPJyzLq8VKztEg+CL6nuqHuZtSl/vDzNjwkrrOUzX2LmW4TcqdiGlt9KlG82qfqI2NNT/iF2hKQ==
X-Received: by 2002:a5d:6305:: with SMTP id i5mr8374753wru.268.1592400758866; Wed, 17 Jun 2020 06:32:38 -0700 (PDT)
Received: from localhost (2a01cb0802a2e700020ec6fffed9ad5a.ipv6.abo.wanadoo.fr. [2a01:cb08:2a2:e700:20e:c6ff:fed9:ad5a]) by smtp.gmail.com with ESMTPSA id t8sm388571wmi.46.2020.06.17.06.32.38 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 17 Jun 2020 06:32:38 -0700 (PDT)
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset="UTF-8"
From: Antonin Décimo <antonin.decimo@gmail.com>
To: "Barbara H. Stark" <bs7652@att.com>, Mahesh Jethanandani <mjethanandani@gmail.com>, "babel@ietf.org" <babel@ietf.org>
Date: Wed, 17 Jun 2020 15:18:07 +0200
Message-Id: <C3JENDGAANG5.21OVWJC7I6SA2@kobain>
In-Reply-To: <CAC =54BKONDYv44iY6kRPO9pADe=mE+naRDa2n027X8sng+ZKmw@mail.gmail.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/babel/kvxsbM62VyldJKmcnXIlTtuJzII>
Subject: Re: [babel] [patch] Info model: fix little inconsistencies in naming, use singular for objects.
X-BeenThere: babel@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "A list for discussion of the Babel Routing Protocol." <babel.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/babel>, <mailto:babel-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/babel/>
List-Post: <mailto:babel@ietf.org>
List-Help: <mailto:babel-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/babel>, <mailto:babel-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Jun 2020 13:32:42 -0000

Hello Barbara, hello Mahesh, hello list!
I hope everyone is doing well.

I had some time on my hands and decided to write clean patches for the
issues I raised concerning the Information Model draft.
I opened a pull request on GitHub here.
https://github.com/bhstark2/babel-information-model/pull/22
I hope there’s a way to see them incorporated in the draft.

Antonin Décimo (4):
  bump year to 2020
  don't pluralize *-obj
  fix naming inconsistencies
  uniformize and don't indent artwork

 draft-ietf-babel-information-model.md | 226 +++++++++++++-------------
 1 file changed, 113 insertions(+), 113 deletions(-)

Best regards,

-- Antonin