[GHC] #481: Recompilation check fails for TH

GHC cvs-ghc at haskell.org
Thu Jul 14 10:56:18 CEST 2011


#481: Recompilation check fails for TH
------------------------------------------+---------------------------------
  Reporter:  simonpj                      |          Owner:  simonpj         
      Type:  bug                          |         Status:  new             
  Priority:  low                          |      Milestone:  _|_             
 Component:  Template Haskell             |        Version:  6.4.1           
Resolution:  None                         |       Keywords:                  
  Testcase:  TH_recompile                 |      Blockedby:                  
Difficulty:  Unknown                      |             Os:  Unknown/Multiple
  Blocking:                               |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |  
------------------------------------------+---------------------------------

Comment(by simonmar):

 I think we should just disable the recompilation check for modules that
 use TH or annotations.  The compilation manager will still do the basic
 check based on modification times of object files, so if nothing has
 changed below the TH module we won't recompile it, but if anything has
 changed we will.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/481#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the Glasgow-haskell-bugs mailing list