[GHC] #12403: Template Haskell boxes unboxed tuple types when reifying them
GHC
ghc-devs at haskell.org
Thu Aug 25 15:04:17 UTC 2016
#12403: Template Haskell boxes unboxed tuple types when reifying them
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.0.2
Component: Template Haskell | Version: 8.0.1
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Incorrect result | Unknown/Multiple
at runtime | Test Case: th/T12403
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2405
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"3470f82fbd7039f9957761c5a12988fd558d6cb8/ghc"
3470f82f/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="3470f82fbd7039f9957761c5a12988fd558d6cb8"
Fix Template Haskell reification of unboxed tuple types
Summary:
Previously, Template Haskell reified unboxed tuple types as boxed
tuples with twice the appropriate arity.
Fixes #12403.
Test Plan: make test TEST=T12403
Reviewers: hvr, goldfire, austin, bgamari
Reviewed By: goldfire
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2405
GHC Trac Issues: #12403
(cherry picked from commit 514c4a4741f3881672f1ccc1fe6d08a5d596bb87)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12403#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list