There are multiple tests/tools that do not properly handle XML subsections, and so are currently only reading/checking the standard names in top-level sections:
- tools/ccpp_meta_stdname_check.py
- tools/check_name_rules.py
- tools/check_xml_unique.py
These should be fixed. Along the way, it's probably good to reduce some of the logic/function duplication between tools which accomplish similar things.
There are multiple tests/tools that do not properly handle XML subsections, and so are currently only reading/checking the standard names in top-level sections:
These should be fixed. Along the way, it's probably good to reduce some of the logic/function duplication between tools which accomplish similar things.