[GHC] #9259: GHCi should list its available command line options
GHC
ghc-devs at haskell.org
Sat Nov 22 17:12:40 UTC 2014
#9259: GHCi should list its available command line options
-------------------------------------+-------------------------------------
Reporter: jstolarek | Owner: kolmodin
Type: feature | Status: new
request | Milestone:
Priority: normal | Version:
Component: Driver | Keywords: newcomer
Resolution: | Architecture: Unknown/Multiple
Operating System: | Difficulty: Unknown
Unknown/Multiple | Blocked By:
Type of failure: | Related Tickets:
None/Unknown |
Test Case: |
Blocking: |
Differential Revisions: Phab:D337 |
-------------------------------------+-------------------------------------
Comment (by kolmodin):
With the patch 624a7c5a2eee0c0ba486a45550680052c2c79849 mentioned above,
the bulk of the work is done.
What remains is to;
- Clean up DynFlags, a lot of the lines are over 80 chars
- Let more people look at the partitioning of the flags into
ghc/ghci/all, correcting any mistakes where a flag has been assigned to
the wrong mode
- Some flags are defined in DynFlags but not documented in the User's
Guide. Should they be marked as hidden? Mail ghc-devs and find out.
- Possibly update documentation about ghc's new ability to use
--interactive and --show-options together.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9259#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list