#10182: lookupIfaceGlobal crash with SOURCE import -------------------------------------+------------------------------------- Reporter: simonpj | Owner: ezyang Type: bug | Status: patch Priority: normal | Milestone: 7.12.1 Component: Compiler | Version: 7.8.4 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | Blocking: | Differential Revisions: | https://phabricator.haskell.org/D860 -------------------------------------+------------------------------------- Comment (by Edward Z. Yang <ezyang@…>): In [changeset:"1bd1ceffce7f3027ae632086844f95976ed600c8/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="1bd1ceffce7f3027ae632086844f95976ed600c8" Don't use self {-# SOURCE #-} import in test-cases. Summary: It's kind of buggy, c.f. #10182, and isn't motivated by any real world programs, so we're going to get rid of it (despite it being handy for GHC test cases.) Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: simonpj, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D862 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10182#comment:12> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler