You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we can catch all warnings earlier. Due to some challenges with specifying -Werror for cabal only on CI (see #173 for more details), I propose to add -Werror as a CLI argument to Stack.
Ideally, we also want to build all our generated test projects with -Werror to be sure that we don't generate projects with warnings, but that's a separate issue I guess.
The text was updated successfully, but these errors were encountered:
chshersh
added
the
CI
CI tools support; project CI; build with different GHC, tools
label
Jan 28, 2021
So we can catch all warnings earlier. Due to some challenges with specifying
-Werror
forcabal
only on CI (see #173 for more details), I propose to add-Werror
as a CLI argument to Stack.Ideally, we also want to build all our generated test projects with
-Werror
to be sure that we don't generate projects with warnings, but that's a separate issue I guess.The text was updated successfully, but these errors were encountered: