patch applied (ghc): remove unused primitives.xml

2007-05-02 Thread Simon Marlow
Wed May 2 01:29:02 PDT 2007 Simon Marlow [EMAIL PROTECTED] * remove unused primitives.xml M ./docs/users_guide/glasgow_exts.xml -2 R ./docs/users_guide/primitives.xml M ./docs/users_guide/ug-ent.xml -1 ___ Cvs-ghc mailing list

patch applied (ghc): Improve hashing of expressions for CSE (reduces warnings about extendCSEnv)

2007-05-02 Thread Simon Peyton Jones
Wed Apr 25 07:15:30 PDT 2007 [EMAIL PROTECTED] * Improve hashing of expressions for CSE (reduces warnings about extendCSEnv) M ./compiler/basicTypes/Name.lhs -2 +5 M ./compiler/coreSyn/CoreUtils.lhs -4 +4 M ./compiler/simplCore/CSE.lhs -1 +3

patch applied (ghc): Fix misleading debug trace

2007-05-02 Thread Simon Peyton Jones
Wed Apr 25 09:12:44 PDT 2007 [EMAIL PROTECTED] * Fix misleading debug trace M ./compiler/types/Type.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Typo in comments

2007-05-02 Thread Simon Peyton Jones
Wed Apr 25 09:13:06 PDT 2007 [EMAIL PROTECTED] * Typo in comments M ./compiler/hsSyn/HsDecls.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix egregious typo in TcUnify

2007-05-02 Thread Simon Peyton Jones
Fri Apr 27 08:41:31 PDT 2007 [EMAIL PROTECTED] * Fix egregious typo in TcUnify Tom S found this bug by inspection; we've never seen it fail in the wild, but it was obviosly Utterly Wrong M ./compiler/typecheck/TcUnify.lhs -1 +1 ___

patch applied (ghc): Fixes to data type families

2007-05-02 Thread Simon Peyton Jones
Wed May 2 03:28:11 PDT 2007 [EMAIL PROTECTED] * Fixes to data type families - Fix two distinct bugs, one in MkId.mkDataConIds, one in DataCon.mkDataCon - Add more comments - Add a little assertion checking in TyCon Type-family tests now work. M

patch applied (ghc): Add ndp package to boring list

2007-05-02 Thread Simon Peyton Jones
Wed May 2 03:38:45 PDT 2007 [EMAIL PROTECTED] * Add ndp package to boring list M ./.darcs-boring +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Document the fact that you canapos; t make a newtype of an unboxed data type

2007-05-02 Thread Simon Peyton Jones
Wed May 2 03:38:15 PDT 2007 [EMAIL PROTECTED] * Document the fact that you can't make a newtype of an unboxed data type M ./docs/users_guide/glasgow_exts.xml +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): Do not generate warnings for compiler-generated code

2007-05-02 Thread Simon Peyton Jones
Wed May 2 03:39:24 PDT 2007 [EMAIL PROTECTED] * Do not generate warnings for compiler-generated code Fixes Trac #1313 M ./compiler/typecheck/TcRnDriver.lhs -2 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): Print the quot; skippingquot; messages at verbosity 2 again

2007-05-02 Thread Simon Marlow
Wed May 2 05:43:01 PDT 2007 Simon Marlow [EMAIL PROTECTED] * Print the skipping messages at verbosity 2 again This was accidentally changed to 1 in the HEAD a while ago, the behaviour is now the same as 6.6.x again. M ./compiler/main/HscMain.lhs -1 +1

patch applied (ghc): move -fno-print-bind-result into the GHCi section

2007-05-02 Thread Simon Marlow
Wed May 2 05:55:23 PDT 2007 Simon Marlow [EMAIL PROTECTED] * move -fno-print-bind-result into the GHCi section M ./docs/users_guide/flags.xml -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Refactoring, tidyup and improve layering

2007-05-02 Thread Simon Marlow
Wed May 2 06:54:34 PDT 2007 Simon Marlow [EMAIL PROTECTED] * Refactoring, tidyup and improve layering The stack of breakpoint resume contexts is now part of the InteractiveContext and managed by the GHC API. This prevents misuse of the resume context by the client (e.g. resuming a

patch applied (ghc): Make records work properly with type families

2007-05-02 Thread Simon Peyton Jones
Wed May 2 09:34:57 PDT 2007 [EMAIL PROTECTED] * Make records work properly with type families This fixes Trac #1204. There's quite a delicate interaction of GADTs, type families, records, and in particular record updates. Test is indexed-types/should_compile/Records.hs M

patch applied (ghc): Add more assertions

2007-05-02 Thread Simon Peyton Jones
Wed May 2 09:37:09 PDT 2007 [EMAIL PROTECTED] * Add more assertions M ./compiler/basicTypes/MkId.lhs -2 +2 M ./compiler/deSugar/Check.lhs -3 +3 M ./compiler/deSugar/DsUtils.lhs -3 +3 M ./compiler/deSugar/Match.lhs -1 +2 M ./compiler/deSugar/MatchLit.lhs -1 +2

patch applied (ghc): Layout only

2007-05-02 Thread Simon Peyton Jones
Wed May 2 09:38:15 PDT 2007 [EMAIL PROTECTED] * Layout only M ./compiler/coreSyn/CoreUtils.lhs -8 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Comments, plus type sigs

2007-05-02 Thread Simon Peyton Jones
Wed May 2 09:38:54 PDT 2007 [EMAIL PROTECTED] * Comments, plus type sigs M ./compiler/hsSyn/HsPat.lhs -1 +1 M ./compiler/typecheck/FamInst.lhs +1 M ./compiler/typecheck/TcPat.lhs -2 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc): Import fiddling

2007-05-02 Thread Simon Peyton Jones
Wed May 2 09:37:46 PDT 2007 [EMAIL PROTECTED] * Import fiddling M ./compiler/basicTypes/Literal.lhs -1 M ./compiler/hsSyn/HsUtils.lhs -1 M ./compiler/main/HscTypes.lhs -3 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

[nightly] 02-May-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-05-02 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Wed May 2 19:00:00 BST 2007.

building head fails with: ghci/DebuggerTys.hs:49:60: Not in scope: `unknownTyConName'

2007-05-02 Thread Claus Reinke
../compiler/stage1/ghc-inplace -H32m -O2 -istage2/utils -istage2/basicTypes -istage2/types -istage2/hsSyn -istage2/prelude -istage2/rename -istage2/typecheck -istage2/deSugar -istage2/coreSyn -istage2/specialise -istage2/simplCore -istage2/stranal -istage2/stgSyn -istage2/simplStg

patch applied (ghc): Remove references to -fticky-ticky flag

2007-05-02 Thread Kirsten Chevalier
Mon Apr 30 22:37:19 PDT 2007 Tim Chevalier [EMAIL PROTECTED] * Remove references to -fticky-ticky flag -ticky is the command-line flag for ticky-ticky profiling now, but internally, the -fticky-ticky flag was used to represent whether ticky was on. This led to link errors if the user

[nightly] 02-May-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-05-02 Thread sof
From: GHC Build Reports [EMAIL PROTECTED] To: cvs-ghc@haskell.org Subject: [nightly] 02-May-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file =