Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

We should add a "deprecated-commit-db" #304

Closed
Greg4cr opened this issue Mar 10, 2020 · 2 comments · Fixed by #312
Closed

We should add a "deprecated-commit-db" #304

Greg4cr opened this issue Mar 10, 2020 · 2 comments · Fixed by #312
Assignees

Comments

@Greg4cr
Copy link
Collaborator

Greg4cr commented Mar 10, 2020

We deleted deprecated bugs from the commit-db, but retained the other metadata. By deleting those lines from commit-db, we lose an important piece of metadata: the commit hashes.

This metadata should be available in some form, and these bugs should still be available to check out if needed (with the understanding that they do not yield triggering tests under Java 8).

We should add a second "deprecated-commit-db" with the removed bugs.

@Greg4cr
Copy link
Collaborator Author

Greg4cr commented Mar 10, 2020

  • Add a "deprecated-bugs" csv.
  • Add column for "reason why deprecated", add column for version number where deprecated.

@Greg4cr
Copy link
Collaborator Author

Greg4cr commented Mar 10, 2020

  • Retitle commit-db to "active-bugs.csv"
  • Modify existing framework to work with renamed file.
  • Add header to CSV files explaining columns.

@Greg4cr Greg4cr self-assigned this Mar 10, 2020
@rjust rjust closed this as completed in #312 Jul 3, 2020
rjust added a commit that referenced this issue Jul 3, 2020
…ed-bugs.csv (#312)

*  Distinguish between active and deprecated bugs.

* New query command to query active/deprecated-bugs.csv and other bug meta data.

Co-authored-by: rjust <rjust.dev@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant