Pages that need work have an incomplete tag.
Pages that need to be deleted have a deleteme tag.
Pages that have problems with the citations at the bottom have the citations-incomplete tag.
Pages with comments that might make good sidebars are tagged as sidebar
review -> review + review-one -> review + review-two -> No tags
significant changes -> review or incomplete
C++ has it's own TODO List
Pages now have tags to indicate the status of their corresponding checker in Compass Rose:
Tag |
Meaning |
ROSE catches all violations |
|
ROSE catches some violations |
|
ROSE could catch some or all violations, but doesn't yet. |
|
ROSE doesn't catch violations, but will soon, |
|
These rules can't be checked automatically. |
|
These rules could be checked automatically in theory, but not by ROSE. |
|
ROSE could check these rules if it recognized macro usage. |
|
ROSE could check these rules if it recognized derived types in expressions, such as |
|
ROSE could check these rules if it operated on multiple files at once. |
|
ROSE could enforce this rule, but could not avoid catching some false positives. |
At this point, all rules with priority level L1 or L2 should have one of these tags. That is, they should be completely or partially checked by ROSE, or they should be marked 'rose-possible', in that we will try to check them with ROSE, or they should have one of the nonapplicable tags indicating we don't think they can be checked with ROSE.
It might also be worth giving these another look.