[GHC] #10047: inconsistency in name binding between splice and quasiquotation
GHC
ghc-devs at haskell.org
Tue Feb 10 21:37:50 UTC 2015
#10047: inconsistency in name binding between splice and quasiquotation
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 7.12.1
Component: Template Haskell | Version: 7.8.4
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case: th/T10047
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by nomeata):
Did you forget to add `./th/T10047.run.stderr`? I observe
{{{
Actual stderr output differs from expected:
--- /dev/null 2014-07-11 16:48:13.679453102 +0200
+++ ./th/T10047.run.stderr 2015-02-10 19:42:50.001947139 +0100
@@ -0,0 +1,6 @@
+
+T10047.hs:6:5: Warning:
+ Fields of ‘QuasiQuoter’ not initialised: quotePat, quoteType,
+ quoteDec
+ In the expression: QuasiQuoter {quoteExp = dyn}
+ In an equation for ‘n’: n = QuasiQuoter {quoteExp = dyn}
*** unexpected failure for T10047(ghci)
}}}
on https://raw.githubusercontent.com/nomeata/ghc-speed-
logs/master/f46360ed7139ff25741b381647b0a0b6d1000d84.log
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10047#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list