in_avail() bug not fixed in 3.0.3

Joe Buck jbuck@synopsys.COM
Fri Dec 14 12:05:00 GMT 2001


I wrote:
> > but it does point out a problem: we
> > don't have a way of querying GNATS to find which bugs fall in this
> > category (fixed for 3.1 but not for 3.0.x).

Phil Edwards writes:
> This is YARTTOG[*].  I haven't seen any other bug-tracking system
> which offers this specific behavior ("fixed in release X byt not in Y" yet.
> Bugzilla has a field for "fix this bug by release X".  I don't think the
> Debian BTS has any such field either.

Our internal SQL-based bug database lets you do it, indirectly.  The
bug state can only be OPENED, ASSIGNED, FIXED etc like GNATS, but there's
also a field for the release containing the fix.  Given something like
this, it's not difficult to write an SQL query that shows all outstanding
bugs on the 3.0 branch, as you would also include bugs marked FIXED
if the fix release were set to 3.1.  This would require, though, that
the bug database be updated when a fix is back-ported.



More information about the Gcc mailing list