Bugzilla

Joseph S. Myers jsm28@cam.ac.uk
Tue Feb 25 18:45:00 GMT 2003


On Tue, 25 Feb 2003, Daniel Berlin wrote:

> It is already:
> if (defined($pr_data{"Class"}) && $pr_data{"Class"} =~ /^duplicate/o) {
>        $resolution = "DUPLICATE";
>      } elsif (defined($pr_data{"Class"}) && $pr_data{"Class"} =~ 
> /^mistaken/o) {
>        $resolution = "INVALID";
>     ....

This code is just for closed PRs?  (There are a few open PRs with Class
(wrongly) set to "mistaken", though they could just be fixed manually
before conversion.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc mailing list