[GHC] #10961: Make it possible to purely use the parser

GHC ghc-devs at haskell.org
Wed May 18 19:59:56 UTC 2016


#10961: Make it possible to purely use the parser
-------------------------------------+-------------------------------------
        Reporter:  mpickering        |                Owner:  dalaing
            Type:  task              |               Status:  patch
        Priority:  low               |            Milestone:
       Component:  Compiler          |              Version:  7.10.2
  (Parser)                           |
      Resolution:                    |             Keywords:  newcomer
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:  #10143            |  Differential Rev(s):  D2208
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"39a2faa05fbbdb4a5ef0682afc42b5809cbd86ce/ghc"
 39a2faa0/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="39a2faa05fbbdb4a5ef0682afc42b5809cbd86ce"
 Rework parser to allow use with DynFlags

 Split out the options needed by the parser from DynFlags, making the
 parser more friendly to standalone usage.

 Test Plan: validate

 Reviewers: simonmar, alanz, bgamari, austin, thomie

 Reviewed By: simonmar, alanz, bgamari, thomie

 Subscribers: thomie, mpickering

 Differential Revision: https://phabricator.haskell.org/D2208

 GHC Trac Issues: #10961
 }}}

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


More information about the ghc-tickets mailing list