Re: [GHC] #1767: :show setting does not conform to documented specification

2008-02-10 Thread GHC
#1767: :show setting does not conform to documented specification
-+--
 Reporter:  guest|  Owner:  igloo  
 Type:  merge| Status:  closed 
 Priority:  normal   |  Milestone:  6.8.3  
Component:  GHCi |Version:  6.9
 Severity:  normal   | Resolution:  fixed  
 Keywords:   | Difficulty:  Unknown
 Testcase:   |   Architecture:  Unknown
   Os:  Unknown  |  
-+--
Changes (by igloo):

  * status:  new = closed
  * resolution:  = fixed

Comment:

 Merged

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1767#comment:6
GHC http://www.haskell.org/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] #1767: :show setting does not conform to documented specification

2008-01-23 Thread GHC
#1767: :show setting does not conform to documented specification
-+--
 Reporter:  guest|  Owner:  igloo  
 Type:  merge| Status:  new
 Priority:  normal   |  Milestone:  6.8.3  
Component:  GHCi |Version:  6.9
 Severity:  normal   | Resolution: 
 Keywords:   | Difficulty:  Unknown
 Testcase:   |   Architecture:  Unknown
   Os:  Unknown  |  
-+--
Changes (by simonmar):

  * owner:  simonmar = igloo
  * type:  bug = merge

Comment:

 To merge:

 {{{
 Tue Jan 22 15:29:43 GMT 2008  Simon Marlow [EMAIL PROTECTED]
   * FIX #1767 :show documentation claimed too much
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1767#comment:5
GHC http://www.haskell.org/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] #1767: :show setting does not conform to documented specification

2008-01-22 Thread GHC
#1767: :show setting does not conform to documented specification
-+--
 Reporter:  guest|  Owner:  simonmar
 Type:  bug  | Status:  new 
 Priority:  normal   |  Milestone:  6.8.3   
Component:  GHCi |Version:  6.9 
 Severity:  normal   | Resolution:  
 Keywords:   | Difficulty:  Unknown 
 Testcase:   |   Architecture:  Unknown 
   Os:  Unknown  |  
-+--
Changes (by simonmar):

  * owner:  = simonmar

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1767#comment:4
GHC http://www.haskell.org/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] #1767: :show setting does not conform to documented specification

2007-11-13 Thread GHC
#1767: :show setting does not conform to documented specification
-+--
 Reporter:  guest|  Owner: 
 Type:  bug  | Status:  new
 Priority:  normal   |  Milestone:  6.8.3  
Component:  GHCi |Version:  6.9
 Severity:  normal   | Resolution: 
 Keywords:   | Difficulty:  Unknown
 Testcase:   |   Architecture:  Unknown
   Os:  Unknown  |  
-+--
Changes (by igloo):

  * milestone:  6.8 branch = 6.8.3

Comment:

 This just needs a documentation fix.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1767#comment:3
GHC http://www.haskell.org/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] #1767: :show setting does not conform to documented specification

2007-11-08 Thread GHC
#1767: :show setting does not conform to documented specification
-+--
 Reporter:  guest|  Owner:
 Type:  bug  | Status:  new   
 Priority:  normal   |  Milestone:  6.8 branch
Component:  GHCi |Version:  6.9   
 Severity:  normal   | Resolution:
 Keywords:   | Difficulty:  Unknown   
 Testcase:   |   Architecture:  Unknown   
   Os:  Unknown  |  
-+--
Changes (by igloo):

  * milestone:  = 6.8 branch

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1767#comment:2
GHC http://www.haskell.org/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] #1767: :show setting does not conform to documented specification

2007-10-11 Thread GHC
#1767: :show setting does not conform to documented specification
+---
Reporter:  guest|Owner: 
Type:  bug  |   Status:  new
Priority:  normal   |Milestone: 
   Component:  GHCi |  Version:  6.9
Severity:  normal   |   Resolution: 
Keywords:   |   Difficulty:  Unknown
  Os:  Unknown  | Testcase: 
Architecture:  Unknown  |  
+---
Changes (by guest):

 * cc: [EMAIL PROTECTED] (added)

Comment:

 first, you might want to add yourself to the cc of all those tickets you
 create - not only will this earn you an extra copy of each change email
 .., but ghc hq actually uses the number of cc's to assign ticket
 priorities.

 second, the help for :show currently mainly refers to ghci's :set features
 (args, prog, prompt, editor, ..), and 6.9.20070917 gives me this:
 {{{
 Prelude :show args
 []
 Prelude :show prompt
 %s 
 Prelude :show editor
 c:/vim/vim70/gvim.exe
 Prelude :set args 1 two
 Prelude :show args
 [1,two]
 }}}

 third, it would be nice if all option/flag settings were available.
 there's a patch pending for head that makes ':set' show dynamic flag
 settings, with special emphasis on the ghci-specific ones. it also adds
 ':show languages' (listing active language flags) and ':show packages'
 (listing active package flags, and currently loaded packages). that still
 leaves lots of options like -l -i, etc, but it's a small step in the right
 direction.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/1767#comment:1
GHC http://www.haskell.org/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] #1767: :show setting does not conform to documented specification

2007-10-09 Thread GHC
#1767: :show setting does not conform to documented specification
--+-
  Reporter:  guest|  Owner: 
  Type:  bug  | Status:  new
  Priority:  normal   |  Milestone: 
 Component:  GHCi |Version:  6.9
  Severity:  normal   |   Keywords: 
Difficulty:  Unknown  | Os:  Unknown
  Testcase:   |   Architecture:  Unknown
--+-
 :show setting show anything that can be set with :set (e.g.
 args)
 It's possible to do :set -i/home/foo/something

 However, doing :show -i or :show args or whatever does not show this
 information. So, either the documentation is wrong, or the implementation
 is wrong.

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