Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68168 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79499 invoked from network); 18 Jul 2013 19:58:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2013 19:58:02 -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.169 cause and error) X-PHP-List-Original-Sender: lior.k@zend.com X-Host-Fingerprint: 209.85.214.169 mail-ob0-f169.google.com Received: from [209.85.214.169] ([209.85.214.169:63024] helo=mail-ob0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/FE-20914-8C848E15 for ; Thu, 18 Jul 2013 15:58:01 -0400 Received: by mail-ob0-f169.google.com with SMTP id up14so4225338obb.14 for ; Thu, 18 Jul 2013 12:57:57 -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=tEhbiw1zLHA8Q0CHaRB0BAaAabNSpZBdvC2VWGGxgO8=; b=iWdZNaQxwhRvZvVW/ug7DxtC7SBv14hNEB/x4iGROp/4mPPmXnY8zjUn4g31U2PEHu awX5V2ocu9CSw70MKmw9ZHeSTRbp5N0Y1jwhQnb6bJaQvaMxqeXm7MaEQuqCJEGFg4sr Vx1FswciQE5+tmTLSZTSMXnmSVzhghZAL/m17GBMGq/hh6YUiibPCHi+6Fqf2UZIlkek v4gxL7FCQMA26ITI6251d+ZYbXcEufCL//N4bZiU7NnbCb261s9gwxddqXhTFOyBeBMN ATCxLqk10tr4BtV1doRU7fWiMGVBW+cWpBV5YmlrYlpA9J6dEa/ZSTgTq7BZlTvjMqXa hvHA== MIME-Version: 1.0 X-Received: by 10.182.53.234 with SMTP id e10mr9174099obp.47.1374177477850; Thu, 18 Jul 2013 12:57:57 -0700 (PDT) Received: by 10.60.40.65 with HTTP; Thu, 18 Jul 2013 12:57:57 -0700 (PDT) In-Reply-To: <51E83B38.2010301@sugarcrm.com> References: <51E83B38.2010301@sugarcrm.com> Date: Thu, 18 Jul 2013 22:57:57 +0300 Message-ID: To: Stas Malyshev Cc: PHP internals list Content-Type: multipart/alternative; boundary=001a11c1c00c6d0d2804e1cea04e X-Gm-Message-State: ALoCoQl1w8PJFbp+QG/wVossDppzV1rU+lcug51M+4StIPEW/TaL2B2inGEzHk7rhx8j8Z9s3xqfk9/ADfCQBA5AfnMIZyr0D4R0WLfqETRIlgL6kGRWw5YxupMBWwR34O5oHL0A0iHx Subject: Re: [PHP-DEV] Pull requests report (17/7/2013) From: lior.k@zend.com (Lior Kaplan) --001a11c1c00c6d0d2804e1cea04e Content-Type: text/plain; charset=UTF-8 On Thu, Jul 18, 2013 at 10:00 PM, Stas Malyshev wrote: > > 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. > > Again, it would not be hard to add tests for many of them, the problem > is again - time. For myself, I'd rather spend time on merging properly > done patches or fixing bugs than finishing up patches that the original > author could finish up. But if some people decide that this is a good > way for them to contribute - that'd be great. Otherwise, removing these > pulls from public view would only mean they'd never get taken care at all. Maybe offer the list of needed tests as an easy task/hack so even people not into the internals could contribute. e.g. https://wiki.documentfoundation.org/Easy_Hacks Might be a win win for everybody ? (although some help might still be needed) Kaplan --001a11c1c00c6d0d2804e1cea04e--