Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68148 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1231 invoked from network); 18 Jul 2013 07:54:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 07:54:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=lior.k@zend.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=lior.k@zend.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain zend.com from 209.85.214.177 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.177 mail-ob0-f177.google.com Received: from [209.85.214.177] ([209.85.214.177:36356] helo=mail-ob0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/20-20914-03F97E15 for ; Thu, 18 Jul 2013 03:54:25 -0400 Received: by mail-ob0-f177.google.com with SMTP id ta17so3384362obb.22 for ; Thu, 18 Jul 2013 00:54:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=am8wEOPFDufF7rYGw7LxFEORxlq23pPyBriWAOXwjno=; b=ggPj+TaD39DPCr4pjfEP9ZLBrr0QNzGRv2EwVehLT/wcU8OT0hR+OABpKvOcshRs1e D6IhEng9MOKK+lEsJNFMiIPmNaLQsrbx5LQmUrqAPysCmrv06J0LcCN9kKW6HPCbvBAl KPDkIv1a1TxD+5T4jG3qEC332lTChxMT0BIjkNUv+VoFDZOSvPHCH7DrYYH/R/pEZN1s Pxcal0tY9vV2di+3ZjK7dmG2iDv3FTol659p9t6jYXtE2zKe6kd5MKuwrP0dp172nNj6 ULFCOF7GdLnqdpiKclDfXXra/Y6PgPgcdtM4P2wD4UT6QsqU42SddHLtJljatiAUKhRG cWww== MIME-Version: 1.0 X-Received: by 10.60.36.230 with SMTP id t6mr11985084oej.39.1374134062023; Thu, 18 Jul 2013 00:54:22 -0700 (PDT) Received: by 10.60.40.65 with HTTP; Thu, 18 Jul 2013 00:54:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Jul 2013 10:54:21 +0300 Message-ID: To: Sherif Ramadan Cc: PHP internals list , Veres Lajos Content-Type: multipart/alternative; boundary=089e01183f28a4b5b204e1c48482 X-Gm-Message-State: ALoCoQl5sQYxkh/0yu/a62mMrCllDFiDLcBxvM3z2D8uALvbjapGUzFfUj+8Y/4er8cLH/Ge+VVdyAY9flAkfazGqappvQoT+BPwaLd7DEhJVyUmWFwjgDrSu5GG4iIlZqEr7LUNIt5M Subject: Re: [PHP-DEV] Pull requests report (17/7/2013) From: lior.k@zend.com (Lior Kaplan) --089e01183f28a4b5b204e1c48482 Content-Type: text/plain; charset=UTF-8 On Thu, Jul 18, 2013 at 4:21 AM, Sherif Ramadan wrote: > On Wed, Jul 17, 2013 at 6:47 PM, Lior Kaplan wrote: > >> What do you think about closing older PR ( > 28 days) ? >> > > First off, thanks for all the hard work. PRs aren't getting as much > attention as they should, and I'd like to say that I certainly haven't been > helping as much as I should with them. What I am noticing though, is that a > lot of these newer PRs, or the ones that are getting more attention, seem > to be fairly cosmetic changes. I mean, spelling mistakes are all great > fixes, and no disrespect to any contribution small or big, but there are > certainly a lot of PRs which people have spent a great deal of time working > on, clearly, that seem to be getting ignored. If we start closing these > strictly because of how long they've been open it would be such a > discouragement to everyone who contributed. I sincerely hope this doesn't > happen. I'd much rather see people spending more time on reviewing some of > the older PRs and seeing if they're worthy of merging or not based on > substance rather than just dismiss them based on how long they've been open. > > I've tried to get in contact with some of the original authors of at least > a couple of PRs in the past weeks to see if they were interested in working > on an RFC to get their PRs merged as they necessitated some more > discussion, but so far have come up empty. So I'll try to help out as much > as I can with the ones that can get immediate attention. > I'm glad to see that question got everyone's attension (: Indeed we started with the easy ones... there isn't any reason simple patches won't get merged very quickly. We have some PR which the disscussion about them is stuck, the question is who and when do we cut it off and send the author to rework his patch. After some feedback was given, if the author isn't responsive, and no one else wants to handle the patch instead, we can reject and ask them to come back when ready. Also, we have more than a few PR which the patch is OK, but are stuck due to a missing test. This is fair enough, but should also have some rule of thumb for these cases. Seeing a long list of PR waiting for a year isn't much encouraging, I would prefer to see people quickly either have their changes accepted, sent to improve the PR or completly rejected. Don't forget the PR can always be resent and the work isn't lost. Kaplan --089e01183f28a4b5b204e1c48482--