[GHC] #8305: ghci macros override built-ins for command expansion
GHC
ghc-devs at haskell.org
Mon Nov 4 08:14:25 UTC 2013
#8305: ghci macros override built-ins for command expansion
-------------------------------------+------------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: patch
Priority: highest | Milestone: 7.8.1
Component: GHCi | Version: 7.7
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets: #8113
-------------------------------------+------------------------------------
Comment (by Herbert Valerio Riedel <hvr@…>):
In [changeset:"7e4406b282647587384981f6b5ee8d7c6309373d/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="7e4406b282647587384981f6b5ee8d7c6309373d"
Tweak lookup semantics for GHCi macros
This changes the prefix-based lookup to prefer macros over builtins only
if
the macro name matches an existing builtin name. See #8305 for more
details.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8305#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list