[GHC] #10384: "Can't splice the polymorphic local variable" check looks dead
GHC
ghc-devs at haskell.org
Sat May 9 08:25:11 UTC 2015
#10384: "Can't splice the polymorphic local variable" check looks dead
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: ezyang
Type: task | Status: new
Priority: normal | Milestone:
Component: Template Haskell | Version: 7.11
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by Edward Z. Yang <ezyang@…>):
In [changeset:"9a43b2c1f78b3cf684646af64b9b67dc8079f58f/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="9a43b2c1f78b3cf684646af64b9b67dc8079f58f"
Always do polymorphic typed quote check, c.f. #10384
Summary:
Since quotes are enabled in stage1, we need to do the
staging check. This also "fixes" #10384 by adding
a test for the polymorphic local variable test.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
Test Plan: validate
Reviewers: simonpj, austin
Subscribers: bgamari, thomie
Differential Revision: https://phabricator.haskell.org/D880
GHC Trac Issues: #10384
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10384#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list