#2382: :reload with non-existent module keeps old bindings around and panics
---------------------+------------------------------------------------------
 Reporter:  lumi     |          Owner:         
     Type:  bug      |         Status:  closed 
 Priority:  normal   |      Milestone:         
Component:  GHCi     |        Version:  6.6    
 Severity:  normal   |     Resolution:  fixed  
 Keywords:           |     Difficulty:  Unknown
 Testcase:           |   Architecture:  powerpc
       Os:  Unknown  |  
---------------------+------------------------------------------------------
Changes (by igloo):

  * status:  new => closed
  * difficulty:  => Unknown
  * resolution:  => fixed

Comment:

 This is fixed in 6.8.3:
 {{{
 Prelude> let x = 1
 Prelude> :r foo
 module does not exist
 > :t x

 <interactive>:1:0: Not in scope: `x'
 >
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2382#comment:1>
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