Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19585 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 2849 invoked by uid 1010); 13 Oct 2005 10:58:19 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 2834 invoked from network); 13 Oct 2005 10:58:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Oct 2005 10:58:19 -0000 X-Host-Fingerprint: 195.197.172.115 gw01.mail.saunalahti.fi Linux 2.4/2.6 Received: from ([195.197.172.115:45776] helo=gw01.mail.saunalahti.fi) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id E3/29-54476-BCD3E434 for ; Thu, 13 Oct 2005 06:58:19 -0400 Received: from nest.netphobia.fi (YZDCXXXI.dsl.saunalahti.fi [85.76.35.232]) by gw01.mail.saunalahti.fi (Postfix) with ESMTP id E6E85F219F; Thu, 13 Oct 2005 13:58:13 +0300 (EEST) Received: from nest.netphobia.fi (nest.netphobia.fi [127.0.0.1]) by nest.netphobia.fi (8.13.1/8.13.1) with ESMTP id j9DAwF9d019904; Thu, 13 Oct 2005 13:58:15 +0300 Received: from localhost (jani@localhost) by nest.netphobia.fi (8.13.1/8.13.1/Submit) with ESMTP id j9DAwEG0019901; Thu, 13 Oct 2005 13:58:14 +0300 X-Authentication-Warning: nest.netphobia.fi: jani owned process doing -bs Date: Thu, 13 Oct 2005 13:58:14 +0300 (EEST) Reply-To: Jani Taskinen To: Lukas Smith cc: internals@lists.php.net In-Reply-To: <434E33F6.8090408@php.net> Message-ID: References: <8A.A0.54476.5302E434@pb1.pair.com> <434E33F6.8090408@php.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Re: [PHP-DEV] milestone From: sniper@iki.fi (Jani Taskinen) On Thu, 13 Oct 2005, Lukas Smith wrote: > > Jani Taskinen wrote: >> >> Unnecessary, you can tell the user within the closing comment >> in which branches you fixed the bug. Don't forget that it can >> CHANGE later, someone reverts the fix or the fix wasn't needed >> or.. you get the picture. > > Does it hurt though? Yes, if everyone doesn't use it. And it's useless as long as you can select only one "milestone". > It makes it alot easier to update things if necessary. Say for example we > decide not to release a specific version we can easily find all the relevant > bug reports and update the milestone version. Also it will help reminds > developers to even put this information in, compared to the current state of > affairs where the tendency to not note anything. Finally this information will > be a in a fixed location in a fixed format, compared to in the comments where > additional comments can clutter this information away. We already have the fixed bugs in NEWS, that's enough. > Finally the RM can target any relevant open bugs easily this way and quickly > get to them. > > I see only advantages and no real disadvantage. I see only more work. --Jani