[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 = /fptools/builds/ghc-nightly/

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

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

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

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

[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.

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 http://

patch applied (ghc): Warning police

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

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): 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 http://www.haskell

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): Use the record fields of IdInfo.RecordSelId

2007-05-02 Thread Simon Peyton Jones
Wed May 2 09:36:18 PDT 2007 [EMAIL PROTECTED] * Use the record fields of IdInfo.RecordSelId M ./compiler/basicTypes/Id.lhs -3 +4 M ./compiler/basicTypes/IdInfo.lhs -1 +2 M ./compiler/basicTypes/MkId.lhs -1 +2 ___ Cvs-ghc mailing list Cvs

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 ./com

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 b

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): Print the " skipping" 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): Improve error reporting for type signatures

2007-05-02 Thread Simon Peyton Jones
Wed May 2 04:47:38 PDT 2007 [EMAIL PROTECTED] * Improve error reporting for type signatures See Trac #1310 M ./compiler/rename/RnBinds.lhs -4 +14 M ./compiler/rename/RnEnv.lhs -1 +18 M ./compiler/typecheck/TcRnTypes.lhs -4 +8 ___ Cv

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 http://www.haskell.org/mailman/li

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): Use pprSourceTyCon; delete unused tyConOrigHead

2007-05-02 Thread Simon Peyton Jones
Wed May 2 03:36:32 PDT 2007 [EMAIL PROTECTED] * Use pprSourceTyCon; delete unused tyConOrigHead M ./compiler/typecheck/TcDeriv.lhs -1 +1 M ./compiler/types/Type.lhs -9 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/ma

patch applied (ghc): Document the fact that you can' 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 http://www.haskell.org/mailman/listinfo

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 ./compiler/basicTypes/DataCo

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 ___ Cvs-

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 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): 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

Re: building head fails in main/GHC.hs:2223:50

2007-05-02 Thread Simon Marlow
Claus Reinke wrote: ../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/st

Re: patch applied (ghc): Changing internal data structures used by Hpc

2007-05-02 Thread Simon Marlow
Andy Gill wrote: No worries Simon! To test the -fhpc you use the hpc test suite - still in vaporware, but will be installed *before* 6.8 RC1. What I do is run a ~12 module program for coverage, and look at the output for sanity right now. Inside the Coverage.hs changes, the scoping was broke

[nightly] 02-May-2007 build of of 6.6 branch 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 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil

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 Cvs-ghc@

Daily report for head

2007-05-02 Thread BuildBot Collator
Old unexpected test failures: ATLoop 2 x86 Windows head fast CPUTime001 1 tnaur PPC OSX head Church2 2 x86 Windows head fast GMapAssoc 2 x86 Windows head fast GMapTop 2 x86 Windows head fast Ov