-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
convert TODO comments from source code into issues #363
Comments
andrewrk
added
the
bug
Observed behavior contradicts documented or intended behavior
label
May 5, 2017
Also look for "NOTE" and "XXX". Some contributors have been using those. |
3 tasks
Also look for |
andrewrk
added a commit
that referenced
this issue
Sep 15, 2020
Before merging, do this for every item in the file: * solve the issue, or * convert the task to a github issue and update the comment to link to the issue (and remove "TODO" text from the comment). Then delete the file. Related: #363
andrewrk
added a commit
to hoanga/zig
that referenced
this issue
Feb 25, 2021
* no isHaiku() function since there is not more than one os tag that this applies to. * clean up some control flow into a switch * add some TODO comments to investigate panics that suspiciously look like they should be compile errors (see ziglang#363)
dgbuckley
pushed a commit
to dgbuckley/zig
that referenced
this issue
Mar 9, 2021
* no isHaiku() function since there is not more than one os tag that this applies to. * clean up some control flow into a switch * add some TODO comments to investigate panics that suspiciously look like they should be compile errors (see ziglang#363)
andrewrk
added a commit
to g-w1/zig
that referenced
this issue
Jun 21, 2021
andrewrk
added a commit
to g-w1/zig
that referenced
this issue
Jun 22, 2021
Also look for |
This was referenced Oct 20, 2023
andrewrk
added a commit
that referenced
this issue
Dec 4, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 6, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 7, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 12, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 13, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 14, 2024
See #363. Please file issues rather than making TODO comments.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before releasing 1.0.0, "TODO" should occur exactly 0 times in the source code. If there's an issue it should be documented on the issue tracker. Source code can link to an issue if it seems appropriate.
The text was updated successfully, but these errors were encountered: