[GHC] #7618: Multiline prompt ignores custom prompt

#7618: Multiline prompt ignores custom prompt -------------------+-------------------------------------------------------- Reporter: dunric | Owner: Type: bug | Status: new Priority: normal | Component: GHCi Version: 7.6.1 | Keywords: Os: Linux | Architecture: x86_64 (amd64) Failure: Other | Blockedby: Blocking: | Related: #5209 -------------------+-------------------------------------------------------- 1. start a ghci session Prelude> 2. set some custom prompt Prelude> :set prompt "GHCi> " GHCi> 3. start a multiline command GHCi> :{ Prelude| Expected "GHCi| " as the custom prompt in multiline command. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7618 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7618: Multiline prompt ignores custom prompt -------------------+-------------------------------------------------------- Reporter: dunric | Owner: Type: bug | Status: new Priority: normal | Component: GHCi Version: 7.6.1 | Keywords: Os: Linux | Architecture: x86_64 (amd64) Failure: Other | Blockedby: Blocking: | Related: #5209 -------------------+-------------------------------------------------------- Comment(by dunric): {{{ Prelude> Prelude> :set prompt "GHCi> " GHCi> GHCi> :{ Prelude| }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7618#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7618: Multiline prompt ignores custom prompt ------------------------+--------------------------------------------------- Reporter: dunric | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: GHCi | Version: 7.6.1 Resolution: duplicate | Keywords: Os: Linux | Architecture: x86_64 (amd64) Failure: Other | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: #5209 ------------------------+--------------------------------------------------- Changes (by igloo): * status: new => closed * difficulty: => Unknown * resolution: => duplicate Comment: Thanks for the report. Closing as it's (more-or-less) a duplicate of #7509. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7618#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC