Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:106895 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 39100 invoked from network); 6 Sep 2019 13:57:03 -0000 Received: from unknown (HELO php-smtp3.php.net) (208.43.231.12) by pb1.pair.com with SMTP; 6 Sep 2019 13:57:03 -0000 Received: from php-smtp3.php.net (localhost [127.0.0.1]) by php-smtp3.php.net (Postfix) with ESMTP id 5F1C52D20A6 for ; Fri, 6 Sep 2019 04:31:26 -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,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-ot1-x335.google.com (mail-ot1-x335.google.com [IPv6:2607:f8b0:4864:20::335]) (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 ; Fri, 6 Sep 2019 04:31:25 -0700 (PDT) Received: by mail-ot1-x335.google.com with SMTP id s28so5393478otd.4 for ; Fri, 06 Sep 2019 04:31:25 -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=Opxh2wl918tlF4TNHlmGinn1sUcvKER21urIu785XMg=; b=VW+Cdm2d6OmB3JxgC7dsyFst3CFKOpoUQRAwCOEh1CgxNUNa/6cAvstEq2nosZNuLu mAozrMo30AHcWRixNg3PWmnMH740L1ac6foP+3T2x6mUWb8R7TiW9A3py8DYnRrMZB6l XDlfL23gO1ztQ7Jc4K8IIe3zrHidlMtIRUonzJ/OGNcqBIIVF5pvffQc+hFLT7Bg2fpD P4yVQgC0z3s/dkANtOVFt2hLjlX29UHqI87O6GY0V2W9jp8BK4iPVloL8FhOLwu33QZF TeTP5KfKiKonvBSzN750y6hCRgUGpaTpCv9oWGgZYmDnjnO8VWzfoRTKJJL7dwPXmBK1 e7Ng== 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=Opxh2wl918tlF4TNHlmGinn1sUcvKER21urIu785XMg=; b=TQGydMTAPP0IEif2S+GsSUHHroEPsn7awdJX2VwI6svu3JPp48Dn4sZNLYOSqcxeFZ vvbygkMRNzK0DoJ9myNhwbt+7AzySl0XF6f+98aCsgZ1fZDK2+uHxVxHK7f0agBCTY60 Bj6McNvWSX7DwORVPzclxGPjTPIjDz+7Uxdsjdl+83JkaUImjpI9o0Z3KN7TAO+l7jX8 iyOesziFE/wZqroj/wCtJxmYaNyohMQOZqWdii7Ac8qJTPP4HwLVKmFHz/86o6XOf6y3 zKroC5vqh78RVy23BFcaJPjMkDOcqSQyQGiKCtGCiTVqgiEGGe44fwNI95NPyKbeVc1n 8e3Q== X-Gm-Message-State: APjAAAWm6cw3LSfR68p9lwNT3bqJ51vot0tx5Jx579HoRnmlA//JQ4xf 73RNPcvy+OW9qWglJ0BiXWeEI1abDgYCmwxT5bo= X-Google-Smtp-Source: APXvYqyNRBPbiKh0vSkRW7HwUdAR3o1ZH2g5uHv6+KG5DWrt2AYRottnco+BUMXJweBDaoJLhN+KumvbiYJJ8XI6n3w= X-Received: by 2002:a9d:7305:: with SMTP id e5mr6448650otk.252.1567769485216; Fri, 06 Sep 2019 04:31:25 -0700 (PDT) MIME-Version: 1.0 References: <1686643.PblvKQRnJp@mcmic-probook> <190b7291-812e-4337-bd09-950dc30c655a@Spark> <2157489.0uZv62oTo4@mcmic-probook> In-Reply-To: Date: Fri, 6 Sep 2019 13:31:13 +0200 Message-ID: To: Rowan Tommins Cc: Internals Content-Type: text/plain; charset="UTF-8" X-Envelope-From: Subject: Re: [PHP-DEV] [RFC] Union Types v2 (followup on github usage) From: peterkokot@gmail.com (Peter Kokot) On Fri, 6 Sep 2019 at 11:11, Rowan Tommins wrote: > > On Thu, 5 Sep 2019 at 22:45, Peter Kokot wrote: > > > GitHub usage is inevitable. > > > > Did you use the wrong word here, or are you saying that, of all the > hundreds of different platforms we could investigate, there is no chance > that we would end up using something other than github? Plastic analogy - adding "127.0.0.1 github.com" to your /etc/hosts file shows that developer cannot bring most of the today's (PHP) projects to any working state without using it. That's what is meant by inevitable because everything open source today is either on GitHub and some minor ones scattered around custom Git repos and other Git hosting providers. PHP is already using GitHub. Is it moving to something else? No, so let's not complicate things more with other hosting providers now. USA political issues and embargo on some countries are indeed a reason I'm also willing to accept that PHP won't be using GitHub otherwise. For other reasons presented here, none is convincing enough to me honestly. -- Peter Kokot