Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45649 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35646 invoked from network); 29 Sep 2009 10:07:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2009 10:07:02 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.133 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.133 mailout1.netbeat.de Linux 2.6 Received: from [83.243.58.133] ([83.243.58.133:34211] helo=mailout1.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F9/E1-25860-24CD1CA4 for ; Tue, 29 Sep 2009 06:07:00 -0400 Received: (qmail 31308 invoked by uid 89); 29 Sep 2009 10:08:26 -0000 Received: from unknown (HELO ?192.168.1.111?) (postmaster%schlueters.de@93.104.108.14) by mailout1.netbeat.de with ESMTPA; 29 Sep 2009 10:08:26 -0000 To: Pierre Joye Cc: PHP internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 29 Sep 2009 12:06:23 +0200 Message-ID: <1254218783.11658.6.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Attempt to get 5.3.1 release one step further From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, On Mon, 2009-09-28 at 22:52 +0200, Pierre Joye wrote: > As an attempt to get 5.3.1 release sooner rather than later, I would > like to give a hand to Johannes (who is MIA ;), to get the patches good thing :-) > merged in 5.3.1 in a controllable manner (from a QA point of view) and > as soon as possible. Many of you certainly contacted Johannes in one > way or another to ask him to merge a patch. That's a good thing except > for one part, we have no trace of these requests :) > > That's why I would like to get a list of these requests here: > http://wiki.php.net/todo/php531 What I actually - while doing quite lazy computer-less vacation - tried to find is a nice tool to a) visualize commits that have been merged (most tools do this the other way round only ("this commit is a merge coming from there") and b) comment on commits that they should be reviewed deeper/should be/won't be merged The best I found is a stupid spreadsheet and random (custom) svn properties and some scripting, but that's some pain, too. As I think without such a tool it ends in a mess, anybody knows such a tool which works on unix or linux systems? some background: Initially I thought about doing this strictly chronically but this won't work for fixes which should be merged but aren't 100% complete, yet and similar cases. Thanks, johannes