robust-rosin / robust

A dataset of 200+ bugs in the Robot Operating System for BugZoo
30 stars 10 forks source link

Agree upon and enforce a consistent schema for "fix.languages" #374

Closed ChrisTimperley closed 4 years ago

ChrisTimperley commented 4 years ago

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:

image image

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.