-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
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
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.
andrewrk
added a commit
that referenced
this issue
Dec 18, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 19, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 20, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 22, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 24, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 27, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 30, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Dec 31, 2024
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 5, 2025
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 6, 2025
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 9, 2025
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 11, 2025
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 14, 2025
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 15, 2025
See #363. Please file issues rather than making TODO comments.
andrewrk
added a commit
that referenced
this issue
Jan 16, 2025
See #363. Please file issues rather than making TODO comments.
11 tasks
Fri3dNstuff
pushed a commit
to Fri3dNstuff/zig
that referenced
this issue
Jan 27, 2025
See ziglang#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: