robust-rosin / robust

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

not a bug: dab1b8a? #427

Open gavanderhoorn opened 3 years ago

gavanderhoorn commented 3 years ago

Similar to #426. This bug description (dab1b8a) references another commit in the same PR as in #426.

Same question.

ChrisTimperley commented 3 years ago

Thanks for pointing this out. This is a more general issue: Should we consider bug fixes that occur on PR branches within our dataset? The only repo that should be affected by this issue is MAVROS, since that's the only repo where we looked at commits rather than just PR/issues. Let's figure out how many bugs within our dataset occur on PR branches, and then we can discuss and make a decision on the issue at our next meeting.

gavanderhoorn commented 3 years ago

There's a really on-topic Github help article about this: Searching issues and pull requests.

Example: https://api.github.com/search/issues?q=<INSERT_HASH_HERE>.

That should result in (a list of) https://api.github.com/repos/<ORG>/<REPO>/issues/<PR_ID>.


Edit: for bug dab1b8a: https://api.github.com/search/issues?q=dab1b8a16d6194056cb7e76215ecf299d1a90f08.

Which returns https://github.com/mavlink/mavros/pull/230, which is indeed the PR that commit is part of.