Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:102772 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55231 invoked from network); 11 Jul 2018 18:35:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2018 18:35:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=levim@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.208.171 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.208.171 mail-lj1-f171.google.com Received: from [209.85.208.171] ([209.85.208.171:46299] helo=mail-lj1-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/5C-15421-5FD464B5 for ; Wed, 11 Jul 2018 14:35:34 -0400 Received: by mail-lj1-f171.google.com with SMTP id 203-v6so9092519ljj.13 for ; Wed, 11 Jul 2018 11:35:33 -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=gBpZerVDfzdTkeM5mubkGNrhVqUvnSeaeuozALyqJfs=; b=o9nmSY5yYxwy1v9Ia9oI97kDpl2AGS+S232KmyBcD1XEpYW6D2n0M+t1vKI1UDr2on 0SxT3OLR2KpJQpk+JU8CwhNItNx927TMp1VEhgETOjNx/GcsE69rub1jln0XKvjI++Og bYUPweNpwSbsUXWzkwr8A/6HFejbB/9tFX+wuW+lVAuwsTG2BHUW4+ORSCxJMhYu3PPh Uip+om3xX84p/RjTV6mYeE00I1B8xgPRqYH9w+l2qN+mxocVxpjZMluVnGGDc7MBb4qX Llh7wueCx3V7+YOaQS5vCvJejdscB+g2iPisY4STzD4eKvWRCwq+6wv6T4v4uRRr96Pz mxzw== X-Gm-Message-State: APt69E36wzluZXeIA/v+6hMbJCXK4iX4rnomF8oq7NWcgxg/DBLZKiDI MnMbHwEjHP3f7FEeTz2Dw7mZQ2+wHbBDUeYzmOs= X-Google-Smtp-Source: AAOMgpdrIQLB/d4EC4mtQlwqLEsnrU8X8X2+cC42dU6DMkxMEzZV4DlY/cciXY9qLh43OrGSByr08cBSObTpHvJs6xU= X-Received: by 2002:a2e:2282:: with SMTP id i124-v6mr18195946lji.11.1531334130337; Wed, 11 Jul 2018 11:35:30 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Wed, 11 Jul 2018 12:35:18 -0600 Message-ID: To: Stas Malyshev Cc: Joe Watkins , internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] abolish narrow margins From: levim@php.net (Levi Morrison) On Wed, Jul 11, 2018 at 12:19 PM Stanislav Malyshev wrote: > > Hi! > > > We discussed it a year ago, and discussion died down to nothing (possibly > > because it was sidetracked); If there are no objections I'll bring it to > > vote in the coming days ... > > I tend to agree with the sentiment, but not 100%. I think there are two > kinds of changes - one kind is more fundamental than the other. I.e., if > we add a major feature to the language (like strict type checks, for > example) it is going to have major influence on the language and > virtually everybody using it. You can't just ignore it. This also goes > to changes which alter ways that the syntax works, etc. which have > potential to break existing code (even if it's bad code, still). > > Then there are more "neutral" changes - like adding an utility function > or an option to a function. PHP has a lot of "syntax sugar" functions > and sometimes even "kitchen sink" functions - ones that most people > don't use but some do. Having one more would not be that big of a deal - > that's where, unlike the above, "what you don't use doesn't hurt you" is > true. > > You probably have guessed already what I am getting at - the second kind > is probably OK to have 50%+1, since people that don't need this > option/function can vote no but still we can have it if more people do. > The counter-argument could be that people that don't need it can just > avoid voting, but then we don't have clear boundary between "I don't > think it's useful for enough people to add it" and "I am on vacation and > haven't bothered to even have an opinion". If it's a utility function and somehow ~49% of voters oppose it... think about that. It's 49% objectionable! I don't think that should pass, not even for a utility function people. > That said, I'd love to see how many of the accepted RFCs we have now > were actually accepted by margin between 50%+1 and 2/3 and what they > are, if the number is very low maybe it's irrelevant. Unfortunately I > don't have time to do it myself soon, but it would be super-awesome if > somebody did. I did this analysis in the past. There are very few RFCs that passed in this window between 50%+1 and 2/3, but there are a few. The array_key_first/last RFC is on track to pass in this region. > P.S. The question of quorum is interesting to explore, though I am not > sure how we figure out the numbers.