[GHC] #14676: GHCI doesn't recover from bad :add

#14676: GHCI doesn't recover from bad :add -------------------------------------+------------------------------------- Reporter: Juzley | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.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: -------------------------------------+------------------------------------- In GHCi, when the user attempts to add a module that can not be found, the error message for that module will be repeated for any subsequent :add calls. {{{ ghci> :add Slightly/Misspelled/File.hs <no location info>: error: can't find file: Slightly/Misspelled/File.hs ... ghci> :add Correctly/Spelled/File.hs <no location info>: error: can't find file: Slightly/Misspelled/File.hs }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14676 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14676: GHCI doesn't recover from bad :add -------------------------------------+------------------------------------- Reporter: Juzley | Owner: Juzley Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.2.2 Resolution: | Keywords: 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 Juzley): * owner: (none) => Juzley -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14676#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14676: GHCI doesn't recover from bad :add -------------------------------------+------------------------------------- Reporter: Juzley | Owner: Juzley Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by Juzley): * failure: None/Unknown => Other * component: Compiler => GHCi -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14676#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14676: GHCI doesn't recover from bad :add
-------------------------------------+-------------------------------------
Reporter: Juzley | Owner: Juzley
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 8.2.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari

#14676: GHCI doesn't recover from bad :add -------------------------------------+------------------------------------- Reporter: Juzley | Owner: Juzley Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.2.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => fixed * milestone: => 8.6.1 Comment: Going to merge to `ghc-8.4` as this is a rather annoying usability issue. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14676#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14676: GHCI doesn't recover from bad :add -------------------------------------+------------------------------------- Reporter: Juzley | Owner: Juzley Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: GHCi | Version: 8.2.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): Merged with 8f668bdaa1909c28a041db1680585bbf7d833987. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14676#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC