This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Serious Regressions tables on https://gcc.gnu.org
- From: Jack Howarth <howarth dot at dot gcc at gmail dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Marek Polacek <polacek at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 13 Feb 2015 16:39:45 -0500
- Subject: Re: Serious Regressions tables on https://gcc.gnu.org
- Authentication-results: sourceware.org; auth=none
- References: <CAJMcOU9kXV3a_9CjD6v5S_geesKOLrivRR-WusSFzVu_0sbUcg at mail dot gmail dot com> <20150213201655 dot GF23138 at redhat dot com> <CAJMcOU_VGRJ_vyB2YbA9rUCB0Jq4eUUwpaBBrEM2XDbRuGb9wg at mail dot gmail dot com> <20150213203856 dot GQ1746 at tucnak dot redhat dot com>
On Fri, Feb 13, 2015 at 3:38 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Fri, Feb 13, 2015 at 03:31:22PM -0500, Jack Howarth wrote:
>> On Fri, Feb 13, 2015 at 3:16 PM, Marek Polacek <polacek@redhat.com> wrote:
>> > On Fri, Feb 13, 2015 at 03:12:22PM -0500, Jack Howarth wrote:
>> >> Is there a reason why the Serious Regressions tables, displayed by
>> >> the links in the 'Release Series and Status' section at
>> >> https://gcc.gnu.org, no longer have a column for the priority
>> >> (importance) of each bug? We used to have that and it was quite nice
>> >> to be able to click on the priority column header to regenerate the
>> >> table sorted by bug priority (to quickly see how many P1s are open).
>> >> Any chance of getting that functionality back?
>> >
>> > You probably need to enable the Priority column in Change Columns at
>> > the bottom of the page.
>> >
>> > Marek
>>
>> That works but we used to have the Priority column listed in the GCC
>> Bugzilla default column listing.
>
> What columns do you get in the standard queries is what you've configured,
> in the sorting order you've configured.
>
> Jakub
Yes, after you have set them once in "Change Columns". However
if you use a different browser where you have never visited those
"Serious regressions" links before, the first visit will reveal that
the default columns shown are "ID, Product, Assignee, Status,
Resolution, Summary and Changed" which are exactly the same ones
produced by clicking the "Reset to GCC Bugzilla defaults. What I am
saying is that we must have include "Priority" in the GCC Bugzilla
defaults in the past.
Jack