Forum OpenACS Improvement Proposals (TIPs): Re: TIP #61: (Proposed) Guidelines for CVS committers

Collapse
Posted by Roberto Mello on
Approved.

Jeff, perhaps we should use the Debian packaging system way of closing bugs. In the changelog one can write: closes: #12345. The regular expression used by their system is the following:

/closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i

Debian has an archive maintenance script (katie) that takes care of closing bugs in the bug tracking system when a developer uploads a package with a closes: field in the changelog. We could write a similar script to do that for our bug-tracker. I would be happy to do that.

-Roberto

Collapse
Posted by Jeff Davis on
I think we should use "resolves" rather than "closes" since we have adopted (for better or worse) the convention that bugs are marked resolved and the fix must be confirmed for it to be closed.

"close" is shorter though :)