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

Make CI fail if code does not pass -Wall -Wcompat -Werror #10

Open
DanBurton opened this issue Mar 3, 2019 · 0 comments
Open

Make CI fail if code does not pass -Wall -Wcompat -Werror #10

DanBurton opened this issue Mar 3, 2019 · 0 comments

Comments

@DanBurton
Copy link
Collaborator

The scaffolded travis file seems to nuke cabal.project before building.

Passing the "no warnings" check only needs to happen on the build with the latest ghc. Building on older ghcs is allowed to emit warnings, though it would be nice to not warn on those either. (This would require some more CPP handling a few more of the TODOs in the code wrt comprehensive pattern matches.)

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

No branches or pull requests

1 participant