Can we make validate use the same warnings as make?

Hi, In the past I've been frustrated by validate using other warnings than the default make build and also using -Werror. This causes a bit of frustration and lost time. If we used the same warnings I could have fixed the problem before a time consuming validate. P.S. I just remember this today and I haven't used validate recently so if this was already fixed, my apologies. -- Johan

On 22/09/2013 16:26, Johan Tibell wrote:
In the past I've been frustrated by validate using other warnings than the default make build and also using -Werror. This causes a bit of frustration and lost time. If we used the same warnings I could have fixed the problem before a time consuming validate.
P.S. I just remember this today and I haven't used validate recently so if this was already fixed, my apologies.
Do you want -Wall by default, or -Wall -Werror? I wouldn't object to the former, but I would object to the latter :-) Cheers, Simon

The former!
On Mon, Sep 23, 2013 at 7:21 AM, Simon Marlow
On 22/09/2013 16:26, Johan Tibell wrote:
In the past I've been frustrated by validate using other warnings than the default make build and also using -Werror. This causes a bit of frustration and lost time. If we used the same warnings I could have fixed the problem before a time consuming validate.
P.S. I just remember this today and I haven't used validate recently so if this was already fixed, my apologies.
Do you want -Wall by default, or -Wall -Werror? I wouldn't object to the former, but I would object to the latter :-)
Cheers, Simon _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
participants (2)
-
Johan Tibell
-
Simon Marlow