Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:116104 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 33309 invoked from network); 20 Sep 2021 08:19:11 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 20 Sep 2021 08:19:11 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 0C3561804AD for ; Mon, 20 Sep 2021 01:59:52 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,SPF_HELO_NONE, SPF_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS1836 195.49.0.0/17 X-Spam-Virus: No X-Envelope-From: Received: from darkcity.gna.ch (darkcity.gna.ch [195.49.47.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 20 Sep 2021 01:59:51 -0700 (PDT) Received: from smtpclient.apple (unknown [IPv6:2a02:1205:502d:fa80:11e8:f0d0:6e9b:b52b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by darkcity.gna.ch (Postfix) with ESMTPSA id 36B42151668F for ; Mon, 20 Sep 2021 10:59:49 +0200 (CEST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\)) Date: Mon, 20 Sep 2021 10:59:48 +0200 References: <2cc07ebd-81b0-6083-3b3d-2a678ba39784@processus.org> To: "internals@lists.php.net" In-Reply-To: <2cc07ebd-81b0-6083-3b3d-2a678ba39784@processus.org> Message-ID: <21F51978-B352-4899-9C22-142F022CE8A3@cschneid.com> X-Mailer: Apple Mail (2.3654.120.0.1.13) Subject: Re: [PHP-DEV] Adding `final class Deque` to PHP From: cschneid@cschneid.com (Christian Schneider) Am 20.09.2021 um 10:36 schrieb Pierre : > Le 20/09/2021 =C3=A0 02:03, tyson andre a =C3=A9crit : >> I've created a new RFC https://wiki.php.net/rfc/deque to add a `final = class Deque` >=20 > It seems that you are writing more than one RFC to add many data = structures. I love that you're doing that, but I suggest that you'd = normalize them all and place all new classes in a single new dedicated = namespace. +1 - Chris