ziglang / zig

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.
https://ziglang.org
MIT License
33.97k stars 2.48k forks source link

convert TODO comments from source code into issues #363

Open andrewrk opened 7 years ago

andrewrk commented 7 years ago

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.

andrewrk commented 5 years ago

Also look for "NOTE" and "XXX". Some contributors have been using those.

daurnimator commented 4 years ago

https://todos.tickgit.com/browse?repo=https://github.com/ziglang/zig

andrewrk commented 4 years ago

Also look for FIXME.

nektro commented 3 years ago

Also look for deprecated, moved inside of @compileErrors.