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] | |
On Tue, 25 Feb 2003, Daniel Berlin wrote:Yup, only closed PR's.
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 at cam dot ac dot uk
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |