[GHC] #10382: Template Haskell (non-quasi) quotes should work with stage 1 compiler

GHC ghc-devs at haskell.org
Wed Nov 25 22:01:39 UTC 2015


#10382: Template Haskell (non-quasi) quotes should work with stage 1 compiler
-------------------------------------+-------------------------------------
        Reporter:  ezyang            |                Owner:
            Type:  feature request   |               Status:  new
        Priority:  normal            |            Milestone:  8.0.1
       Component:  Template Haskell  |              Version:  7.11
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D876
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by osa1):

 As far as I can see WAY only effects the arguments passed to GHC, so it
 doesn't help unless we do some refactoring in the test driver, and the
 test driver is ... messy.

 Can we do this with less amount of work by adding a new field to
 `testglobals.TestOptions`, something like `stage`, and then in
 `testlib.simple_build()` we check the option and override `compiler`
 variable?

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


More information about the ghc-tickets mailing list