Re: #16221: Core Lint error with a data type
"GHC" <[email protected]> Thu, 07 Mar 2019 09:51:13 -0000
| Newsgroups | gmane.comp.lang.haskell.glasgow.bugs |
|---|---|
| Message-ID | <[email protected]> |
--===============8855642282181669533==
Content-Type: multipart/related;
boundary="===============6474453221702492506=="
--===============6474453221702492506==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
#16221: Core Lint error with a data type
-------------------------------------+-------------------------------------
Reporter: monoidal | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone: 8.10.1
Component: Compiler (Type | Version: 8.7
checker) |
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Compile-time | Test Case:
crash or panic | polykinds/T16221,T16221a
Blocked By: | Blocking:
Related Tickets: #16342 | Differential Rev(s):
| https://gitlab.haskell.org/ghc/ghc/merge_requests/444,
Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/499
-------------------------------------+-------------------------------------
Changes (by simonpj):
* status: patch => closed
* testcase: => polykinds/T16221,T16221a
* resolution: => fixed
Comment:
Test landed as
{{{
commit 07f378cee37338c5f2655b3a7e46dfef3f1c5cc1
Author: Simon Peyton Jones <[email protected]>
Date: Wed Mar 6 09:54:06 2019 +0000
Add tests for Trac #16221 and #16342
testsuite/tests/polykinds/T16221.hs | 13 +++++++++++++
testsuite/tests/polykinds/T16221a.hs | 7 +++++++
testsuite/tests/polykinds/T16221a.stderr | 6 ++++++
testsuite/tests/polykinds/T16342.hs | 13 +++++++++++++
testsuite/tests/polykinds/all.T | 3 +++
5 files changed, 42 insertions(+)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16221#comment:7>