Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:119507 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 34346 invoked from network); 9 Feb 2023 13:57:14 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 9 Feb 2023 13:57:14 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 664151804AC for ; Thu, 9 Feb 2023 05:57:14 -0800 (PST) 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.8 required=5.0 tests=BAYES_50,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS24940 138.201.0.0/16 X-Spam-Virus: No X-Envelope-From: Received: from swift.blarg.de (swift.blarg.de [138.201.185.127]) by php-smtp4.php.net (Postfix) with ESMTP for ; Thu, 9 Feb 2023 05:57:13 -0800 (PST) Received: from swift.blarg.de (swift.blarg.de [IPv6:2a01:4f8:c17:52a8::2]) (Authenticated sender: max) by swift.blarg.de (Postfix) with ESMTPSA id AC867413C9; Thu, 9 Feb 2023 14:57:12 +0100 (CET) Date: Thu, 9 Feb 2023 14:57:11 +0100 To: Michael =?utf-8?B?Vm/FmcOtxaFlayAtIMSMVlVU?= FJFI Cc: internals@lists.php.net Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [PHP-DEV] How to deal with bugs in vendored libraries? From: max+php@blarg.de (Max Kellermann) On 2023/02/09 14:49, Michael Voříšek - ČVUT FJFI wrote: > One good way to maintain some quality standard is to enforce it thru CI Agree, the CI is a nice tool for enforcing certain policies, but first there needs to be a decision on what is the desired quality standard. Finding such a decision is why I posted here; so far, nobody replied to that. Max