Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106879 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 80619 invoked from network); 5 Sep 2019 16:13:11 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 5 Sep 2019 16:13:11 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 73D862C9127 for ; Thu, 5 Sep 2019 06:47:20 -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,URIBL_BLOCKED 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-xd2c.google.com (mail-io1-xd2c.google.com [IPv6:2607:f8b0:4864:20::d2c]) (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 06:47:20 -0700 (PDT) Received: by mail-io1-xd2c.google.com with SMTP id r26so4960860ioh.8 for ; Thu, 05 Sep 2019 06:47:20 -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=2FElu7Nm4o1SoQetowJfZPhVE4HPfzMJa1gsZ6N+iPw=; b=ueDhqewG60SomTMJfQBZTU91W+56o9J9SIBw+mIbJuHx+KVNggQfHJI0LIIAP+mtR2 xcHzzfXdzrXy9KUPxBycrHz1suaPh8xkiXPvAHjWhJ+hzcwj2+1whSsbn4KtsTWei1Lu cnDb4x6s8eM5oU0BY1EUznVJnfakNI3n7xUqsEyPr95O+dMwv2l/GWMp29iTDUB/O/um jghu2LhokGNyidiExceVwZmbhrvwhZC0A9y/P65enPpYJhpGIbKA1qIka9Cn87Dq4FQM SrfyGoXgYp3UXKD9Djq268DGnhOwfnkkaGzLeil6DOy93eNMF9DDjjsfJ+ypbUP7CQrn r81Q== 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=2FElu7Nm4o1SoQetowJfZPhVE4HPfzMJa1gsZ6N+iPw=; b=syWqkA2uzpZnZSTx5fF8l7P+uKdZFfFdMOxWC3jRoc14dF1R+XJriw0SLMcodkSf6p ghHiPDAIdg9ubcEYGa6csCGGQhgEPplGFjo8SsZ8ol0cOUJjbdrqtIDMtwhIeMKQ6VbH QUXla/3Zs6katRuhPtGNfY0LD0tF+Jk24jVIybB33T4MzV40RQyNIoY2c0bBgIrgopbT 6Uaz0ivDXvfhIQEvkC+T1xP6IUbL2pnDedkSZutAp55ba5uNlE19UzlLRTkeTsgf4vm/ joIw5/1rp8wDd1/OcLk0zQw0K62msf64XyY4ue+4cEm1oXvCM0ijGHyBwqoi/wniRPBB cRfg== X-Gm-Message-State: APjAAAWzs/MVibpGpZHrlURnUBxadHn9tW7WNBU9YVBSkPN6nIObmYrV U71fMinb7YOEE3SLGaWvDTF/the5PpxwnZ+FoaSWV4AH X-Google-Smtp-Source: APXvYqyOEb1DmW58tCtdBBoFT/ymcRC175gixyy3QHUOc6kUIsA7QPnZ3eSI7ZQW0fveDByf1AUtqwlbqyGs/eVVGQo= X-Received: by 2002:a6b:3806:: with SMTP id f6mr4174336ioa.120.1567691238946; Thu, 05 Sep 2019 06:47:18 -0700 (PDT) MIME-Version: 1.0 References: <2157489.0uZv62oTo4@mcmic-probook> <3425415.rOq7SuEVWJ@mcmic-probook> <10cee067-fa67-47cd-b37a-428b6db06844@Spark> In-Reply-To: <10cee067-fa67-47cd-b37a-428b6db06844@Spark> Date: Thu, 5 Sep 2019 14:47:07 +0100 Message-ID: To: PHP internals Content-Type: multipart/alternative; boundary="0000000000006a3fed0591ce8f0f" X-Envelope-From: Subject: Re: [PHP-DEV] [RFC] Union Types v2 (followup on github usage) From: rowan.collins@gmail.com (Rowan Tommins) --0000000000006a3fed0591ce8f0f Content-Type: text/plain; charset="UTF-8" On Thu, 5 Sep 2019 at 14:29, Brent wrote: > I believe GitHub is the way to go. Several large communities manage their > OSS on it and have proven it works, PHP should simply do the same. > I think this is just as simplistic as saying "never". What are these communities using it for, and what would we want to use it for? Are our requirements the same as theirs, and is GitHub the best solution for those requirements? For instance: - Rust does not use GitHub as its primary co-ordination mechanism, it has an online forum at https://internals.rust-lang.org/ - The ECMA TC39 committee has a specific membership structure and holds regular in-person meetings - There are undoubtedly more open-source communities _not_ using GitHub than who _are_ using it To be clear, I'm not saying these are reasons against GitHub in themselves, but it's a rather huge leap from "here are four repos I found" to "GitHub is the way to go"; we should be making specific arguments for why it will meet our needs, and evaluating it among all the alternatives. Regards, -- Rowan Tommins [IMSoP] --0000000000006a3fed0591ce8f0f--