-
Notifications
You must be signed in to change notification settings - Fork 206
Conversation
Thanks! Could you please put the partial type signatures back in and enable in those files Also I’ll leave it to @alanz to decide whether we should enable |
995cd9e
to
6cce564
Compare
could have a cabal flag that's off-by-default to have it only enable on travis |
Fixes haskell#159.
This should be removed when releasing or stack support for -Werror is implemented.
6cce564
to
caebbfd
Compare
A cabal flag sounds like a good idea. |
+1 for having a default off flag for -Werror that's enabled on travis. It's that's very annoying during development. |
Agreed, and a cabal flag is not necessary. This can be done by invoking |
@mgsloan |
Maybe we just need to annoy @mgsloan enough so that he fixes that for us :) |
+1 On Sun, Jan 10, 2016 at 12:02 AM, Moritz Kiefer notifications@github.com
|
Ah, it isn't that it gets passed to all underlying libraries. Looks like there's a bug with packages that are marked I didn't know about this bug, and I don't think the stack issue tracker did either. I've opened commercialhaskell/stack#1631 . Feel free to open an issue when you encounter things like that in the future. |
Gotcha. I knew the issue sounded familiar! Didn't find it since I was searching for ghc-options rather than pedantic |
So what do we do here? It seems like the options are either adding a flag or removing the |
I'm ++ for the flag |
Perhaps remove -Werror, and then build with --pedantic once the bug is On Mon, Jan 11, 2016 at 9:45 PM, Griffin Smith notifications@github.com
|
Since we are now back to having two options and two people each favoring one of those, let’s just go with a flag for now so we can merge this ( @rasendubi please add that). Once |
ok |
Closing in favor of #171 |
PR for #159.