-
Notifications
You must be signed in to change notification settings - Fork 76
Warnings as errors #200
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
Comments
This, I'd use this. Because generally whenever I program and I get a warning, something in the code is wrong. |
I've written a basic version (opted for |
Does it mean that I'll get an error if a symbol hasn't been used yet? |
Yes, if you use the Closing this because #202 has been merged. |
You can still remove the symbol, mark it |
And thanks @Zeex |
Add something like
-W
to convert warnings to errors. A common flag in other languages.The text was updated successfully, but these errors were encountered: