[GHC] #12132: Type representations missing for promoted boxed tuples
GHC
ghc-devs at haskell.org
Sat Jun 4 07:32:54 UTC 2016
#12132: Type representations missing for promoted boxed tuples
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: bgamari
Type: bug | Status: merge
Priority: normal | Milestone: 8.0.2
Component: Compiler | Version: 8.0.1
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:D2279
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"4aa299db6b1025822673713a110b17c002ddcfaf/ghc" 4aa299d/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="4aa299db6b1025822673713a110b17c002ddcfaf"
PrelInfo: Ensure that tuple promoted datacon names are in knownKeyNames
Previously the promoted datacons of the boxed tuple types were not
included in knownKeyNames, which lead to #12132.
Test Plan: Test with included TypeOf testcase
Reviewers: austin, simonpj
Reviewed By: simonpj
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2279
GHC Trac Issues: #12132
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12132#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list