I want a comprehensive audit of all TODO / FIXME / XXX comments in core/src/vm/classmgr/ that are older than 3 years (i.e. in code last touched before 2023).
For each, report:
- File and line number
- The full text of the comment
- The author of the last commit that touched the line (
git blame -L <line>,<line> <file>)
- Whether the issue the TODO describes is still relevant (best guess)
Goal: I want to clean up the stale ones and prioritize the active ones.
I want a comprehensive audit of all TODO / FIXME / XXX comments in
core/src/vm/classmgr/that are older than 3 years (i.e. in code last touched before 2023).For each, report:
git blame -L <line>,<line> <file>)Goal: I want to clean up the stale ones and prioritize the active ones.