Skip to content

Forbid TODO markers on master branch #990

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

Merged
merged 2 commits into from
Mar 23, 2019
Merged

Forbid TODO markers on master branch #990

merged 2 commits into from
Mar 23, 2019

Conversation

matklad
Copy link
Member

@matklad matklad commented Mar 17, 2019

this makes TODO markers useful for things which you want to fix before sending a PR

@flodiebold
Copy link
Member

I tend to use TODO and FIXME exactly the other way around ;)

@matklad
Copy link
Member Author

matklad commented Mar 17, 2019

yeah, me to, but rust-lang/rust prefers FIXME, and it makes sense to be consistent with it?

@mjkillough
Copy link
Contributor

The merge of #982 will have introduced another TODO which will need to be updated to FIXME here. 🙂

@matklad
Copy link
Member Author

matklad commented Mar 17, 2019

I don't plant to merge this until #988 is r+ed :)

@matklad
Copy link
Member Author

matklad commented Mar 23, 2019

bors r+

bors bot added a commit that referenced this pull request Mar 23, 2019
990: Forbid TODO markers on master branch r=matklad a=matklad

this makes TODO markers useful for things which you want to fix before sending a PR

Co-authored-by: Aleksey Kladov <[email protected]>
@matklad
Copy link
Member Author

matklad commented Mar 23, 2019

A bit of git archeology revealed this: rust-lang/rust@fe77e96

Basically, there once was a policy in rust-lang to require issue numbers on FIXME comments, and to do was forbidden as a work-around for that.

I guess it's a good idea to create issues for FIXMEs on a best-effort bases!

@bors
Copy link
Contributor

bors bot commented Mar 23, 2019

Build failed

@matklad
Copy link
Member Author

matklad commented Mar 23, 2019

bors r+

bors bot added a commit that referenced this pull request Mar 23, 2019
990: Forbid TODO markers on master branch r=matklad a=matklad

this makes TODO markers useful for things which you want to fix before sending a PR

Co-authored-by: Aleksey Kladov <[email protected]>
@bors
Copy link
Contributor

bors bot commented Mar 23, 2019

Build succeeded

@bors bors bot merged commit 4fd8cfd into master Mar 23, 2019
@bors bors bot deleted the tododo branch March 23, 2019 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants