In reviewing how we mark when a v7.1 structure subsumes a v7.0 structure, we noted that some (but not all) v5.5.1 structures are subsumed by v7.0 structures. Adding that information would require two steps:
- Identifying the subsumes relationships (the automated process used for minor versions will not work for major versions that might include breaking changes).
- Adding something to the
build/extract-yaml.py tool so that the corresponding subsumes entries are added to the v7.0 YAML files.
Doing this will also be something we need to consider when moving from v7.x to v8.0.
In reviewing how we mark when a v7.1 structure
subsumesa v7.0 structure, we noted that some (but not all) v5.5.1 structures are subsumed by v7.0 structures. Adding that information would require two steps:build/extract-yaml.pytool so that the correspondingsubsumesentries are added to the v7.0 YAML files.Doing this will also be something we need to consider when moving from v7.x to v8.0.