[GHC] #12525: Internal identifiers creeping into :show bindings
GHC
ghc-devs at haskell.org
Sat Nov 17 12:52:40 UTC 2018
#12525: Internal identifiers creeping into :show bindings
-------------------------------------+-------------------------------------
Reporter: mniip | Owner: RolandSenn
Type: bug | Status: patch
Priority: low | Milestone: 8.8.1
Component: GHCi | Version: 8.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Runtime | Test Case: make test
performance bug | TEST=T12525
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D5326
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Krzysztof Gogolewski <krz.gogolewski@…>):
In [changeset:"921fd890abe0e7267962c9439098b03c94ebdb9b/ghc" 921fd89/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="921fd890abe0e7267962c9439098b03c94ebdb9b"
Fix #12525: Remove derived bindings from the TyThings from getBindings
Summary:
Remove derived OccNames from the list of TyThings returned by the function
GHC.getBindings.
Therefore the output of the `:show bindings `command will not contain
names generated by GHC.
Test Plan: make test TEST=T12525
Reviewers: austin, hvr, alanz, angerman, thomie, bgamari, osa1
Reviewed By: osa1
Subscribers: simonpj, osa1, rwbarton, carter
GHC Trac Issues: #12525
Differential Revision: https://phabricator.haskell.org/D5326
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12525#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list