Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79969 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11728 invoked from network); 27 Dec 2014 19:36:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2014 19:36:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.45 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.215.45 mail-la0-f45.google.com Received: from [209.85.215.45] ([209.85.215.45:59095] helo=mail-la0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B1/D0-07151-F1A0F945 for ; Sat, 27 Dec 2014 14:36:00 -0500 Received: by mail-la0-f45.google.com with SMTP id gq15so9752940lab.4 for ; Sat, 27 Dec 2014 11:35:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=b9EP1kRr4T+W2AwDKpUoeRZOAZjnmlXlaRvJJiiM0ak=; b=g5cOEttqYnNcnTyBA+/CQRoEAWTarloVjdefq4vBKRkTfHhTOqvbyur8bB2rtWQNEI tt15M27I2CsFpkV9lCbiKmJyQmCWG6Ln/njL1fc3f4D48GTo0y2BUhZUaoR/CMrMTgca SO95VsZDHkJCnt0uecIn/OUgagziW+sywPnbwE6xz/w1JjsKK1FKoxNMek9JVO18ROpM H65YjSN0pZFUioVvJ4L5ZcIV/xkOs+xFuqpRuxkL4TIp2U1tUz6PkM8D+8DYZwk9dQIc kOhzx8vbSRUiVGW3MsGKNnCKC8dngbGbc6uuZ9oXz3X12jX2GrKDmJ5DdZPaSfXqJmvG YRqQ== MIME-Version: 1.0 X-Received: by 10.152.228.164 with SMTP id sj4mr47256972lac.98.1419708957199; Sat, 27 Dec 2014 11:35:57 -0800 (PST) Sender: kalle.php@gmail.com Received: by 10.112.138.161 with HTTP; Sat, 27 Dec 2014 11:35:57 -0800 (PST) In-Reply-To: <755EEF90-6ADC-43B8-9746-D3E742D064C3@ajf.me> References: <549ECB02.5000602@php.net> <46BE54DF-ED1E-477B-95EC-779042ABC326@gmail.com> <755EEF90-6ADC-43B8-9746-D3E742D064C3@ajf.me> Date: Sat, 27 Dec 2014 20:35:57 +0100 X-Google-Sender-Auth: Fq1eeMLZyuGK8GhR_IWeJKBnh8E Message-ID: To: Andrea Faulds Cc: Rowan Collins , Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Bugfest From: kalle@php.net (Kalle Sommer Nielsen) Hi Andrea 2014-12-27 20:08 GMT+01:00 Andrea Faulds : > As Rowan says, this would be a problem. Rather than just closing all bugs= that are of a certain age, we should just go through all the open bugs one= by one. 4000 open bugs is a lot, sure, but with a few people working at it= I think we could get through that quite quickly. :) I for one are against just closing old bugs without at least a review too. If we can have 5-10 developers (from any part of the community with a @php.net account) to look over a few bugs a day, then we can quickly bring that number down. We also have a fair bit of bugs assigned to people that I'm sure are not actively being worked on (notably Pierre, nothing personal here), but I doubt that Pierre have the time to work on the 120 bugs assigned to him at the moment, maybe some pieces, bits and bytes are laying around, I'm sure that also is a small factor for others, be that new contributors or veterans that will think that the bug is being worked on but really it isn't. Personally I have tried in December to lower my number and I'm down to below 10, whether that is simply unassigning myself, revewing the report or fixing it. Another thing with assignment of bugs is, some people are assigned by others because it is their area of expertise, take Dmitry for example he is one of the few guys that knows the Engine better than my own backpocket and often bugs are assigned to him for review but some ends up in the vast ocean of open bugs and are forgotten, again nothing personal and I have not been any better myself (I just closed an almost 4 year old bug assigned to me with a working patch). We could maybe have some advocates that could moderate bug reports and hand out some @php.net forwarder candy to such that wants to help the community but may not be able to write patches or fix them directly. --=20 regards, Kalle Sommer Nielsen kalle@php.net