Re: CI builds failing

2018-04-16 Thread Sylvain Henry
It should be ok with the following revert: https://git.haskell.org/ghc.git/commitdiff/0e37361392a910ccbbb2719168f4e8d8272b2ae2 On 17/04/2018 02:54, David Feuer wrote: On Monday, April 16, 2018 9:16:37 PM EDT Simon Peyton Jones wrote: I wonder if you are compiling with 8.2.1? It's broken.

RE: CI builds failing

2018-04-16 Thread Simon Peyton Jones via ghc-devs
I wonder if you are compiling with 8.2.1? It's broken. You need 8.2.2 | -Original Message- | From: ghc-devs On Behalf Of David Feuer | Sent: 16 April 2018 18:22 | To: ghc-devs@haskell.org | Subject: CI builds failing | | It looks like the recent

CI builds failing

2018-04-16 Thread David Feuer
It looks like the recent differential builds are all failing like this: compiler/main/DynamicLoading.hs:79:19: warning: [-Wunused-matches] Defined but not used: ‘hsc_env’ | 79 | initializePlugins hsc_env df | ^^^ ghc: panic! (the 'impossible' happened) (GHC

Re: Question about TypeInType

2018-04-16 Thread Richard Eisenberg
Done. > On Apr 16, 2018, at 11:08 AM, Simon Peyton Jones > wrote: > > if it is, please can someone add a new regression example to #12088. You can > never have too many. > > Thanks > > Simon > > From: ghc-devs On Behalf Of Richard

RE: Question about TypeInType

2018-04-16 Thread Simon Peyton Jones via ghc-devs
if it is, please can someone add a new regression example to #12088. You can never have too many. Thanks Simon From: ghc-devs On Behalf Of Richard Eisenberg Sent: 13 April 2018 02:39 To: Iavor Diatchki Cc: ghc-devs@haskell.org Subject:

RE: Nested Implications

2018-04-16 Thread Simon Peyton Jones via ghc-devs
Mathias I suspect substImplication was removed simply because it was never called, but I’m not certain. The entire cloning and substitution business is very heavyweight. Here’s an alternative idea: * Gather ‘fuvs’, the set of all free unification variables of the constraint you are

RE: GHC Core / STG to supercombinators

2018-04-16 Thread Simon Peyton Jones via ghc-devs
The FloatOut pass is designed so that it can do lambda lifting for every lambda. I think if you try -ffloat-all-lams that might do it. See CoreMonad.FloatOutSwitches, the floatOutLambdas field Simon From: ghc-devs On Behalf Of Csaba Hruska Sent: 10

Re: Site of ghc.haskell.org is down?

2018-04-16 Thread Takenobu Tani
Thank you very much. I can now access the site in both Firefox and Chrome. Regards, Takenobu 2018-04-16 6:32 GMT+09:00 Herbert Valerio Riedel : > Hi *, > > Should be fixed now. Please check. > > -- hvr > > On Sun, Apr 15, 2018 at 7:49 PM, Simon Peyton Jones via ghc-devs >

RE: Site of ghc.haskell.org is down?

2018-04-16 Thread Simon Peyton Jones via ghc-devs
Thanks! Yes working again now. Simon | -Original Message- | From: Herbert Valerio Riedel | Sent: 15 April 2018 22:32 | To: Simon Peyton Jones | Cc: ghc-devs@haskell.org | Subject: Re: Site of ghc.haskell.org is down? | | Hi *, | |