Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:114209 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 10129 invoked from network); 27 Apr 2021 18:08:31 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 27 Apr 2021 18:08:31 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 243AF1804CC for ; Tue, 27 Apr 2021 11:12: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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ot1-f43.google.com (mail-ot1-f43.google.com [209.85.210.43]) (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 ; Tue, 27 Apr 2021 11:12:51 -0700 (PDT) Received: by mail-ot1-f43.google.com with SMTP id z20-20020a0568301294b02902a52ecbaf18so3750135otp.8 for ; Tue, 27 Apr 2021 11:12:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9ZQ7B4JG0YlFJK1qS8jRV1gw4ygOVywNAqxTtHTjz0I=; b=XIjGX/rSKCM3r60sB5c7d5u/7Uarj8i41YFaKmTdCw6tLPCzp354gNC3V/zDs/p/r1 hH/XSwTn789DU3z8UopuLKtNlRRTnPUkYEVRhPZutH7Dk4TVMENjC61az5dhc5aZLg0m DFz45XGOaMB0GYvhs+4e84LN+jDlaROhQGfTitLZnA0FZyz8j+2x3lW1NdbGa9IZhPlH CXr9Ok8tI6Bs6njygLTtUDbkjAV2ltz1tH19sdFDDc+D/Os+NHHNsUAV2r4CG0I6n3Qo 7p09KHBrGYvcH9NUjViACYNcs5mrPHeKlYokuw6gZ1KHO+xfjJTz8YDjXQD+wtRcp+G0 RNAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=9ZQ7B4JG0YlFJK1qS8jRV1gw4ygOVywNAqxTtHTjz0I=; b=IeAh3aATW+5DgB00rdAxpq29fgH/yjny0wu4B9b5einWR5UShWSN/K+qV3ZVbnlcS4 YgG7mBBGPI2V0zejsHxhjPC6yIcfyrRdowelvx6yLQA9oi1NgT+y6afdqztiO43drwQW Povv45GqHwj57ye3ie4P0R0mNVVcbtNnsazlnW3tNmrlnHEqaYEiF8OBGzK33tNnKm7X pABSOjTUv6UQmkBjATHdiu2htiS43Sbsrh6yfmWZLdpz5LN8S/ilX57WuI8KIBjEcMvQ C/pHZhYq40CRoYQr7DRNYNUteoCFFn4tEPb7l2PDTvK1OXvVvXqqYJGamXoWTzZEDHhm mosw== X-Gm-Message-State: AOAM530xY0ndycEI9wax9mOqKRNXzDeQYTPPlhKJjICwbloEWIJokhK/ vK6mnAY/nunaODxA5aafn5PQjEJ2NRnwB8apvBQ= X-Google-Smtp-Source: ABdhPJwx3w8UZYAUlbjAYXP+5Za+/u2rzTRmrLgwAgLDd0P67fqhFMhLPWVI0ekvsxbOexiEPVn1srWNz12nvXxhCm8= X-Received: by 2002:a9d:1ea9:: with SMTP id n38mr21143116otn.233.1619547169999; Tue, 27 Apr 2021 11:12:49 -0700 (PDT) MIME-Version: 1.0 References: <5b9f1500-615a-48f1-815f-1d48b327ef90@processus.org> <179049b1475.11134368b213512.254739612773841999@void.tn> <722ed544-69e3-3be4-f828-185914617228@processus.org> In-Reply-To: Date: Tue, 27 Apr 2021 19:12:39 +0100 Message-ID: To: Levi Morrison Cc: PHP Internals Content-Type: multipart/alternative; boundary="000000000000c3ced105c0f8351a" Subject: Re: [PHP-DEV] [RFC][Draft] Sealed Classes From: davidgebler@gmail.com (David Gebler) --000000000000c3ced105c0f8351a Content-Type: text/plain; charset="UTF-8" On Tue, Apr 27, 2021 at 6:56 PM Levi Morrison wrote: > I think the conversation on final classes being "bad" has gone on long > enough. You don't like final, and you don't want to see more features > like it being added, such as sealed. Point taken. Now please stop > dominating the discussion, thank you. > In a thread of around 50 messages, I have posted six of them, half of which are addressing direct replies to the other half. I have also not treated anyone rudely, disrespectfully, or gone off-topic. That is not dominating, it is healthy discussion which should be encouraged. If you don't want to read my contributions, I'm sure you can filter them. Nonetheless, you may be pleased to know as far as I'm concerned, I have fully expressed my view and reasoning on this RFC and have nothing further I wish to add to the conversation. --000000000000c3ced105c0f8351a--