[GHC] #11698: GHC's tct_closed flag is not being set correctly
GHC
ghc-devs at haskell.org
Thu Apr 7 01:29:02 UTC 2016
#11698: GHC's tct_closed flag is not being set correctly
-------------------------------------+-------------------------------------
Reporter: simonpj | Owner:
Type: bug | Status: patch
Priority: normal | Milestone:
Component: Compiler | Version: 7.10.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking: 11656
Related Tickets: | Differential Rev(s): Phab:D2016
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Facundo Domínguez <facundo.dominguez@…>):
In [changeset:"c9e8f801170b213b85735ed403f24b2842aedf1b/ghc"
c9e8f801/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="c9e8f801170b213b85735ed403f24b2842aedf1b"
Set tct_closed to TopLevel for closed bindings.
Summary:
Till now tct_closed determined whether the type of a binding is closed.
With this patch tct_closed indicates whether the binding is closed.
Test Plan: ./validate
Reviewers: simonpj, austin, bgamari
Reviewed By: simonpj
Subscribers: mboes, thomie, simonpj
Differential Revision: https://phabricator.haskell.org/D2016
GHC Trac Issues: #11698
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11698#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list