Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77535 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13968 invoked from network); 23 Sep 2014 14:01:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Sep 2014 14:01:26 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.48 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.192.48 mail-qg0-f48.google.com Received: from [209.85.192.48] ([209.85.192.48:43596] helo=mail-qg0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/62-01186-53D71245 for ; Tue, 23 Sep 2014 10:01:26 -0400 Received: by mail-qg0-f48.google.com with SMTP id z107so4484082qgd.21 for ; Tue, 23 Sep 2014 07:01:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3PpPZtPpc/SRqbmTR8aj8pJvl2FqRvkTA0jz9NSkU5c=; b=FUHyxaplkTUucTRQGHv+YuMHk6MlcGRHx/d0ik77K7mfoN1I1xkoGYlJaUyvk5fNLG 7FYHGPFu2wqA+mkUP/p4sOlHX9hAZT6ks8WHqaBTuaZ8QzzGSXmoLPehVUeyKf43fRSz vgxbjEkSZLtTaLyNOozwJo60bj0Nm3GIc4wT+8+rSC7nMWhk4+RAwlsM/B5O1QBIlxUx pMVsuaOZ9IPXlCVPChvCM7iAOgvMhaJ5ChasqrzTIOvejbnweiVR4us7ToE1y1bDX+ZS ulKeqsmRWbhXW3gFOI1Jxogxi/QcyPz+rJQVHFBizbkyZ/wgpQu1BtV1vQprTazmwski e8ww== MIME-Version: 1.0 X-Received: by 10.224.28.133 with SMTP id m5mr31698406qac.16.1411480883494; Tue, 23 Sep 2014 07:01:23 -0700 (PDT) Received: by 10.140.91.14 with HTTP; Tue, 23 Sep 2014 07:01:23 -0700 (PDT) In-Reply-To: References: <8DEFB90E-0F7F-4876-890D-D4AD1C655D87@ajf.me> <54212EE9.6070108@anderiasch.de> Date: Tue, 23 Sep 2014 16:01:23 +0200 Message-ID: To: Andrey Andreev Cc: Florian Anderiasch , Zeev Suraski , Derick Rethans , Andrea Faulds , PHP internals Content-Type: multipart/alternative; boundary=001a11c1db70ab073d0503bc009c Subject: Re: [PHP-DEV] Is it fair that people with no karma can vote on RFCs? From: tyra3l@gmail.com (Ferenc Kovacs) --001a11c1db70ab073d0503bc009c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Sep 23, 2014 at 3:27 PM, Andrey Andreev wrote: > On Tue, Sep 23, 2014 at 4:13 PM, Ferenc Kovacs wrote: > > On Tue, Sep 23, 2014 at 10:27 AM, Florian Anderiasch > > wrote: > > > >> On 09/22/2014 08:56 PM, Zeev Suraski wrote: > >> > The first bullet is the one this thread deals with so far. It clear= ly > >> > states that having an SVN account isn't enough - but that code > >> contributions > >> > to PHP are mandatory. We should probably consider revising that to > also > >> > account for people contributing docs and other types of submissions. > I'd > >> > also consider adding a requirement for contributing at least X commi= ts > >> (say > >> > 20 or 50) so that someone who did a one-off or two-off patch won't > have > >> the > >> > same vote as someone who contributed hundreds or thousands of > commits. > >> I > >> > believe this data can be easily pulled from git. > >> > >> That's a horrible idea. From a very quick unscientific glance at > >> https://github.com/php/php-src/graphs/contributors there's only ~50 > >> people *ever* to have more than 20 commits in php-src. (Incidentally I= 'm > >> at the very bottom with 22, should I be happy to just have made the cu= t > >> if php-src commits are the only metric?) > >> > > > > from a quick look that list only contains the contributors with an > existing > > (and matching) github account. > > there are around 170 accounts with 20 or more commits: > > https://gist.github.com/Tyrael/3bf0d24d33cf6b9e828b > > ofc. some of those accounts are technical ones like the one with the > empty > > name (was used for changelog entries from a quick look), and there are > also > > some commits which were done by the same person but using different > > email/author name. > > Even that list is not complete - it shows me with only 1 commit while > I've got 2 pull requests merged. > > one of your pr's did not keep the author info, it seems as it was squashed into a single commit: http://git.php.net/?p=3Dphp-src.git;a=3Dcommit;h=3Dec2fff80e768dfb04aa393c0= 6a2b1a42a9e871ff so it isn't a problem with the list, but how your PR was merged. ofc. probably there are other similar cases, so the potential number of people with more than 20 commits could be different, but this the info we have easy access to, and I don't think that it would change the numbers significantly. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --001a11c1db70ab073d0503bc009c--