This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 3.3.1 and GCC 3.4 Schedule


Joseph S. Myers wrote:

>> - the target milestone: there are 110 PRs targeted for 3.3.1
>> - summary strings that start with "[3.3", of which there are 139.

>And preferably, this information should leave the summaries, of which only
>a limited amount is displayed in search results by default.  The detailed
>information of exactly which branches something is a regression on could
>be given in the form of keywords 3.3regression, 3.4regression, along with
>the milestone to indicate the release intended for a fix.  Having too much
>information in the summaries rather than separate was a kludge for GNATS.

I agree that we need to eventually remove the informations from the
synopsis. It's been already done for [diagnostic], it will be done soon-ish
for [TARGET] (Dara & Andrew are doing a good work updating all the
host/build/target triplets in the bugs so that we don't need to stamp in the
synopsis anymore).

Alas, we didn't come to an agreement over the regression issue. It's
probably the most important issue and should be handled carefully. Using the
3.3regression and 3.4regression keywords makes the "milestone" entry almost
a duplicate (like it is right now), and has some issues when in the future
we branch for 3.4 and/or we close the 3.3 branch. We had some discussion and
I strongly believe that the best way would be to have a more powerful way to
track which versions are affected by the bug (like a yes/no/untested flag
for each version), which could be used automatically by scripts & query to
find out regressions and setup milestones. Any other solution I've seen
leads to either an information duplication or a loss of information. Until
we find out what to do and do it, I'd rather keep the current system.

Giovanni Bajo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]