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

GHC ghc-devs at haskell.org
Mon Sep 23 17:44:55 CEST 2013


#3725: Annotations not written to interface files
-------------------------------+-------------------------------------------
        Reporter:  rl          |            Owner:
            Type:  bug         |           Status:  patch
        Priority:  normal      |        Milestone:  7.8.1
       Component:  Compiler    |          Version:  7.7
      Resolution:              |         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        |
-------------------------------+-------------------------------------------
Changes (by errge):

 * status:  new => patch
 * cc: gergely@… (added)
 * priority:  lowest => normal
 * difficulty:   => Easy (less than 1 hour)
 * version:  6.13 => 7.7
 * milestone:  7.6.2 => 7.8.1


Comment:

 Well, it wasn't as knock-on as expected, but doable :)

 Had to pay attention to a lot of other possibilities to define
 annotations:
   - module annotations,
   - type annotations (both class and data),
   - type class method annotations,
   - data constructor annotations.

 Raising back priority to normal: this is kind of important for people who
 try to use annotations from GHC API.  It's also blocking 7867, that I'm
 currently working on.

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



More information about the ghc-tickets mailing list