Re: Naming types

2008-09-28 Thread Manuel M T Chakravarty
Ian Lynagh: On Tue, Sep 23, 2008 at 11:57:24PM +0200, Sean Leather wrote: I've written down the issues and made some proposals here. http://hackage.haskell.org/trac/ghc/wiki/Design/TypeNaming What purpose does the "type" disambiguating specifier serve in proposal 1? Don't type synonyms have

[nightly] 28-Sep-2008 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-09-28 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/HEAD Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Sun Sep 28 18:02:05 BST 2008. checking out

[nightly] 28-Sep-2008 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2008-09-28 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Sun Sep 28 19:00:01 BST 2008. **

patch applied (testsuite): we can observe the exception again in break011

2008-09-28 Thread Pepe Iborra
Fri Sep 26 14:25:15 PDT 2008 pepe iborra <[EMAIL PROTECTED]> * we can observe the exception again in break011 M ./tests/ghc-regress/ghci.debugger/scripts/break011.stdout -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080926212515-d4749-a1b41b93ba33802d5f80a5d6

patch applied (ghc): Clean up a bit and improve an error message

2008-09-28 Thread Pepe Iborra
Fri Sep 26 14:14:29 PDT 2008 pepe * Clean up a bit and improve an error message M ./compiler/ghci/RtClosureInspect.hs -12 +10 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080926211429-26539-0bd354b4708ade260e09df4a62f2f306503e3da9.gz ___

patch applied (ghc): Don't capture error calls in tryUser

2008-09-28 Thread Pepe Iborra
Fri Sep 26 13:48:36 PDT 2008 pepe * Don't capture error calls in tryUser A previous patch slightly changed the semantics of tryUser. This patch restores the original behaviour (as expected in :print) M ./compiler/typecheck/TcRnMonad.lhs -1 +1 M ./compiler/utils/IOEnv.hs -1 +