#2381: :reload with non-existent module zeroes out prompt
------------------------+---------------------------------------------------
    Reporter:  lumi     |       Owner:         
        Type:  bug      |      Status:  new    
    Priority:  normal   |   Component:  GHCi   
     Version:  6.8.2    |    Severity:  minor  
    Keywords:           |    Testcase:         
Architecture:  Unknown  |          Os:  Unknown
------------------------+---------------------------------------------------
 Using :reload with a non-existent module zeroes out the prompt. The
 modules are still loaded, it's just the prompt that's wrong, as far as I
 can tell.
 {{{
 Prelude> :r foo
 module does not exist
 >
 }}}
 Expected:
 {{{
 Prelude>
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2381>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to