-
Notifications
You must be signed in to change notification settings - Fork 113
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
Delete outdated TODOs
refering to closed issues
#6732
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #6732 +/- ##
==========================================
- Coverage 77.98% 77.98% -0.01%
==========================================
Files 308 308
Lines 40869 40872 +3
==========================================
- Hits 31873 31872 -1
- Misses 8996 9000 +4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, but I think we can update some of these comments based on how their tickets were resolved.
Co-authored-by: teor <teor@riseup.net>
Co-authored-by: teor <teor@riseup.net>
…ownloads Co-authored-by: teor <teor@riseup.net>
…o fix Co-authored-by: teor <teor@riseup.net>
…o change in future Co-authored-by: teor <teor@riseup.net>
Co-authored-by: teor <teor@riseup.net>
Rustfmt is failing after the changes: https://github.com/ZcashFoundation/zebra/actions/runs/5043379478/jobs/9045106343?pr=6732 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for reviewing my fixes, I fixed the rustfmt and the merge conflict, both caused by my PRs and suggestions.
Motivation
We want to clean up any code comments relating to
TODO
tasks that have already been addressed.Specifications
Complex Code or Requirements
Solution
Deletes comments related to issues that have been closed as fixed.
Depends-On: #6737
Review
For each deleted comment the reviewer should double check that the PR really addresses the issue which is mentioned in the code comment.
Informational comments that refer to closed issues should not be removed unless they are no longer relevant.
Reviewer Checklist
Follow Up Work
This is just a first pass. There are still a number of issues that have been closed as
wont-fix
referenced in the code and we should decide what we do about those.Depends-