Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74754 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85687 invoked from network); 5 Jun 2014 12:24:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2014 12:24:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.176 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.128.176 mail-ve0-f176.google.com Received: from [209.85.128.176] ([209.85.128.176:55355] helo=mail-ve0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/50-17294-08160935 for ; Thu, 05 Jun 2014 08:24:33 -0400 Received: by mail-ve0-f176.google.com with SMTP id jz11so1049966veb.21 for ; Thu, 05 Jun 2014 05:24:30 -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=U9jXq0/YMSsHLhznywcDiR89D5tf5Go1ELP5k+TEtTg=; b=0Yh5lHc6Nfztnjg4IgP0yRbPJqFrDmbVBtD5L5RBmuj4oXUZjCKJZ4XIyJxxz1kNZl ZFCDEZ4MRzb/DkXA2ojoubGW2QwT2U8hGbw7JdyzoGqpeKWQFYrH8HNDjjdjvm3tr5/q TnqEhQBkuQxt58Vcy4ORj4AxyFPLd+gyhFcI5MzUbGOQ27X/nB38/199J2oZqabSe+NY fQu4q6ooubiLKBvIxuaslKaE8I/Flzpd9BSMf5PNfb7s+raYpVhwBHMNdL4gE+ICB1Tu 9uCN51xAfSqlfthWB642/hIZ86AM2HZiwZP22P45hHRsVYYstDcfe5iQU2TQ+c9U3IMK 62Gw== MIME-Version: 1.0 X-Received: by 10.58.209.233 with SMTP id mp9mr23731242vec.30.1401971070613; Thu, 05 Jun 2014 05:24:30 -0700 (PDT) Received: by 10.58.212.70 with HTTP; Thu, 5 Jun 2014 05:24:30 -0700 (PDT) In-Reply-To: References: Date: Thu, 5 Jun 2014 20:24:30 +0800 Message-ID: To: Ferenc Kovacs Cc: PHP Internals Content-Type: multipart/alternative; boundary=047d7bd6c318a6414c04fb15d330 Subject: Re: [PHP-DEV] should every bugfix have a bugreport? From: tjerk.meesters@gmail.com (Tjerk Meesters) --047d7bd6c318a6414c04fb15d330 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, Jun 5, 2014 at 8:00 PM, Ferenc Kovacs wrote: > Hi, > > I think it would be really nice, if we could have a policy that bugfixes > should always have an issue on http://bugs.php.net. > Of course if the bug was spotted and fixed before a public (stable or qa) > release was made should be excluded from this rule. > So when fixing the bug and adding the NEWS entry for a bug which wasn't > reported through the bugtracker, then one should check the bug database a= nd > if no report is found he/she should create one. > For the projects/exts which are using other type of bugtracker (opcache a= nd > phpdbg comes to mind with the github issues), those would be ok to use. > > Having this policy would mean a bit more work for those fixes which doesn= 't > have an issue at hand, but I think it would still worth it for the > following reasons: > > - sometimes explaining the need for the change or why do we have to fi= x > that way can't be summarized in a commit comment. > - the NEWS entry is also used for the changelog ( > http://php.net/ChangeLog-5.php) and for the release announcements, and > if somebody want's to complain about some change that we made, it is > easier > to reference it if there is a bug linked to it. > > what do you think? > +1. I use the bug numbers to author test cases (bug + nr . phpt), so it's already part of my own workflow :) > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > --=20 -- Tjerk --047d7bd6c318a6414c04fb15d330--