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

Write script to find TODOs mentioning closed github issues #6278

Closed
Tracked by #6277 ...
mpguerra opened this issue Mar 9, 2023 · 2 comments · Fixed by #6347
Closed
Tracked by #6277 ...

Write script to find TODOs mentioning closed github issues #6278

mpguerra opened this issue Mar 9, 2023 · 2 comments · Fixed by #6347
Assignees
Labels
C-audit Category: Issues arising from audit findings

Comments

@mpguerra
Copy link
Contributor

mpguerra commented Mar 9, 2023

Motivation

There are a number of TODO comments in the code which refer to issues which have already been closed.

In order to get a full list of all of these comments and issues, we are going to try to write some scripting that finds TODOs that mention github issues that have been closed and update the list in #6281.

@mpguerra mpguerra added this to Zebra Mar 9, 2023
@github-project-automation github-project-automation bot moved this to 🆕 New in Zebra Mar 9, 2023
@mpguerra mpguerra added C-audit Category: Issues arising from audit findings S-needs-triage Status: A bug report needs triage P-Medium ⚡ labels Mar 9, 2023
@mpguerra
Copy link
Contributor Author

@conradoplg
Copy link
Collaborator

A reference: https://github.com/ZcashFoundation/developers/blob/main/zcash-issue-dag.py has code to check if an issue has been closed or not

@mpguerra mpguerra removed the S-needs-triage Status: A bug report needs triage label Mar 16, 2023
@mergify mergify bot closed this as completed in #6347 Mar 28, 2023
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in Zebra Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-audit Category: Issues arising from audit findings
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants