Andy Gill wrote:
Tue Oct 24 14:29:07 PDT 2006  [EMAIL PROTECTED]
  * Haskell Program Coverage
This large checkin is the new ghc version of Haskell
  Program Coverage, an expression-level coverage tool for Haskell.

Congratulations!

Would you like to add an 'hpc' way to the testsuite so that all the should_run tests get tried with -fhpc? You must have some other test cases for the testsuite too.

The use of Notes in Core is a slight concern - the simplifier will almost certainly rearrange code without paying attention to the Notes, indeed it looks like you have some hacks already to avoid this (the extra cases in exprArity look quite strange). Weren't you using explicit expressions before? Why the change of design?

What's the status of the tools?

Cheers,
        Simon
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to