Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110392 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 94989 invoked from network); 5 Jun 2020 18:10:02 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 5 Jun 2020 18:10:02 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 44B40180569 for ; Fri, 5 Jun 2020 09:52:43 -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.3 required=5.0 tests=BAYES_20, HEADER_FROM_DIFFERENT_DOMAINS,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,T_SPF_TEMPERROR autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) (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 ; Fri, 5 Jun 2020 09:52:42 -0700 (PDT) Received: by mail-lf1-f42.google.com with SMTP id x22so6228392lfd.4 for ; Fri, 05 Jun 2020 09:52:42 -0700 (PDT) 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=5TgN2zaq83gt0q1edcthjcHipY43CXvHBnEeWYbkqVg=; b=TBVt4WLImqHC3M3TJmwv2d+7KVJfsWrCRtaeHFxgpZepYL1GEmS5t1z1PMwuvHz6GU PdCj64VW/cKk9wJYH02JPhQenonqSXllKqL8T61Vsxv4AkgB7CtjZROehbpX86eHltTF 5x6rrMkcLBoidKnGCbK9vNJM6lJytnKVWHfNktqiclk+FJn5FmOOKBLsxASm87OomX4c mQKpxykak+HwZAiEvgcc6G9MC2IuABBOKXwMJnRq8QGFgGYcCa/mVuUhMvHz2/FGi8Sp Vs6BPWBFzb/MXLqYb3ybk/rXFF4Z9KvWkE+pKuDNVucAhLzuPToU+0K78GaHBN7IQHd8 VwCg== X-Gm-Message-State: AOAM532Kuhnpw1faccfI7qYHXTA08Cxdho0cWMph7/9UO6+tHCXoZQBf BCFbqBvZh8Y/ItBiH3byOu/g6huSSTAGd/saaxmWYw== X-Google-Smtp-Source: ABdhPJyu58uIX88C6EV5XM+ZAYuUiqec4sUVY7ZJDhN1s++wDfShrHl4bL32AmcMiQKpBy4Q7/jXdRnGHYlHprOdzhk= X-Received: by 2002:a19:8ac3:: with SMTP id m186mr5824798lfd.131.1591375958533; Fri, 05 Jun 2020 09:52:38 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Fri, 5 Jun 2020 11:52:27 -0500 Message-ID: To: Max Semenik Cc: Internals Content-Type: multipart/alternative; boundary="000000000000b6860705a7591643" Subject: Re: [PHP-DEV] Refactoring run-tests.php From: pollita@php.net (Sara Golemon) --000000000000b6860705a7591643 Content-Type: text/plain; charset="UTF-8" On Fri, Jun 5, 2020 at 10:42 AM Max Semenik wrote: > I was thinking about making some improvements to our venerable test runner, > however I wasn't feeling confident about improving the present code base. > Instead, I decided to attempt to refactor it. > > This is a perennial topic and I don't want to discourage you,BUT... run-tests.php has a disturbing number of modes and edgecases, and the preference has traditionally been for small movements which are easily understandable individually. That's not to say a full-refactor won't get support, but it's a big undertaking and has defeated many brave souls. -Sara --000000000000b6860705a7591643--