[GHC] #16317: HIE files don't include module import/export information

GHC ghc-devs at haskell.org
Thu Feb 14 10:39:12 UTC 2019


#16317: HIE files don't include module import/export information
-------------------------------------+-------------------------------------
           Reporter:  mpickering     |             Owner:  (none)
               Type:  bug            |            Status:  new
           Priority:  high           |         Milestone:
          Component:  Compiler       |           Version:  8.6.3
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  None/Unknown
  Unknown/Multiple                   |
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 HIE files don't record information about import/exports.

 This blocks implementing LSIF files which need to know about
 imports/exports.

 Export information can be read from `tcg_exports`.

 Import information can be got from the `HscEnv` and looked up using
 `findImportedModule` I think.


 Would be good to target this for 8.8 if there is any time remaining.

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


More information about the ghc-tickets mailing list