https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86315

Martin Liška <marxin at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marxin at gcc dot gnu.org

--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
I welcome that.

I would like to also add fix for:
https://bugzilla.mozilla.org/show_bug.cgi?id=704842

It's quite handy to list all bugs where comments are just from reporter.
I believe it can be done via following script:

    $columns->{'untouched'} = {
        name => '(SELECT COUNT(*) == 0 FROM longdescs AS ld WHERE ld.bug_id =
bugs.bug_id AND ld.who != bugs.reporter)',
        title => 'Is Untouched',
    };

However I can't verify that.
Thanks.

Reply via email to