Ticket #1914 (closed merge: fixed)

Opened 6 years ago

Last modified 5 years ago

Reload is reloading all modules

Reported by: simonmar Owned by: igloo
Priority: high Milestone: 6.8.2
Component: GHCi Version: 6.8.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Reported by Alex Jacobson, in  http://www.haskell.org/pipermail/glasgow-haskell-users/2007-November/013578.html:

$ darcs get http://happs.org/HAppS-Begin
$ cd HAppS-Begin
$ curl http://searchpath.org/searchpath/SearchPath.hs > SearchPath.hs
$ ghc --make SearchPath.hs -o sp
$ sp ghci -ihaskell haskell/Main.hs
Prelude> :r

Also, HAppS.Server.Facebook takes forever to compile. I don't understand why.

Change History

Changed 5 years ago by simonmar

I was unable to reproduce this on two machines (both Linux). Still investigating.

Changed 5 years ago by simonmar

  • owner set to igloo
  • priority changed from normal to high
  • type changed from bug to merge
  • milestone changed from 6.8.3 to 6.8.2

Fixed:

Fri Nov 30 13:07:34 GMT 2007  Simon Marlow <simonmar@microsoft.com>
  * FIX #1914: GHCi forgot all the modules that were loaded before an error

Changed 5 years ago by igloo

  • status changed from new to closed
  • resolution set to fixed

Merged

Changed 5 years ago by simonmar

  • architecture changed from Unknown to Unknown/Multiple

Changed 5 years ago by simonmar

  • os changed from Unknown to Unknown/Multiple
Note: See TracTickets for help on using tickets.