-
Notifications
You must be signed in to change notification settings - Fork 205
Be more strict and prevent incomplete patterns #1681
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
In the framework code itself or inside the project's app code? |
But would be useful to have it on the app code as well |
For the IHP code itself this then should be done together with #1640 |
Great. Is it possible meanwhile to have an error just for the app code? |
Yes 👍 should be possible. I'd keep this issue open actually, otherwise we might forget about this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we have the
-Wincomplete-patterns
flag, which results in easily overlooked warnings.Can we convert this to a compiler error instead?
The text was updated successfully, but these errors were encountered: