[GHC] #13591: "*** Exception: expectJust showModule" in ghci with hs-boot
GHC
ghc-devs at haskell.org
Fri May 12 22:31:09 UTC 2017
#13591: "*** Exception: expectJust showModule" in ghci with hs-boot
-------------------------------------+-------------------------------------
Reporter: lspitzner | Owner: (none)
Type: bug | Status: patch
Priority: high | Milestone: 8.2.1
Component: GHCi | Version: 8.2.1-rc1
Resolution: | Keywords: ghci hs-boot
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: #9450 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"1edee7a8b5ca24156cb6e21bde6d611a0ba63882/ghc" 1edee7a/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="1edee7a8b5ca24156cb6e21bde6d611a0ba63882"
Fix crash in isModuleInterpreted for HsBoot (fixes #13591)
Rename isModuleInterpreted to moduleIsBootOrNotObjectLinkable
because a) there already is a moduleIsInterpreted function in
the same module b) I have no idea if the (new) semantic of
the bool returned matches some understanding of
"is interpreted".
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13591#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list