#12035: hs-boot knot tying insufficient for ghc --make -------------------------------------+------------------------------------- Reporter: ezyang | Owner: Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler (Type | Version: 8.1 checker) | Keywords: hs-boot Resolution: | backpack Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2213 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Edward Z. Yang <ezyang@…>): In [changeset:"8fd184887e7c240c7089367c6f737fa66cf409fc/ghc" 8fd1848/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="8fd184887e7c240c7089367c6f737fa66cf409fc" Retypecheck both before and after finishing hs-boot loops in --make. Summary: This makes ghc --make's retypecheck behavior more in line with ghc -c, which is able to tie the knot as we are typechecking. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: simonpj, austin, bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2213 GHC Trac Issues: #12035 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12035#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler