[GHC] #8624: -ddump-splices-file

GHC ghc-devs at haskell.org
Wed Nov 12 12:33:41 UTC 2014


#8624: -ddump-splices-file
-------------------------------------+-------------------------------------
              Reporter:  GregWeber   |            Owner:
                  Type:  feature     |           Status:  new
  request                            |        Milestone:
              Priority:  normal      |          Version:  7.6.3
             Component:  Compiler    |         Keywords:
            Resolution:              |     Architecture:  Unknown/Multiple
      Operating System:              |       Difficulty:  Unknown
  Unknown/Multiple                   |       Blocked By:
       Type of failure:              |  Related Tickets:
  None/Unknown                       |
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------

Comment (by simonpj):

 I'm not sure whether you want to dump out the entire source code (after
 expanding splices); or just the splices (which is what `-ddump-splices`
 does.

 If the former, then you need to dump the typechecker output (rather than
 the earlier renamer output) because type splices are expanded by the type
 checker.

 Simon

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


More information about the ghc-tickets mailing list