-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Review TODOs and FIXMEs #264
Comments
👍 I like this approach, would be ideal to leave the TODO or FIXME comment associated with an issue in GitHub as proposed with |
I'm not sure about automating this, might be a bit too noisy, but TODOs and FIXMEs are a great place for new contributors to get started and issues could be labelled as such. |
It could be more easy to automate it in jenkins (as build containers for iojs on jenkins) with task scanner? |
unnecessary a bit, because those comments should be created by some of committers from core team, such that i think those should be personal work rather than community actually, issues or PRs would also absolutely depends on someone who created the TODO :( |
I was talking about one time thing, not about actual hook.
Indeed, but comments can be rather vague or obsolete, so real github issues are required. |
haha @vkurchatkin you are right, i'm confused by Rod said automation :) |
I suspect that a sizable fraction of TODOs and FIXMEs are stale or not actionable. I know I'm guilty of putting TODOs in my code that assume that once we have $mythical_feature_x, we'll finally be able to do this right! I'm probably not the only one who does. :-) |
I'm bored, I'll propose a change for the most trivial of these that I can find :) |
haha, very well done @caitp, next! |
If you want to help out, I'd suggest the following: fix Currently if The same also applies to:
|
sure, I'll create an issue with an idea I've got there |
@piscisaureus @caitp is the error message issue still unresolved? I'd like to give it a shot. I'd also love more beginner-friendly tickets being labeled with help-wanted. |
Nevermind. I see they've been fixed |
I wonder if we should consider making future TODO/FIXME comments include issue numbers? |
This issue is a year old and has seen no recent activity. There might be some imperfections in my methods, but when I search through the current master branch and remove obvious false positives (markdown files, things in
I'd like to close this issue and open issues to replace it focusing on particular areas, one each for:
The one for I'll wait at least a couple days in case anyone has a strong objection to this approach. (I'm guessing some people will think it's a pointless exercise, but I'm optimistic that no one will think that it's actively harmful.) |
@Trott let's do this! |
@Trott You can drop cpplint.py from the list, it's mostly not written by us. |
Actually in few places people's names are also used. |
Wow, I had a lot of false positives in the test directory. Turns out there were only 11 in there. Still have to open a PR for |
OK, separate issues opened. Some of them may yet still need to be broken down further, but it's a start. Closing this one. |
Thoughts?
The text was updated successfully, but these errors were encountered: