[GHC] #7414: plugins always trigger recompilation

GHC ghc-devs at haskell.org
Thu Dec 17 16:53:06 UTC 2015


#7414: plugins always trigger recompilation
-------------------------------------+-------------------------------------
        Reporter:  jwlato            |                Owner:
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  7.6.1
      Resolution:                    |             Keywords:  plugin,
                                     |  recompilation
Operating System:  Unknown/Multiple  |         Architecture:
 Type of failure:  Compile-time      |  Unknown/Multiple
  performance bug                    |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by ezyang):

 Plugin interface hash is insufficient, since you want to recompile if the
 plugin implementation changes (even if its unfoldings do not.)  It's
 almost as if you just want the file modification time...

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


More information about the ghc-tickets mailing list