The fix.languages field in bug description files should provide a list of the languages of the files that are fixed by the associated patch. Right now, we a lot of redundancy in this field and a degree of inconsistency. Below is a breakdown of the values that we currently have:
Some of these are easy to fix by removing redundant versions of the same language. However, we need to be slightly more careful about the following languages:
XML: we should specify whether the file is a Launch XML, Package XML, or Other XML file
YAML: we should specify if the file is a Param YAML or Other YAML file
I'm going to submit a PR with some provisional changes by removing redundancy and addressing the concern above.
The
fix.languages
field in bug description files should provide a list of the languages of the files that are fixed by the associated patch. Right now, we a lot of redundancy in this field and a degree of inconsistency. Below is a breakdown of the values that we currently have:Some of these are easy to fix by removing redundant versions of the same language. However, we need to be slightly more careful about the following languages:
I'm going to submit a PR with some provisional changes by removing redundancy and addressing the concern above.