Re: Is anyone using Haddock's support for frames?

2010-05-05 Thread Tristan Allwood
+1 to keep it until equivalent functionality is made mainline I've had tinyurl.com/haskelldoc aliased to the main frame page (http://www.haskell.org/ghc/docs/6.12.2/html/libraries/frames.html) and used it extensively on a daily basis for GHC libraries and GHC API browsing. Navigating the current

hpc + lhs bugs #2991 and #3191

2010-03-12 Thread Tristan Allwood
fib to evaluate - would like to get results in time for ICFP!). Just wondering/hoping there are some rough ideas about what might be causing it or where to start looking before I dive in? Cheers, Tris -- Tristan Allwood PhD Student Department of Computing Imperial

Re: patch applied (ghc): Make "make tags" work in the new build system

2010-02-25 Thread Tristan Allwood
; else care? > > (This can't be a new problem.) > > S > > ___ > Cvs-ghc mailing list > Cvs-ghc@haskell.org > http://www.haskell.org/mailman/listinfo/cvs-ghc -- Tristan Allwood PhD Student Department of Computing Imperial College London ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: hpc bug lurking?

2010-01-15 Thread Tristan Allwood
ed to including it in an inline comment) Cheers, Tris On Thu, Jan 14, 2010 at 06:00:36PM +0000, Tristan Allwood wrote: > Hi, > > In short: > I think > > data ModuleInfo = ModuleInfo String Int Hash (Ptr Word64) > > in Trace.HPC.Reflect should be > > data Mo

hpc bug lurking?

2010-01-14 Thread Tristan Allwood
Hi, In short: I think data ModuleInfo = ModuleInfo String Int Hash (Ptr Word64) in Trace.HPC.Reflect should be data ModuleInfo = ModuleInfo String *Int32* Hash (Ptr Word64) Currently Trace.HPC.Reflect uses a peekByteOff to read that Int which appears to be able to get corrupted by junk val

RE: todays head failures - installPackage (Re: Daily report for head)

2008-12-01 Thread Tristan Allwood
I've also hit this today (Monday) and requesting suggestions for how to fix... Cheers, Tris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Claus Reinke Sent: 30 November 2008 23:24 To: cvs-ghc@haskell.org Subject: todays head failures - installPackage (

Type Class Contexts on GADTs /w Record Syntax

2008-05-05 Thread Tristan Allwood
really is the same 'a' for the last two fields? Many thanks, Tristan Allwood ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc