[Zope-Checkins] Re: Zope-Checkins digest, Vol 1 #529 - 12 msgs

Martijn Pieters mj@digicool.com
Fri, 9 Mar 2001 20:32:04 +0100


On Fri, Mar 09, 2001 at 12:53:12PM -0500, Ken Mannheimer wrote:
> I certainly can see how it would be useful, but i don't think it's likely
> to be implemented any time soon.
> 
> The log diffs don't involve *any* intervention or special actions by the
> person doing the checkin - all the connections are there in CVS, for the
> script to put together.  The bug reports are not connected, and it's very
> non-trivial to make the connection.
> 
> It's possible we could convince the support folks to include the URL for
> the collector item.  I don't think it's a good idea, though, to add even a
> scintilly more work to the process of resolving a bug report - we don't
> want to reduce disincentives to processing them, not add load!
> 
> Good idea, not likely soon...

It would be simple to implement URLs to the bug collector. Use a regular
expression that searches for [bB]ug[ ]+#([0-9]+) and create a summary at the
bottom (before the diff) with links to referenced bugs. The group from the
regexp contains the bug number, and the URL is then very easy to generate.

-- 
Martijn Pieters
| Software Engineer  mailto:mj@digicool.com
| Digital Creations  http://www.digicool.com/
| Creators of Zope   http://www.zope.org/
---------------------------------------------