[GHC] #3725: Annotations not written to interface files

GHC ghc-devs
Thu Oct 3 08:25:52 UTC 2013


#3725: Annotations not written to interface files
-------------------------------+-------------------------------------------
        Reporter:  rl          |            Owner:
            Type:  bug         |           Status:  closed
        Priority:  normal      |        Milestone:  7.8.1
       Component:  Compiler    |          Version:  7.7
      Resolution:  fixed       |         Keywords:
Operating System:              |     Architecture:  Unknown/Multiple
  Unknown/Multiple             |       Difficulty:  Easy (less than 1 hour)
 Type of failure:  Other       |       Blocked By:
       Test Case:              |  Related Tickets:
        Blocking:  7867        |
-------------------------------+-------------------------------------------

Comment (by Simon Peyton Jones <simonpj@?>):

 In [changeset:7996d8f45866ac8bdf1da189ca6ef1bc38bfe3eb/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="7996d8f45866ac8bdf1da189ca6ef1bc38bfe3eb"
 Tidy up the commit for Trac #3725

 In particular, the mi_ann_fn field in ModIface was only being used
 totally locally in MkIface, so I made it local.

 Other than that I just refactored data types slightly,
   * Adding synonym Annotations.AnnPayload for the cryptic Serialized
   * Adding MkIface.IfaceIdExtras to common up some of the identical code
 }}}

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



More information about the ghc-tickets mailing list