[GHC] #8736: GHCi doesn't load .dyn_o files appropriately
GHC
ghc-devs at haskell.org
Mon Feb 24 18:03:42 UTC 2014
#8736: GHCi doesn't load .dyn_o files appropriately
-------------------------------------+------------------------------------
Reporter: thoughtpolice | Owner: thoughtpolice
Type: bug | Status: new
Priority: high | Milestone: 7.8.1
Component: Compiler | Version: 7.8.1-rc1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by thoughtpolice):
Ugh, so this is a slightly annoying 'fix' because the compilation options
are hashed as part of the recompilation check, and simply loading the
dynamic interface file won't work as the hashes will differ (because
-dynamic-too implies some other options). I've almost got a working fix
for this I think, but it's unclear to me how hacky it might be.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8736#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list