#1915: : should reload
----------------------+-----------------------------------------------------
 Reporter:  simonmar  |          Owner:  igloo      
     Type:  bug       |         Status:  closed     
 Priority:  normal    |      Milestone:  6.8.2      
Component:  GHCi      |        Version:  6.8.1      
 Severity:  normal    |     Resolution:  fixed      
 Keywords:            |     Difficulty:  Easy (1 hr)
 Testcase:            |   Architecture:  Unknown    
       Os:  Unknown   |  
----------------------+-----------------------------------------------------
Changes (by igloo):

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

Comment:

 Fixed in HEAD and 6.8 branches:
 {{{
 Sat Nov 24 15:18:57 PST 2007  Ian Lynagh <[EMAIL PROTECTED]>
   * Make ":" in GHCi repeat the last command
   It used to be a synonym for ":r" in 6.6.1, but this wasn't documented or
   known about by the developers. In 6.8.1 it was accidentally broken.
   This patch brings it back, but as "repeat the last command", similar to
   pressing enter in gdb. This is almost as good for people who want it to
   reload, and means that it can also be used to repeat commands like
 :step.
 }}}

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