Re: [GHC] #1348: inconsistent 'ghc --help" message

2008-09-26 Thread GHC
#1348: inconsistent 'ghc --help" message
--+-
 Reporter:  guest |  Owner:  igloo  
 Type:  bug   | Status:  closed 
 Priority:  normal|  Milestone:  6.10 branch
Component:  Compiler  |Version:  6.6.1  
 Severity:  normal| Resolution:  fixed  
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by igloo):

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

Comment:

 Now fixed:
 {{{
 Fri Sep 26 15:05:39 BST 2008  Ian Lynagh <[EMAIL PROTECTED]>
   * Split ShowVersion etc off into a different type to DoInteractive etc
   This fixes trac #1348 (ghci --help gave ghc's help), and also tidies
   things up a bit. Things would be even tidier if the usage.txt files were
   put into a .hs file, so that ShowUsage wouldn't need to be able to find
   the libdir.
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1348: inconsistent 'ghc --help" message

2008-07-14 Thread GHC
#1348: inconsistent 'ghc --help" message
--+-
 Reporter:  guest |  Owner:  igloo  
 Type:  bug   | Status:  new
 Priority:  normal|  Milestone:  6.10 branch
Component:  Compiler  |Version:  6.6.1  
 Severity:  normal| Resolution: 
 Keywords:| Difficulty:  Unknown
 Testcase:|   Architecture:  x86
   Os:  Windows   |  
--+-
Changes (by simonmar):

  * priority:  high => normal

Comment:

 dependent on #1880, which has normal prio, so dropping this one.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1348: inconsistent 'ghc --help" message

2007-07-22 Thread GHC
#1348: inconsistent 'ghc --help" message
-+--
Reporter:  guest |Owner:  igloo  
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.10   
   Component:  Compiler  |  Version:  6.6.1  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
  Os:  Windows   | Testcase: 
Architecture:  x86   |  
-+--
Changes (by igloo):

  * milestone:  6.8 => 6.10

Comment:

 Option handling overhaul probably won't happen until 6.10.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1348: inconsistent 'ghc --help" message

2007-07-02 Thread GHC
#1348: inconsistent 'ghc --help" message
-+--
Reporter:  guest |Owner:  igloo  
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.8
   Component:  Compiler  |  Version:  6.6.1  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
  Os:  Windows   | Testcase: 
Architecture:  x86   |  
-+--
Comment (by igloo):

 The logic for printing the ghc and ghci usage messages was inverted; I've
 fixed that.

 However, the ghci case will never actually happen with the current code,
 as we print a usage message when cli_mode == ShowUsage and choose the
 ghci usage message if cli_mode == DoInteractive.

 We should overhaul the option handling, probably using the standard
 library, so that the same code handles static and dynamic options, and
 also generates the documentation; the above issue should be fixed at the
 same time.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1348: inconsistent 'ghc --help" message

2007-05-27 Thread GHC
#1348: inconsistent 'ghc --help" message
-+--
Reporter:  guest |Owner:  igloo  
Type:  bug   |   Status:  new
Priority:  high  |Milestone:  6.8
   Component:  Compiler  |  Version:  6.6.1  
Severity:  normal|   Resolution: 
Keywords:|   Difficulty:  Unknown
  Os:  Windows   | Testcase: 
Architecture:  x86   |  
-+--
Changes (by igloo):

  * milestone:  => 6.8
  * priority:  normal => high
  * owner:  => igloo

Comment:

 Good spot, thanks!

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1348: inconsistent 'ghc --help" message

2007-05-10 Thread GHC
#1348: inconsistent 'ghc --help" message
---+
  Reporter:  guest |  Owner: 
  Type:  bug   | Status:  new
  Priority:  normal|  Milestone: 
 Component:  Compiler  |Version:  6.6.1  
  Severity:  normal|   Keywords: 
Difficulty:  Unknown   | Os:  Windows
  Testcase:|   Architecture:  x86
---+
"ghc --help" produces the following output:

 Usage:

 ghci [command-line-options-and-input-files]

 The kinds of input files that can be given on the command-line

 

 Platform: Windows XP SP2
 Version: official distribution of 6.6 and 6.6.1 (6.4.2 was ok)

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs