#946: Complete and integrate a tags and module-graph analyser using the GHC API
----------------------+-----------------------------------------------------
 Reporter:  simonpj   |          Owner:  simonmar        
     Type:  task      |         Status:  closed          
 Priority:  normal    |      Milestone:  6.8 branch      
Component:  Compiler  |        Version:  6.6             
 Severity:  normal    |     Resolution:  fixed           
 Keywords:            |     Difficulty:  Moderate (1 day)
 Testcase:  N/A       |   Architecture:  Unknown         
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I've updated this and pushed it to the HEAD, at the same time making some
 improvements to the GHC API to make it much quicker to process a batch of
 source files in the way that ghctags (and Haddock) needs.

 The tags generator itself appears to be not fully working; I could
 navigate to some tags, but others (mostly type constructors, it seems)
 provoke an error from emacs.  I'm not familiar with the format of tags
 files so I'll leave this one.

 `make ghctags stage=2` should work in `compiler` now, after building
 `ghctags` in `utils/ghctags`.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/946#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to