RE: Windows build broken -- help!

2018-02-07 Thread lonetiger
I’ve pushed the commit. Thanks Doug! From: Douglas Wilson Sent: Wednesday, February 7, 2018 23:33 To: Simon Peyton Jones Cc: ghc-devs Subject: Re: Windows build broken -- help! Hi Simon, The first patch you quoted half-fixed this. the patch here: https://phabricator.haskell.org/D4392 should

Re: Windows build broken -- help!

2018-02-07 Thread Douglas Wilson
Hi Simon, The first patch you quoted half-fixed this. the patch here: https://phabricator.haskell.org/D4392 should fix whole-fix it. (It at least validates green on windows) On Thu, Feb 8, 2018 at 12:18 PM, Simon Peyton Jones via ghc-devs < ghc-devs@haskell.org> wrote: > PS Presumably it’s

Windows build broken -- help!

2018-02-07 Thread Simon Peyton Jones via ghc-devs
Aargh. Windows build is broken again. Log below. Help! Simon "inplace/bin/ghc-stage1.exe" -optc-fno-stack-protector -optc-Wall -optc-Werror -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return

Re: package01e failure

2018-02-07 Thread David Feuer
The Phabricator differential validated successfully, so that's somewhat surprising. David FeuerWell-Typed, LLP Original message From: Simon Peyton Jones via ghc-devs Date: 2/7/18 4:54 AM (GMT-05:00) To: ghc-devs Subject:

package01e failure

2018-02-07 Thread Simon Peyton Jones via ghc-devs
I'm getting this test failure, presumably because of a version bump in containers. I think this is a clean build from scratch. Could someone have forgotten to update a test file? Simon => package01e(normal) 1 of 1 [0, 0, 0] cd "./package01e.run" && "/5playpen/simonpj/HEAD-5/inplace/test

RE: Can't typeset docs

2018-02-07 Thread Simon Peyton Jones via ghc-devs
| > When I have | > | > BUILD_SPHINX_HTML= YES | > | > BUILD_SPHINX_PDF = YES | > I get this error in my build. Any ideas? I think Sphinx is up to | date. | > Thanks | > Simon | > | I suspect the cause here is the --no-clean, which doesn't run ./boot | and ./configure.

RE: Strict unlifted types

2018-02-07 Thread Simon Peyton Jones via ghc-devs
Sounds similar to https://ghc.haskell.org/trac/ghc/wiki/UnliftedDataTypes Simon | -Original Message- | From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of | David Feuer | Sent: 07 February 2018 01:11 | To: ghc-devs | Subject: Strict unlifted