Re: [GHC] #7501: Some GHCi options are undocummented

2013-01-09 Thread GHC
#7501: Some GHCi options are undocummented
-+--
Reporter:  monoidal  |   Owner:  
Type:  bug   |  Status:  new 
Priority:  normal|   Milestone:  
   Component:  Documentation | Version:  7.6.1   
Keywords:|  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--

Comment(by marlowsd@…):

 commit f838d2f3d4ee8876647f190da3b2c858c6a669d4
 {{{
 Author: Simon Marlow 
 Date:   Wed Jan 9 09:29:42 2013 +

 add docs for ":showi language" (#7501)

  docs/users_guide/ghci.xml |   17 ++---
  1 files changed, 14 insertions(+), 3 deletions(-)
 }}}

-- 
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] #7501: Some GHCi options are undocummented

2013-01-09 Thread GHC
#7501: Some GHCi options are undocummented
-+--
Reporter:  monoidal  |   Owner:  
Type:  bug   |  Status:  new 
Priority:  normal|   Milestone:  
   Component:  Documentation | Version:  7.6.1   
Keywords:|  Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by simonmar):

  * difficulty:  => Unknown


Comment:

 `:check` has been around for a long time (I traced it back to 2005), I
 think it is only for debugging, and we don't want to document it.

 I'll add docs for `:showi`, I think that was an oversight.

-- 
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] #7501: Some GHCi options are undocummented

2012-12-15 Thread GHC
#7501: Some GHCi options are undocummented
-+--
Reporter:  monoidal  |  Owner:  
Type:  bug   | Status:  new 
Priority:  normal|  Component:  Documentation   
 Version:  7.6.1 |   Keywords:  
  Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown  |  Blockedby:  
Blocking:|Related:  
-+--

Comment(by ezyang):

 check was added in:

 {{{
 commit 79d6745f66c678de5e104b2146d3dd3e2f006c3e
 Author: Simon Marlow 
 Date:   Fri Aug 26 16:36:05 2011 +0100

 Clean up the handling of the import and :module commands in GHCi
 }}}

 Simon did add documentation for some of the other options he added, so
 either he intended it to be internal or forgot to remove it? It prints out
 the global and local names of a module, but it only works on interpreted
 modules.

 issafe was added in:

 {{{
 commit e0eb7e7de292ba2bb0aa5ca261b7b41169b58af0
 Author: David Terei 
 Date:   Tue May 17 01:19:23 2011 -0700

 SafeHaskell: Add ':issafe' cmd to GHCi that displays module safety
 info
 }}}

 Definitely ought to be documented.

 showi was added in:

 {{{
 commit 2e55760b856540535fa0e4fe1805a75eea7d6b45
 Author: Simon Marlow 
 Date:   Wed Feb 29 16:23:08 2012 +

 GHCi: add :seti, for options that apply only at the prompt (#3217)
 }}}

 Probably should be documented, although currently since it only accepts
 'language' it is completely subsumed by ':seti' with no arguments.

 Patches welcome!

-- 
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] #7501: Some GHCi options are undocummented

2012-12-14 Thread GHC
#7501: Some GHCi options are undocummented
-+--
Reporter:  monoidal  |  Owner:  
Type:  bug   | Status:  new 
Priority:  normal|  Component:  Documentation   
 Version:  7.6.1 |   Keywords:  
  Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
 Failure:  None/Unknown  |  Blockedby:  
Blocking:|Related:  
-+--
Changes (by monoidal):

  * component:  Compiler => Documentation


-- 
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