Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106881 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 1171 invoked from network); 5 Sep 2019 17:43:04 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 5 Sep 2019 17:43:04 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id E028D2D19AD for ; Thu, 5 Sep 2019 08:17:14 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp3.php.net X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Virus: No Received: from mail-io1-xd32.google.com (mail-io1-xd32.google.com [IPv6:2607:f8b0:4864:20::d32]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp3.php.net (Postfix) with ESMTPS for ; Thu, 5 Sep 2019 08:17:14 -0700 (PDT) Received: by mail-io1-xd32.google.com with SMTP id j4so5625430iog.11 for ; Thu, 05 Sep 2019 08:17:14 -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; bh=E/UpVXqd1tQdYRbvA/RsxFMSKeB/qUevdC7B6gQCqk0=; b=UKntwLvGm1yx6dAeA+5xe/26qdmT6gBu4LoH0mIVk8+jM49zH3aZfyXJz6kSWaamE4 8qqCWlumwLRGQkQOP7vvMq1lu86ZIwf+dj5Osjp93K/0y2lALlZ4j7DUe0td+64w5N27 /rCxHYmmG4OUHlYKEI8uLnlY3558nf41TJ6LY4b094iGG2MxJBrHlGnX+MgLDX7wEmO0 oBnQAQ4iQmeljTGcT1GmdiiMd1kHKNDUj/d7vqTeI701EV3VR7VsNG46pmrXUhM+Nyim idVXlDuOFVjIFCTlwMRLlW0Hn+zzpnF23yPIGdx7MPFQ4Dre+N4zkK/yreRiYkAR/koZ 6T3g== 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; bh=E/UpVXqd1tQdYRbvA/RsxFMSKeB/qUevdC7B6gQCqk0=; b=Wdl4e+XMnEXZNXsJyTYlAqJkAYJzHVEB2nla/B86RJJh+4aCPmp4HCl7YKuWJ/r8mc PgCp8KdKf8Xm3QwfDv4xuaHX83kLKU9p+yFXlHOLbb/rvetojJNOK3gH6mp2gmAf5Sp3 GsHwhukIIlcS+mrHrex8NOEYxfLaaRo49Ho6JsjKMc+7tLn0rCUEr4jy5idybAH0ZMLK 6p1SePhFV9tZk/L1zWA5fxJ6eCx/2sr9AUZxjswgcVstw11666rvwjzAlYi6x5Kk5K35 cHtzKc1n4paZHkdH6xuNMr/K5T+HQLjzBsUzRHXyoIvR4URJ/S28C0T7+ia9w7lpVPz8 uRAg== X-Gm-Message-State: APjAAAVJFa28Lrpv6hGgwrxtS/QcvlK/Ey4uGI7+GOYZphGyzRqfXjxm fRZgFUFcYEJVAsDBFjRhKmH0RRhikd3hksEgjnWpcg== X-Google-Smtp-Source: APXvYqwqxn+lweu00F7nXbtgD/k08APCAArhiSRJpivA5q595sZjYedaMZGobsP/qx8SGWT73io4Pw7Fo/31XJyS5ys= X-Received: by 2002:a6b:581a:: with SMTP id m26mr4690073iob.161.1567696633263; Thu, 05 Sep 2019 08:17:13 -0700 (PDT) MIME-Version: 1.0 References: <1686643.PblvKQRnJp@mcmic-probook> <190b7291-812e-4337-bd09-950dc30c655a@Spark> <2157489.0uZv62oTo4@mcmic-probook> <5d70fa17.1c69fb81.3b882.827eSMTPIN_ADDED_MISSING@mx.google.com> In-Reply-To: <5d70fa17.1c69fb81.3b882.827eSMTPIN_ADDED_MISSING@mx.google.com> Date: Thu, 5 Sep 2019 16:17:01 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="000000000000f0fc180591cfd0e9" X-Envelope-From: Subject: Re: [PHP-DEV] [RFC] Union Types v2 (followup on github usage) From: rowan.collins@gmail.com (Rowan Tommins) --000000000000f0fc180591cfd0e9 Content-Type: text/plain; charset="UTF-8" On Thu, 5 Sep 2019 at 13:05, Mark Randall wrote: > Something I am finding hard on Github, and maybe it's just because I > haven't found the option yet, is finding new posts. > Yes, so far, I've been forced to choose between two imperfect options: - follow the discussion using the e-mail notifications only, giving worse context for the sub-threads than I'd get on a mailing list - scanning all the sub-threads on the PR to see if there are new replies I haven't read yet The ability to attach sub-threads to lines in the PR is certainly useful for some types of discussion, but a lot of the longer threads would be better off with just a subject line. Regards, -- Rowan Tommins [IMSoP] --000000000000f0fc180591cfd0e9--