Re: API Annotations for pragmas

2014-12-05 Thread Alan Kim Zimmerman
I already have an open diff in D538, covering haddock doc changes for the API annotations, and bringing in a `SourceText` field for HsTyLit. Should I include the changes for SourceText in pragmas in D538, or create a new one? Alan On Thu, Dec 4, 2014 at 11:52 AM, Alan Kim Zimmerman

Can we rename completion to autocomplete

2014-12-05 Thread Edward Z. Yang
I keep typing 'compTAB' and expecting it to autocomplete to compiler, and this is stopped working. Can we rename the 'completion' directory to something? How about 'autocomplete'? Thanks, Edward ___ ghc-devs mailing list ghc-devs@haskell.org

RE: API Annotations for pragmas

2014-12-05 Thread Simon Peyton Jones
I’d combine them; but make sure you add a Note explaining the purpose of the extra fields is. Maybe you can use the same Note S From: ghc-devs [mailto:ghc-devs-boun...@haskell.org] On Behalf Of Alan Kim Zimmerman Sent: 05 December 2014 08:55 To: ghc-devs@haskell.org Subject: Re: API

ghc.haskell.org

2014-12-05 Thread Simon Peyton Jones
Is it just me, or is ghc.haskell.org very slow at serving up Trac pages today? ___ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Re: Can we rename completion to autocomplete

2014-12-05 Thread Herbert Valerio Riedel
On 2014-12-05 at 10:01:54 +0100, Edward Z. Yang wrote: I keep typing 'compTAB' and expecting it to autocomplete to compiler, and this is stopped working. Can we rename the 'completion' directory to something? How about 'autocomplete'? I'm not sure about the folder-name/location either. I'm

Re: Status and future of the LLVM backend

2014-12-05 Thread Joachim Breitner
Hi, Am Donnerstag, den 04.12.2014, 23:37 +0100 schrieb Joachim Breitner: The problem is that in order to find out which linker is used, ghc calls /usr/bin/gcc -Wl,-version without passing the options from -optl, so the -fuse-ld=gold is not used in this step. I’m a bit confused, because

Re: Linker change in GHC 7.8 leads to widespread issues

2014-12-05 Thread Mikhail Glushenkov
Hi, On 4 December 2014 at 17:50, Joachim Breitner m...@joachim-breitner.de wrote: in this case, can we get a fixed Cabal in 7.8.4? This is up to whoever manages the release at GHC HQ, which I guess means Austin. ___ ghc-devs mailing list