public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Volker Reichelt <reichelt@igpm.rwth-aachen.de>
To: S.Bosscher@student.tudelft.nl
Cc: dberlin@dberlin.org, gcc@gcc.gnu.org, bangerth@ices.utexas.edu,
	giovannibajo@libero.it
Subject: Re: Suggestion for a new GNATS policy
Date: Sun, 11 May 2003 22:24:00 -0000	[thread overview]
Message-ID: <200305112217.h4BMHdNZ024182@relay.rwth-aachen.de> (raw)

On 11 May, S. Bosscher wrote:
> Dan wrote:
>> On Sunday, May 11, 2003, at 04:30  PM, Volker Reichelt wrote:
>> > 1) The state "analyzed" does not help much, because the requirements 
>> > are too weak: It just means that somebody has looked at it and agrees
>> > that there's a bug in GCC. Very often not even the class of the PR is
>> > set correctly. Preprocessed files (especially for C++ bugs) are often 
>> > huge so that somebody who tries to fix a bug has to do major work 
>> > (which could be done by somebody else) before being able to tackle
>> > the core of the problem.
> 
> I agree.  For many PRs, "analyzed" now just means "yup, I see it, too",
> which is not what I call analysis :-)
> 
>> > So IMHO we need some stricter requirements for reports in state 
>> > "analyzed". Knowing that any analyzed PR is in the right class and
>> > has a simple testcase attached and a suitable synopsis line would 
>> > help the bug fixers to do their work efficiently.
> 
> We should have a "confirmed" state, which would mean that somebody with GCC
> PR DB write access can reproduce the bug (possibly after receiving
> feedback).  "analyzed" should mean that at least the category is set and
> that a reduced test case is available.
> 
>> Analyzed does not exist in Bugzilla (analyzed becomes "ASSIGNED"
>> if assigned to someone, "NEW" otherwise).
> 
> Aieee, please no.  There are so many analyzed PRs that are
> unassigned, so what you say here would only make things harder.

Me too: Aieee, please no!
We would lose a *lot* of valuable information and would force much more
work on the bug fixers, leaving the "bug report preprocessors" unemployed.

> We should have "NEW" for new and unconfirmed PRs and "CONFIRMED"
> for confirmed PRs.  PRs should have the "ANALYZED" status when
> somebody has zoomed in at the problem a bit closed.  PRs that are
> "analyzed" now should stay "ANALYZED" in bugzilla IMHO.
> 
> I don't know how many states you defined,  gcc.gnu.org/bugzilla
> used to work but now it fails...  (Does Bugzilla allow you to
> define your own states at all???)  But I suppose we should have
> "NEW", "FEEDBACK", "CONFIRMED", "ANALYZED", "ASSIGNED", "CLOSED",
> "REOPENED" (yes this happens), and "SUSPENDED".

I don't know if we really need REOPENED. A PR should go into "CONFIRMED"
or "ANALYZED" then, IMHO.

If we cannot get these states into bugzilla, we could make dummy
maintainers called "CONFIRMED" and "ANALYZED" etc. to whom we assign
the PRs, but that's only an ugly kludge.

> (Yes that's very much like what we have in GNATS now, but that's because
> GNATS is not so bad, really.  It just misses one or two states and its user
> interface is very poor.)
> 
>> > 2) To close the PRs that got fixed silently the PRs have to
>> > be revisited from time to time. But there should be some way
>> > to give the PR's a time stamp so that one can easily see
>> > (without having to read the whole audit-trail) when a PR
>> > should be revisited again.
> 
> There's also the "Last-Modified" field, what is wrong with that?

Because a new addition to the audit-trail doesn't mean that the
PR was really rechecked. Modified doesn't imply reconfirmed.

> Now all the synopses are being cluttered with date stamps, and
> that is IMHO just wrong.  The markers like [New parser], 
> [<some_target>], etc. are useful, because they make it so much
> easier to find related PRs real quick.  The date stamps don't
> do anything that can't be done with basic GNATS functionality,
> at least AFAICT.

I'd prefer shorter synopsis lines, too. So, if we can have a seperate
field for the date stamp in bugzilla, I'm in for it. But as long as we
don't have one the information should be stored in the synopsis line IMHO.

>> In most cases, there is no need. One just has to remember to
>> put the right thing in the CVS commit message, and it'll get
>> added to the PR as a comment.
> 
> It's not unusual for a PR to be fixed without anyone noticing.
> For 3.3, I closed some PRs that got fixed by some patch, but
> the CVS commit message didn't mention the PR (probably because
> nobody knew about the PR...) so the PR stayed open.  I think
> everybody has seen PRs like that.

Right. That's the reason for the time stamps.

>> You can easily query for bugs that haven't (or have) been
>> touched in x days in Bugzilla, so there is no need to put
>> timestamps on bugs and whatnot.
>
> You can do that with GNATS, too.  Just not very user friendly,
> it _can_ be done.

Once again: "touched" doesn't mean "reconfirmed".

> 
> Greetz
> Steven

Regards,
Volker



             reply	other threads:[~2003-05-11 22:24 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-11 22:24 Volker Reichelt [this message]
2003-05-12  1:56 ` Daniel Berlin
2003-05-12  2:03   ` Giovanni Bajo
2003-05-12  2:23     ` Daniel Berlin
2003-05-12  2:51       ` Giovanni Bajo
2003-05-12  4:16         ` Daniel Berlin
2003-05-12 10:59           ` Christian Ehrhardt
2003-05-12 13:46             ` Daniel Berlin
2003-05-12 14:28               ` Wolfgang Bangerth
2003-05-12 17:42                 ` Daniel Berlin
2003-05-12 18:19                   ` Wolfgang Bangerth
2003-05-12 16:36               ` Steven Bosscher
2003-05-12 16:38                 ` Wolfgang Bangerth
2003-05-12 13:53             ` Daniel Berlin
2003-05-12 15:10               ` Christian Ehrhardt
2003-05-12 15:57                 ` Wolfgang Bangerth
2003-05-12 14:39           ` Wolfgang Bangerth
2003-05-12 16:35             ` Steven Bosscher
2003-05-12 18:04               ` Janis Johnson
2003-05-12 18:57               ` Daniel Berlin
2003-05-12 17:58             ` Daniel Berlin
2003-05-12 18:24               ` Wolfgang Bangerth
2003-05-12 14:48       ` Wolfgang Bangerth
  -- strict thread matches above, loose matches on Subject: below --
2003-05-12 16:44 Nathanael Nerode
2003-05-12 16:37 Nathanael Nerode
2003-05-12 16:34 Nathanael Nerode
2003-05-11 21:52 S. Bosscher
2003-05-12  0:58 ` Daniel Berlin
2003-05-12  2:00   ` Giovanni Bajo
2003-05-12  3:10     ` Daniel Berlin
2003-05-12  1:24 ` Daniel Berlin
2003-05-12 14:50 ` Wolfgang Bangerth
2003-05-12 18:56   ` Daniel Berlin
2003-05-11 20:31 Volker Reichelt
2003-05-11 20:46 ` Daniel Berlin
2003-05-11 20:55 ` Joseph S. Myers
2003-05-12  0:51   ` Daniel Berlin
2003-05-12  2:08   ` Giovanni Bajo
2003-05-12  2:40     ` Gabriel Dos Reis
2003-05-12 17:29     ` Janis Johnson
2003-05-12 14:55   ` Wolfgang Bangerth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200305112217.h4BMHdNZ024182@relay.rwth-aachen.de \
    --to=reichelt@igpm.rwth-aachen.de \
    --cc=S.Bosscher@student.tudelft.nl \
    --cc=bangerth@ices.utexas.edu \
    --cc=dberlin@dberlin.org \
    --cc=gcc@gcc.gnu.org \
    --cc=giovannibajo@libero.it \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).