patch applied (ghc-6.8/ghc): Merge the FAST_STRING_NOT_NEEDED stuff onto the 6.8 branch

2008-02-07 Thread Ian Lynagh
Thu Feb 7 09:53:12 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Merge the FAST_STRING_NOT_NEEDED stuff onto the 6.8 branch M ./compiler/HsVersions.h -3 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX #2049, another problem with the module context on :reload

2008-02-07 Thread Ian Lynagh
Mon Jan 21 06:59:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #2049, another problem with the module context on :reload The previous attempt to fix this (#1873, #1360) left a problem that occurred when the first :load of the program failed (#2049). Now I've implemented a differe

patch applied (ghc-6.8/ghc): MERGED: FIX #1838, #1987: change where GHCi searches for config files

2008-02-07 Thread Ian Lynagh
Thu Feb 7 09:52:58 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: FIX #1838, #1987: change where GHCi searches for config files Simon Marlow <[EMAIL PROTECTED]>**20080123143207 6.6 behaviour: - ./.ghci - $HOME/.ghci 6.8.[12] behaviour: - ./.ghci - Windows:

patch applied (ghc-6.8/ghc): FIX #1767 :show documentation claimed too much

2008-02-07 Thread Ian Lynagh
Tue Jan 22 07:29:43 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #1767 :show documentation claimed too much Also put the :help docs back within 80 columns M ./compiler/ghci/InteractiveUI.hs -4 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org

patch applied (ghc-6.8/ghc): Show CmdLineError exceptions as ": ..."

2008-02-07 Thread Ian Lynagh
Wed Jan 23 08:31:45 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Show CmdLineError exceptions as ": ..." instead of something like "ghc-6.8.2: ...", which causes problems in the test suite. In any case, "" seems a more appropriate context for these errors, the only question is whether we

patch applied (ghc-6.8/ghc): FIX #1750: in isBrokenPackage, don't loop if the deps are recursive

2008-02-07 Thread Ian Lynagh
Wed Jan 23 08:07:03 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #1750: in isBrokenPackage, don't loop if the deps are recursive M ./utils/ghc-pkg/Main.hs -3 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listin

patch applied (ghc-6.8/ghc): FIX #1750: throw out mutually recursive groups of packages

2008-02-07 Thread Ian Lynagh
Wed Jan 23 08:06:35 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #1750: throw out mutually recursive groups of packages M ./compiler/main/Packages.lhs -14 +23 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo

patch applied (ghc-6.8/ghc): A couple more parser tweaks

2008-02-07 Thread Ian Lynagh
Fri Jan 25 06:34:21 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * A couple more parser tweaks M ./compiler/parser/Lexer.x +1 M ./compiler/parser/Parser.y.pp -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinf

patch applied (ghc-6.8/ghc): Fix warnings in coreSyn/CoreTidy

2008-02-07 Thread Ian Lynagh
Fri Jan 18 08:55:59 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fix warnings in coreSyn/CoreTidy M ./compiler/coreSyn/CoreTidy.lhs -12 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Parser tweak

2008-02-07 Thread Ian Lynagh
Fri Jan 25 06:58:47 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Parser tweak M ./compiler/parser/Parser.y.pp -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/Class

2008-02-07 Thread Ian Lynagh
Fri Jan 25 08:04:38 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/Class M ./compiler/types/Class.lhs -7 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in coreSyn/CoreFVs, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Fri Jan 25 08:07:16 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in coreSyn/CoreFVs, except for incomplete pattern matches M ./compiler/coreSyn/CoreFVs.lhs -9 +20 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

patch applied (ghc-6.8/ghc): Fixed warnings in coreSyn/PprExternalCore

2008-02-07 Thread Ian Lynagh
Fri Jan 25 08:24:18 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in coreSyn/PprExternalCore M ./compiler/coreSyn/PprExternalCore.lhs -17 +32 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/

patch applied (ghc-6.8/ghc): Fixed warnings in coreSyn/MkExternalCore, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Fri Jan 25 17:28:07 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in coreSyn/MkExternalCore, except for incomplete pattern matches M ./compiler/coreSyn/MkExternalCore.lhs -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (ghc-6.8/ghc): Fixed warnings in types/Coercion, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:07:35 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/Coercion, except for incomplete pattern matches M ./compiler/types/Coercion.lhs -13 +25 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/Var

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:19:39 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/Var M ./compiler/basicTypes/Var.lhs -17 +26 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/Id

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:28:17 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/Id M ./compiler/basicTypes/Id.lhs -35 +44 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/Literal, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:32:09 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/Literal, except for incomplete pattern matches M ./compiler/basicTypes/Literal.lhs -4 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.ha

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/BasicTypes

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:42:55 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/BasicTypes M ./compiler/basicTypes/BasicTypes.lhs -25 +27 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-

patch applied (ghc-6.8/ghc): Fixed warnings in simplCore/OccurAnal

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:44:26 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in simplCore/OccurAnal M ./compiler/simplCore/OccurAnal.lhs -38 +47 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in coreSyn/ExternalCore

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:47:59 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in coreSyn/ExternalCore M ./compiler/coreSyn/ExternalCore.lhs -7 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/Demand

2008-02-07 Thread Ian Lynagh
Sat Jan 26 11:59:29 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/Demand M ./compiler/basicTypes/Demand.lhs -12 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in utils/Digraph

2008-02-07 Thread Ian Lynagh
Sat Jan 26 12:07:54 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in utils/Digraph M ./compiler/utils/Digraph.lhs -17 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in simplStg/StgStats, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 15:08:30 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in simplStg/StgStats, except for incomplete pattern matches M ./compiler/simplStg/StgStats.lhs -7 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc-6.8/ghc): Fixed warnings in simplStg/SRT, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 15:09:00 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in simplStg/SRT, except for incomplete pattern matches M ./compiler/simplStg/SRT.lhs -10 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/RdrName

2008-02-07 Thread Ian Lynagh
Sat Jan 26 12:21:04 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/RdrName M ./compiler/basicTypes/RdrName.lhs -19 +27 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in basicTypes/OccName

2008-02-07 Thread Ian Lynagh
Sat Jan 26 12:27:37 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in basicTypes/OccName M ./compiler/basicTypes/OccName.lhs -18 +21 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/FunDeps

2008-02-07 Thread Ian Lynagh
Sat Jan 26 12:30:50 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/FunDeps M ./compiler/types/FunDeps.lhs -9 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in simplStg/SimplStg

2008-02-07 Thread Ian Lynagh
Sat Jan 26 15:08:05 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in simplStg/SimplStg M ./compiler/simplStg/SimplStg.lhs -9 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/TyCon

2008-02-07 Thread Ian Lynagh
Sat Jan 26 13:58:00 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/TyCon M ./compiler/types/TyCon.lhs -37 +52 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/Type, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 13:41:26 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/Type, except for incomplete pattern matches M ./compiler/types/Type.lhs -79 +88 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mail

patch applied (ghc-6.8/ghc): Make comb[234] strict

2008-02-07 Thread Ian Lynagh
Thu Jan 24 10:31:49 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make comb[234] strict M ./compiler/parser/Parser.y.pp -4 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Tell happy to be strict

2008-02-07 Thread Ian Lynagh
Thu Jan 24 08:52:14 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Tell happy to be strict M ./mk/config.mk.in -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in stgSyn/StgSyn

2008-02-07 Thread Ian Lynagh
Sat Jan 26 14:10:10 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in stgSyn/StgSyn M ./compiler/stgSyn/StgSyn.lhs -20 +23 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/Generics

2008-02-07 Thread Ian Lynagh
Sat Jan 26 14:28:17 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/Generics M ./compiler/types/Generics.lhs -1 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/FamInstEnv

2008-02-07 Thread Ian Lynagh
Sat Jan 26 15:14:26 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/FamInstEnv M ./compiler/types/FamInstEnv.lhs -18 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in types/InstEnv

2008-02-07 Thread Ian Lynagh
Sat Jan 26 15:17:32 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in types/InstEnv M ./compiler/types/InstEnv.lhs -11 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in profiling/CostCentre, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 15:28:41 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in profiling/CostCentre, except for incomplete pattern matches M ./compiler/profiling/CostCentre.lhs -4 +23 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://

patch applied (ghc-6.8/ghc): Move spiltDmdTy within module (no change in code)

2008-02-07 Thread Ian Lynagh
Mon Jan 28 17:14:38 PST 2008 [EMAIL PROTECTED] * Move spiltDmdTy within module (no change in code) M ./compiler/stranal/DmdAnal.lhs -10 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Make the Parser Monad's return strict

2008-02-07 Thread Ian Lynagh
Thu Jan 24 07:58:27 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make the Parser Monad's return strict M ./compiler/parser/Lexer.x -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Get a bit of sharing

2008-02-07 Thread Ian Lynagh
Thu Jan 24 07:20:00 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Get a bit of sharing M ./compiler/parser/Parser.y.pp -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): A touch more strictness in the parser

2008-02-07 Thread Ian Lynagh
Thu Jan 24 07:01:37 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * A touch more strictness in the parser M ./compiler/parser/Parser.y.pp -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Add a bit of strictness to the parser

2008-02-07 Thread Ian Lynagh
Thu Jan 24 06:53:11 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add a bit of strictness to the parser M ./compiler/parser/Parser.y.pp -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Make sL strict in /both/ arguments to L

2008-02-07 Thread Ian Lynagh
Thu Jan 24 07:12:23 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make sL strict in /both/ arguments to L M ./compiler/parser/Parser.y.pp -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in hsSyn/HsDecls, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 16:40:46 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in hsSyn/HsDecls, except for incomplete pattern matches M ./compiler/hsSyn/HsDecls.lhs -5 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org

patch applied (ghc-6.8/ghc): Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matches

2008-02-07 Thread Ian Lynagh
Sat Jan 26 16:42:54 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matches M ./compiler/hsSyn/HsImpExp.lhs -9 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.o

patch applied (ghc-6.8/ghc): Fixed warnings in hsSyn/HsDoc

2008-02-07 Thread Ian Lynagh
Sat Jan 26 16:43:59 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in hsSyn/HsDoc M ./compiler/hsSyn/HsDoc.hs -7 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in hsSyn/HsTypes

2008-02-07 Thread Ian Lynagh
Sat Jan 26 16:44:19 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in hsSyn/HsTypes M ./compiler/hsSyn/HsTypes.lhs -32 +37 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fixed warnings in main/ErrUtils

2008-02-07 Thread Ian Lynagh
Sat Jan 26 17:54:19 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fixed warnings in main/ErrUtils M ./compiler/main/ErrUtils.lhs -10 +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Warning clean up

2008-02-07 Thread Ian Lynagh
Wed Jan 30 18:48:45 PST 2008 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Warning clean up 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-6.8/ghc): Some tweaks to the building from source section

2008-02-07 Thread Ian Lynagh
Tue Jan 29 01:11:32 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * Some tweaks to the building from source section M ./README -6 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Strictness tweaks

2008-02-07 Thread Ian Lynagh
Sat Feb 2 18:48:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Strictness tweaks M ./compiler/utils/UniqFM.lhs -3 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Strictness tweaks

2008-02-07 Thread Ian Lynagh
Fri Jan 25 09:43:47 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Strictness tweaks M ./compiler/Makefile -1 +1 M ./compiler/basicTypes/SrcLoc.lhs -15 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (ghc-6.8/ghc): Strictness tweaks

2008-02-07 Thread Ian Lynagh
Thu Jan 24 10:31:42 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Strictness tweaks M ./compiler/parser/Parser.y.pp -3 +8 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Whitespace

2008-02-07 Thread Ian Lynagh
Sat Feb 2 16:39:29 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Whitespace M ./compiler/utils/UniqFM.lhs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Whitespace only

2008-02-07 Thread Ian Lynagh
Sat Feb 2 13:39:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Whitespace only M ./compiler/types/Type.lhs -12 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Whitespace only

2008-02-07 Thread Ian Lynagh
Wed Jan 23 09:41:53 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Whitespace only M ./compiler/parser/Lexer.x -12 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix warnings in deSugar/DsBinds

2008-02-07 Thread Ian Lynagh
Wed Jan 30 06:40:14 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix warnings in deSugar/DsBinds M ./compiler/deSugar/DsBinds.lhs -22 +17 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Monadify deSugar/DsBinds: use do, return, applicative, standard monad functions

2008-02-07 Thread Ian Lynagh
Thu Jan 17 08:47:46 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Monadify deSugar/DsBinds: use do, return, applicative, standard monad functions M ./compiler/deSugar/DsBinds.lhs -37 +36 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://ww

patch applied (ghc-6.8/ghc): Add missing (error) case in pprConDecl

2008-02-07 Thread Ian Lynagh
Mon Jan 28 13:34:09 PST 2008 [EMAIL PROTECTED] * Add missing (error) case in pprConDecl M ./compiler/hsSyn/HsDecls.lhs +5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix typo where I forgot the new substitution

2008-02-07 Thread Ian Lynagh
Mon Jan 28 13:38:56 PST 2008 [EMAIL PROTECTED] * Fix typo where I forgot the new substitution M ./compiler/types/Unify.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Make seqAlts actually seq everything

2008-02-07 Thread Ian Lynagh
Sun Feb 3 05:43:21 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make seqAlts actually seq everything M ./compiler/coreSyn/CoreSyn.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Fix warnings in coreSyn/CoreSyn

2008-02-07 Thread Ian Lynagh
Fri Jan 18 08:55:06 PST 2008 Twan van Laarhoven <[EMAIL PROTECTED]> * Fix warnings in coreSyn/CoreSyn M ./compiler/coreSyn/CoreSyn.lhs -36 +41 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): FIX #2047: Windows (and older Unixes): align info tables to 4 bytes, not 2

2008-02-07 Thread Ian Lynagh
Tue Feb 5 02:14:25 PST 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX #2047: Windows (and older Unixes): align info tables to 4 bytes, not 2 Perhaps in the past '.align 2' meant align to 4 bytes, but nowadays it means align to 2 bytes. The compacting collector requires info tables to be ali

patch applied (ghc-6.8/ghc): White space only

2008-02-07 Thread Ian Lynagh
Tue Feb 5 08:37:02 PST 2008 [EMAIL PROTECTED] * White space only M ./compiler/iface/LoadIface.lhs -1 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2008-02-07 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 Thu Feb 7 18:00:01 GMT 2008. checking out

[nightly] 07-Feb-2008 build of STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2008-02-07 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Thu Feb 7 18:10:01 GMT 2008. checkin

Re: Simplifier tests (was Re: patch applied (testsuite): Add a new category of "eyeball" tests)

2008-02-07 Thread Roman Leshchinskiy
Don Stewart wrote: rl: And so on. I'll try to implement a simple framework. I'm just not sure if it should be in Haskell, Python or shell? Grab the pcre-light regex package? Yeah, I'd do it like that but I'm not sure what kind of dependencies we want to allow in the ghc testsuite. Ro

Re: Simplifier tests (was Re: patch applied (testsuite): Add a new category of "eyeball" tests)

2008-02-07 Thread Don Stewart
rl: > Simon Peyton Jones wrote: > >Thu Feb 7 08:22:44 PST 2008 [EMAIL PROTECTED] > > * Add a new category of "eyeball" tests > > > > These tests are hard to do automatically, but they record examples that > > provoked changes to the optimiser. Each one has notes that says what > > you >

Simplifier tests (was Re: patch applied (testsuite): Add a new category of "eyeball" tests)

2008-02-07 Thread Roman Leshchinskiy
Simon Peyton Jones wrote: Thu Feb 7 08:22:44 PST 2008 [EMAIL PROTECTED] * Add a new category of "eyeball" tests These tests are hard to do automatically, but they record examples that provoked changes to the optimiser. Each one has notes that says what you should expect to see!

patch applied (testsuite): Add another eyeball test

2008-02-07 Thread Simon Peyton Jones
Thu Feb 7 09:43:43 PST 2008 [EMAIL PROTECTED] * Add another eyeball test A ./tests/ghc-regress/eyeball/inline3.hs ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Add a new category of "eyeball" tests

2008-02-07 Thread Simon Peyton Jones
Thu Feb 7 08:22:44 PST 2008 [EMAIL PROTECTED] * Add a new category of "eyeball" tests These tests are hard to do automatically, but they record examples that provoked changes to the optimiser. Each one has notes that says what you should expect to see! A ./tests/ghc-regress/

patch applied (testsuite): rebindable5, 6 are expected failures (see Trac #1537)

2008-02-07 Thread Simon Peyton Jones
Thu Feb 7 08:05:35 PST 2008 [EMAIL PROTECTED] * rebindable5,6 are expected failures (see Trac #1537) M ./tests/ghc-regress/rebindable/all.T -2 +6 A ./tests/ghc-regress/rebindable/rebindable5.stderr A ./tests/ghc-regress/rebindable/rebindable6.stderr ___

patch applied (ghc): Convert more UniqFM's back to LazyUniqFM's

2008-02-07 Thread Ian Lynagh
Thu Feb 7 06:47:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Convert more UniqFM's back to LazyUniqFM's These fix these failures: break008(ghci) break009(ghci) break026(ghci) ghci.prog009(ghci) ghci025(ghci) print007(ghci) prog001(ghci) prog002(ghci)

patch applied (ghc): Be a bit more consistent about what's a set and what's a map

2008-02-07 Thread Ian Lynagh
Tue Feb 5 13:19:09 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Be a bit more consistent about what's a set and what's a map M ./compiler/basicTypes/OccName.lhs -1 +1 M ./compiler/basicTypes/VarSet.lhs -2 +2 M ./compiler/utils/UniqSet.lhs -2 +10 __

patch applied (ghc): Make some more modules use LazyUniqFM instead of UniqFM

2008-02-07 Thread Ian Lynagh
Wed Feb 6 17:57:14 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make some more modules use LazyUniqFM instead of UniqFM If these modules use UniqFM then we get a stack overflow when compiling modules that use fundeps. I haven't tracked down the actual cause. M ./compiler/basicTypes/NewDem

patch applied (ghc): Remove unused import

2008-02-07 Thread Ian Lynagh
Wed Feb 6 16:25:44 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove unused import M ./compiler/rename/RnPat.lhs -1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Make UniqFM strict in its elements

2008-02-07 Thread Ian Lynagh
Wed Feb 6 06:16:20 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make UniqFM strict in its elements M ./compiler/basicTypes/NameEnv.lhs -1 +1 M ./compiler/basicTypes/VarEnv.lhs -1 +1 A ./compiler/utils/LazyUniqFM.lhs M ./compiler/utils/UniqFM.lhs -2 +2

patch applied (ghc): Use uniqSetToList rather than eltsUFM

2008-02-07 Thread Ian Lynagh
Tue Feb 5 16:00:43 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use uniqSetToList rather than eltsUFM M ./compiler/cmm/PprC.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Use isEmptyUniqSet rather than isNullUFM

2008-02-07 Thread Ian Lynagh
Tue Feb 5 12:53:36 PST 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use isEmptyUniqSet rather than isNullUFM M ./compiler/rename/RnExpr.lhs -3 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Daily report for head

2008-02-07 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: fail (failed bindisttest) fail (failed stage1) x86 Windows head fast:pass pass lost pass pass pass gabor head: pass kahl G5 Gentoo Linux head:pass mnemosyne x86-64 Gentoo head: pass tnaur P

Daily report for stable

2008-02-07 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: pass x86 Windows stable: pass x86 Windows stable fast: pass pass pass pass pass pass x86-64 Linux stable: lost New unexpected test failures: 2047 1 x86 Windows stable DoParamM 1 x86 Windows stable fast conc055