Hi, I'd love to push some Haddock changes, but for me validate on current master fails with: 1 caused framework failures 1 unexpected passes 86 unexpected failures Errors are of the form: - Multi-way if-expressions need MultiWayIf turned on + Multi-way if-expressions need -XMultiWayIf turned on Is one of you guys looking into this? Cheers, Simon
This was a result of a push Joachim made yesterday. It should be fixed. Are you certain you're using the latest copy of HEAD and testsuite? For reference, you want to at least be at GHC commit 9278994a3606783f60101057646a1fab4e4d217d, with testsuite commit bb0e5b59b11037529b5a1c623fe077988c853056 On Sat, Sep 14, 2013 at 1:39 PM, Simon Hengel <sol@typeful.net> wrote:
Hi, I'd love to push some Haddock changes, but for me validate on current master fails with:
1 caused framework failures 1 unexpected passes 86 unexpected failures
Errors are of the form:
- Multi-way if-expressions need MultiWayIf turned on + Multi-way if-expressions need -XMultiWayIf turned on
Is one of you guys looking into this?
Cheers, Simon _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
-- Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
FWIW, You need to do './sync-all pull', not get, if you already have a copy of the testsuite. On Sat, Sep 14, 2013 at 1:47 PM, Simon Hengel <sol@typeful.net> wrote:
This was a result of a push Joachim made yesterday. It should be fixed. Are you certain you're using the latest copy of HEAD and testsuite?
I'm pretty sure I did a `./sync-all --testsuite get` right before the build. But I'll try again.
-- Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/
participants (2)
-
Austin Seipp -
Simon Hengel