[GHC] #11111: error message for ":show" in GHCi does not show "paths"
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.10.2 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- If I enter a bad argument to :show in GHCi, the "paths" command is not mentioned: ghci> :show path syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules | bindings | breaks | context | packages | language ] -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.10.2 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by mpickering): * keywords: => newcomer -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.10.2 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Description changed by mpickering: Old description:
If I enter a bad argument to :show in GHCi, the "paths" command is not mentioned:
ghci> :show path
syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules | bindings | breaks | context | packages | language ]
New description: If I enter a bad argument to :show in GHCi, the "paths" command is not mentioned: {{{ ghci> :show path syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules | bindings | breaks | context | packages | language ] }}} -- -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 7.10.2 Resolution: | Keywords: newcomer Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11110 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * related: => #11110 Comment: `:show imports` and `:show linker` are missing as well. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: bgamari Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: GHCi | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11110 | Differential Rev(s): Phab:D1538 Wiki Page: | -------------------------------------+------------------------------------- Changes (by thomie): * keywords: newcomer => * owner: => bgamari * differential: => Phab:D1538 * milestone: => 8.0.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: bgamari Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: GHCi | Version: 7.10.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11110 | Differential Rev(s): Phab:D1538 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"f101a822966c52e96438db52c5fff2c7384f0c4c/ghc" f101a822/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="f101a822966c52e96438db52c5fff2c7384f0c4c" ghci: Refactor handling of :show In so doing ensure that the help text can't fall out of sync with the implementation. Test Plan: Validate and play in ghci Reviewers: austin, thomie Reviewed By: austin, thomie Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1538 GHC Trac Issues: #11111 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#11111: error message for ":show" in GHCi does not show "paths" -------------------------------------+------------------------------------- Reporter: massysett | Owner: bgamari Type: bug | Status: closed Priority: normal | Milestone: 8.0.1 Component: GHCi | Version: 7.10.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #11110 | Differential Rev(s): Phab:D1538 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed Comment: Fixed with the above commit. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11111#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC