[GHC] #7326: print035(ghci) fails when ghci is dynamic
GHC
ghc-devs at haskell.org
Wed Aug 14 07:43:36 CEST 2013
#7326: print035(ghci) fails when ghci is dynamic
-------------------------------+-------------------------------------------
Reporter: igloo | Owner: Austin Seipp <aseipp@…>
Type: bug | Status: closed
Priority: high | Milestone: 7.8.1
Component: GHCi | Version: 7.6.1
Resolution: fixed | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
-------------------------------+-------------------------------------------
Changes (by Austin Seipp <aseipp@…>):
* owner: => Austin Seipp <aseipp@…>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:333273792479695cf79a72cffa4c579d0c9deb21/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="333273792479695cf79a72cffa4c579d0c9deb21"
Don't run the system linker unncessarily.
This wastes time when evaluating expressions in GHCi. We also
disable object unloading when using the dynamic linker, too.
Fixes #7382. Fixes #7326.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7326#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list