Skip to content
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

Warnings as errors #1633

Closed
brson opened this issue Jan 24, 2012 · 2 comments
Closed

Warnings as errors #1633

brson opened this issue Jan 24, 2012 · 2 comments
Labels
A-attributes Area: Attributes (`#[…]`, `#![…]`) A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Jan 24, 2012

We need a -Werror equivalent, both command-line switch and crate attribute.

@graydon
Copy link
Contributor

graydon commented Feb 15, 2012

I'd like to consider optional-warnings, optional-errors, and warnings-become-errors as all part of the lint pass. And yes, the pass ought to be controlled by attribute.

@graydon
Copy link
Contributor

graydon commented Apr 5, 2012

Subsumed in #1543, generally "controlling lint pass via attributes".

@graydon graydon closed this as completed Apr 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-attributes Area: Attributes (`#[…]`, `#![…]`) A-lints Area: Lints (warnings about flaws in source code) such as unused_mut. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

2 participants