[GHC] #13949: Haddock fails to typecheck an example with TemplateHaskell
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.3 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- Reported by leftaroundabout at [https://github.com/haskell/haddock/issues/650]. Surely this is a bug in GhcMake.enableCodegenForTH introduced in 53c78be0aab76a3107c4dacbb1d177afacdd37fa. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: duog Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by duog): * owner: (none) => duog -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: duog Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by duog): * cc: alexbiehl (added) -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: duog Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3720 Wiki Page: | -------------------------------------+------------------------------------- Changes (by duog): * status: new => patch * differential: => Phab:D3720 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: duog Type: bug | Status: patch Priority: normal | Milestone: Component: Compiler | Version: 8.3 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3720 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"ea751248d80efe7633a31120da56e9a31b6820ff/ghc" ea75124/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="ea751248d80efe7633a31120da56e9a31b6820ff" Fix logic error in GhcMake.enableCodeGenForTH transitive_deps_set was incorrect, it was not considering the dependencies of dependencies in some cases. I've corrected it and tidied it up a little. The test case from leftaroundabout, as linked to from the ticket, is added with small modifications to flatten directory structure. Test Plan: make test TEST=T13949 Reviewers: austin, bgamari, alexbiehl Reviewed By: alexbiehl Subscribers: rwbarton, thomie, alexbiehl GHC Trac Issues: #13949 Differential Revision: https://phabricator.haskell.org/D3720 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: duog Type: bug | Status: closed Priority: normal | Milestone: 8.4.1 Component: Compiler | Version: 8.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3720 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed * milestone: => 8.4.1 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13949: Haddock fails to typecheck an example with TemplateHaskell -------------------------------------+------------------------------------- Reporter: duog | Owner: duog Type: bug | Status: closed Priority: normal | Milestone: 8.4.1 Component: Compiler | Version: 8.3 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: | th/should_compile/T13949 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3720 Wiki Page: | -------------------------------------+------------------------------------- Changes (by duog): * testcase: => th/should_compile/T13949 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13949#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC