[GHC] #1400: :set +r doesn't work for interpreted modules
GHC
trac at galois.com
Fri Jun 1 04:21:10 EDT 2007
#1400: :set +r doesn't work for interpreted modules
----------------------------------+-----------------------------------------
Reporter: iampure at gmail.com | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.10
Component: GHCi | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Moderate (1 day)
Os: Unknown | Testcase:
Architecture: Unknown |
----------------------------------+-----------------------------------------
Changes (by simonmar):
* difficulty: Unknown => Moderate (1 day)
* component: Compiler => GHCi
* milestone: => 6.10
* priority: high => normal
* summary: Incoherent cache behaviour ghci in combination with
Debug.trace => :set +r doesn't work for
interpreted modules
Comment:
`:set +r` is supposed to do what you want, but it has never worked for
interpreted code, only compiled code (and of course, the debugger only
works for interpreted code, so that doesn't really help). I've changed
the subject of the bug to reflect this.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1400>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
-------------- next part --------------
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs at haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list