OK would someone like to add the same warning-suppression to ghc.mk as I did for bytestring?
Simon From: Thomas Miedema [mailto:[email protected]] Sent: 28 July 2015 18:54 To: Simon Peyton Jones Cc: ghc-devs Subject: Re: warnings It is still failing, but now on the parallel and stm libraries. Note that `validate --fast` skips those packages, but plain `./validate` doesn't, and Phabricator/Harbormaster runs plain `./validate`. parallel and stm are 'extra' packages, and the build system no longer builds those by default. To build them, set `BUILD_EXTRA_PKGS=YES` in mk/build.mk<http://build.mk>. I'm sorry if this caused confusion. It's explained on the wiki now: https://ghc.haskell.org/trac/ghc/wiki/Building/Using#Buildconfiguration https://ghc.haskell.org/trac/ghc/wiki/TestingPatches#Flags On Tue, Jul 28, 2015 at 6:47 PM, Simon Peyton Jones <[email protected]<mailto:[email protected]>> wrote: Hopefully done now. Sorry about this -- really busy day S From: Simon Peyton Jones Sent: 28 July 2015 11:01 To: 'ghc-devs' Subject: RE: warnings Validating now, but have to go to London for a few hrs. Meanwhile use –Wwarn! From: Simon Peyton Jones Sent: 27 July 2015 17:08 To: ghc-devs Subject: warnings Yurgh. I committed a patch but my validate had –Wwarn by mistake. So there are warnings in base (and binary actually). I will sort them out tomorrow. Could revert and re-apply but doesn’t seem worth it. Sorry Simon _______________________________________________ ghc-devs mailing list [email protected]<mailto:[email protected]> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
_______________________________________________ ghc-devs mailing list [email protected] http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
