[commit: ghc] ghc-7.10: fixup T10019 output yet again (9f19723)

Simon Peyton Jones simonpj at microsoft.com
Tue Mar 10 21:49:47 UTC 2015


This test keeps wobbling because a unique id shows up in the pretty-printed Template Haskell output.

Maybe it's a poorly designed test; or maybe there should be a way of suppressing these uniques. I'm not sure. It'd be great if someone wanted to take a look

Simon

| -----Original Message-----
| From: ghc-commits [mailto:ghc-commits-bounces at haskell.org] On Behalf Of
| git at git.haskell.org
| Sent: 10 March 2015 14:28
| To: ghc-commits at haskell.org
| Subject: [commit: ghc] ghc-7.10: fixup T10019 output yet again (9f19723)
| 
| Repository : ssh://git@git.haskell.org/ghc
| 
| On branch  : ghc-7.10
| Link       :
| http://ghc.haskell.org/trac/ghc/changeset/9f19723668b5ef012841012406d1ea4
| 2b618fb69/ghc
| 
| >---------------------------------------------------------------
| 
| commit 9f19723668b5ef012841012406d1ea42b618fb69
| Author: Herbert Valerio Riedel <hvr at gnu.org>
| Date:   Tue Mar 10 15:25:59 2015 +0100
| 
|     fixup T10019 output yet again
| 
| 
| >---------------------------------------------------------------
| 
| 9f19723668b5ef012841012406d1ea42b618fb69
|  testsuite/tests/th/T10019.stdout | 2 +-
|  1 file changed, 1 insertion(+), 1 deletion(-)
| 
| diff --git a/testsuite/tests/th/T10019.stdout
| b/testsuite/tests/th/T10019.stdout
| index 350338c..6345930 100644
| --- a/testsuite/tests/th/T10019.stdout
| +++ b/testsuite/tests/th/T10019.stdout
| @@ -1 +1 @@
| -"DataConI Ghci1.Some (ForallT [KindedTV a_1627391549 StarT] [] (AppT
| (AppT ArrowT (VarT a_1627391549)) (AppT (ConT Ghci1.Option) (VarT
| a_1627391549)))) Ghci1.Option (Fixity 9 InfixL)"
| +"DataConI Ghci1.Some (ForallT [KindedTV a_1627391544 StarT] [] (AppT
| (AppT ArrowT (VarT a_1627391544)) (AppT (ConT Ghci1.Option) (VarT
| a_1627391544)))) Ghci1.Option (Fixity 9 InfixL)"
| 
| _______________________________________________
| ghc-commits mailing list
| ghc-commits at haskell.org
| http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-commits


More information about the ghc-devs mailing list