Re: Unlifted primop types

2018-08-20 Thread David Feuer
On Monday, August 20, 2018 12:11:14 PM EDT Simon Peyton Jones via ghc-devs wrote: > I don’t quite know how primops.txt.pp is processed, but perhaps by > utils/genprimopcode. You may need to update the syntax a bit? The whole thing is a mystery to me. Whatever it's doing seems to generate code

Re: GHC 8.6.1 release status

2018-08-20 Thread Ben Gamari
Matthew Pickering writes: > I think the release should include this fix to haddock. Will that happen? > > https://github.com/haskell/haddock/pull/905 > Yes, we can make that happen. signature.asc Description: PGP signature ___ ghc-devs mailing list

Re: Stable name equality

2018-08-20 Thread David Feuer
On Monday, August 20, 2018 11:56:44 AM EDT Simon Peyton Jones via ghc-devs wrote: > I defer to SimonM but IIRC each stable name corresponds to an entry in the > stable-name table; the index in the table is the “stable” thing in a stable > name. So I bet that comparison compares these indices.

Re: GHC 8.6.1 release status

2018-08-20 Thread Matthew Pickering
I think the release should include this fix to haddock. Will that happen? https://github.com/haskell/haddock/pull/905 Matt On Mon, Aug 20, 2018 at 10:33 PM Ben Gamari wrote: > > Hi everyone, > > I was getting ready to prepare the final 8.6.1 release tarballs when > Herbert pointed out that the

GHC 8.6.1 release status

2018-08-20 Thread Ben Gamari
Hi everyone, I was getting ready to prepare the final 8.6.1 release tarballs when Herbert pointed out that the testsuite of his cryptohash-sha256 package currently segfaults. This appears to be a rather serious, non-deterministic regression. I've opened #15544 to track this and will delay the

Goals for GHC 8.8

2018-08-20 Thread Ben Gamari
Hi everyone, Since GHC 8.6 is almost released it's time to start thinking about our goals for 8.8, which will branch in November. I have added the items that I know are in-flight to the 8.8 status page[1]. If you have a project that you would like to see present in 8.8 then please do add it as

RE: Sphinx faliing

2018-08-20 Thread Simon Peyton Jones via ghc-devs
Yes, blowing away the build tree and starting again sorted it. Simon From: Simon Peyton Jones Sent: 20 August 2018 14:45 To: ghc-devs Subject: Sphinx faliing I have the following crash when building docs on Linux. This is on a clean, up-to-date HEAD build. Does anyone have any ideas? The "full

Sphinx faliing

2018-08-20 Thread Simon Peyton Jones via ghc-devs
I have the following crash when building docs on Linux. This is on a clean, up-to-date HEAD build. Does anyone have any ideas? The "full traceback" is here # Sphinx version: 1.3.6 # Python version: 2.7.12 (CPython) # Docutils version: 0.12 release # Jinja2 version: 2.8 # Last messages: #

Trac #13064: push

2018-08-20 Thread Simon Peyton Jones via ghc-devs
Ben I've pushed fixes for Trac #13064/#15393, and also for #15487. The fixes are on wip/T13064 They concern error reporting for unused imports etc. I have not pushed to master because the fixes produce warnings in at least * containers * bytestring * text about unused imports. And

RE: Unlifted primop types

2018-08-20 Thread Simon Peyton Jones via ghc-devs
I don’t quite know how primops.txt.pp is processed, but perhaps by utils/genprimopcode. You may need to update the syntax a bit? Simon From: ghc-devs On Behalf Of David Feuer Sent: 19 August 2018 19:07 To: ghc-devs Subject: Unlifted primop types I'm trying to implement a single primop to

RE: Stable name equality

2018-08-20 Thread Simon Peyton Jones via ghc-devs
I defer to SimonM but IIRC each stable name corresponds to an entry in the stable-name table; the index in the table is the “stable” thing in a stable name. So I bet that comparison compares these indices. If two stable names are pointer-equal, they presumably contain the same index into the