patch applied (testsuite): Add test for exponential behaviour of type synonyms

2007-09-19 Thread Simon Peyton Jones
Wed Sep 19 23:55:53 PDT 2007 [EMAIL PROTECTED] * Add test for exponential behaviour of type synonyms M ./tests/ghc-regress/typecheck/should_compile/all.T +1 A ./tests/ghc-regress/typecheck/should_compile/tc238.hs ___ Cvs-ghc mailing list Cvs-

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

2007-09-19 Thread GHC Build Reports
Build description = STABLE 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-STABLE-cam-02-unx Nightly build started on cam-02-unx at Wed Sep 19 19:00:00 BST 2007.

patch applied (ghc): Hack to get haskell-src's Parser.hs into source distributions

2007-09-19 Thread Ian Lynagh
Wed Sep 19 12:42:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Hack to get haskell-src's Parser.hs into source distributions M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix --print-docdir for relocatable builds; fixes #1226

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:01:00 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix --print-docdir for relocatable builds; fixes #1226 M ./compiler/Makefile +5 M ./compiler/main/Main.hs -7 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (ghc): Use $(RelocatableBuild) rather than $(Windows)

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:00:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use $(RelocatableBuild) rather than $(Windows) M ./mk/config.mk.in -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Dynamic linking weirdness

2007-09-19 Thread Wolfgang Thaller
On 19-Sep-07, at 9:23 PM, Sven Panne wrote: I think this clearly shows (at least on Linux x86_64) that code which references data in dynamically loaded libraries *must* itself be position independent, because then, and only then, the equation dlsym(RTLD_DEFAULT, "foo") == &foo is guaran

patch applied (ghc-6.8/ghc): Fix --print-docdir for relocatable builds; fixes #1226

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:01:00 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix --print-docdir for relocatable builds; fixes #1226 M ./compiler/Makefile +5 M ./compiler/main/Main.hs -7 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/

patch applied (ghc-6.8/ghc): Use $(RelocatableBuild) rather than $(Windows)

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:00:37 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use $(RelocatableBuild) rather than $(Windows) 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): Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynonyms to -XLiberalTypeSynonyms

2007-09-19 Thread Ian Lynagh
Wed Sep 19 10:12:07 PDT 2007 [EMAIL PROTECTED] * Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynonyms to -XLiberalTypeSynonyms Fixes exponential behaviour present in GHC 6.6! I renamed the flag because the old (not very old) name wasn't describing

patch applied (ghc-6.8/ghc): FIX #1688: Givens in checkLoop are not that rigid after all

2007-09-19 Thread Ian Lynagh
Wed Sep 19 08:07:38 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #1688: Givens in checkLoop are not that rigid after all - This patch re-instates the policy of 6.6.1 to zonk the given constraints in the simplifier loop. MERGE TO STABLE M ./compiler/typecheck/TcSimpli

patch applied (ghc-6.8/ghc): FIX #1713: watch out for type families in splitAppTy functions

2007-09-19 Thread Ian Lynagh
Wed Sep 19 05:20:11 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #1713: watch out for type families in splitAppTy functions MERGE TO STABLE M ./compiler/types/Type.lhs -5 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http:/

patch applied (ghc-6.8/ghc): Make the error message mentioning -XPatternSignatures spell the flag correctly

2007-09-19 Thread Ian Lynagh
Wed Sep 19 07:28:21 PDT 2007 [EMAIL PROTECTED] * Make the error message mentioning -XPatternSignatures spell the flag correctly M ./compiler/rename/RnTypes.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/lis

patch applied (ghc-6.8/ghc): Hack to get haskell-src's Parser.hs into source distributions

2007-09-19 Thread Ian Lynagh
Wed Sep 19 12:42:22 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Hack to get haskell-src's Parser.hs into source distributions M ./Makefile +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: Dynamic linking weirdness

2007-09-19 Thread Sven Panne
[ People who want to take a shortcut can immediately jump to the end and read what has to be done to fix things. ;-) ] On Wednesday 19 September 2007 00:41, Wolfgang Thaller wrote: > I guess I could find some time to play around with it on the weekend. > I don't have an x86_64-linux box available

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

2007-09-19 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 Sep 19 19:30:00 BST 2007. checki

text generator for --full-flag-help (#1226)

2007-09-19 Thread Claus Reinke
there have been repeated requests for an offline text version of the flag reference section in the users guide, yet the ticket http://hackage.haskell.org/trac/ghc/ticket/1226 sounds pessimistic for 6.8.1. presumably, the problem is generating the text to print? i attach a small xsl transformatio

Re: Validate trouble on x86 linux

2007-09-19 Thread Thorkil Naur
Hello, On Monday 17 September 2007 14:41, Ian Lynagh wrote: > ... > So just to check, you can reproduce the failure with the ghc -Werror > commandline, and if you remove -Werror then it works? Exactly: With -Werror, the warnings are reported, the exit status is 1, and no code is generated: > $

patch applied (ghc): Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynonyms to -XLiberalTypeSynonyms

2007-09-19 Thread Simon Peyton Jones
Wed Sep 19 10:12:07 PDT 2007 [EMAIL PROTECTED] * Fix exponential-time behaviour with type synonyms; rename -XPartiallyAppliedTypeSynonyms to -XLiberalTypeSynonyms Fixes exponential behaviour present in GHC 6.6! I renamed the flag because the old (not very old) name wasn't describing

patch applied (testsuite): Rename flag

2007-09-19 Thread Simon Peyton Jones
Wed Sep 19 10:14:23 PDT 2007 [EMAIL PROTECTED] * Rename flag M ./tests/ghc-regress/typecheck/should_compile/tc234.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Enhance tc236 slightly

2007-09-19 Thread Simon Peyton Jones
Wed Sep 19 07:37:59 PDT 2007 [EMAIL PROTECTED] * Enhance tc236 slightly M ./tests/ghc-regress/typecheck/should_compile/tc236.hs +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): FIX #1688: Givens in checkLoop are not that rigid after all

2007-09-19 Thread chak
Wed Sep 19 08:07:38 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #1688: Givens in checkLoop are not that rigid after all - This patch re-instates the policy of 6.6.1 to zonk the given constraints in the simplifier loop. MERGE TO STABLE M ./compiler/typecheck/TcSimpli

patch applied (ghc): FIX #1713: watch out for type families in splitAppTy functions

2007-09-19 Thread chak
Wed Sep 19 05:20:11 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * FIX #1713: watch out for type families in splitAppTy functions MERGE TO STABLE M ./compiler/types/Type.lhs -5 +13 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http:/

patch applied (testsuite): Typechecker: tc237 (#1688)

2007-09-19 Thread chak
Wed Sep 19 08:03:47 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * Typechecker: tc237 (#1688) M ./tests/ghc-regress/typecheck/should_compile/all.T +1 A ./tests/ghc-regress/typecheck/should_compile/tc237.hs ___ Cvs-ghc mailing list Cvs-

patch applied (testsuite): TyepFamilies: should_compile/Simple16 (#1713)

2007-09-19 Thread chak
Wed Sep 19 05:19:05 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * TyepFamilies: should_compile/Simple16 (#1713) A ./tests/ghc-regress/indexed-types/should_compile/Simple16.hs M ./tests/ghc-regress/indexed-types/should_compile/all.T +1 ___

Re: patch for review: show ghci-related flags in ghci :set, :show packages, :show languages

2007-09-19 Thread Claus Reinke
will try to send updated patch later today, claus in case anyone wonders: i did send the updated patch that night. but it has been stuck in the moderator approval queue ever since (like the version before, only that this time none of the moderators are available). claus _

patch applied (ghc): Catch any exceptions thrown by getEnv; fixes #1704

2007-09-19 Thread Ian Lynagh
Tue Sep 18 14:57:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Catch any exceptions thrown by getEnv; fixes #1704 M ./compiler/ghci/InteractiveUI.hs -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.8/ghc): Catch any exceptions thrown by getEnv; fixes #1704

2007-09-19 Thread Ian Lynagh
Tue Sep 18 14:57:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Catch any exceptions thrown by getEnv; fixes #1704 M ./compiler/ghci/InteractiveUI.hs -2 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Make the error message mentioning -XPatternSignatures spell the flag correctly

2007-09-19 Thread Simon Peyton Jones
Wed Sep 19 07:28:21 PDT 2007 [EMAIL PROTECTED] * Make the error message mentioning -XPatternSignatures spell the flag correctly M ./compiler/rename/RnTypes.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/lis

Re: windows head build fails early, configure vs cabal: 0:1, which alex version do we need?

2007-09-19 Thread Claus Reinke
On Sat, Sep 15, 2007 at 02:56:22PM +0100, Claus Reinke wrote: cabal installs programs in c:/Program Files/Haskell/bin/, which configure apparently can't handle, because of the space: Right, we don't support tools being in paths containing spaces, and we probably won't until compilation is drive

Daily report for head

2007-09-19 Thread BuildBot Collator
Build results: x86-64 Linux head: lost gabor head: pass phil P4 SuSE Linux head: pass tnaur x86 Linux head:pass x86-64 Linux head unreg: lost Old unexpected test passes: GADT3 1 x86-64 Linux head unreg Old unexpected test failures: Base1 1 x86-6

Daily report for stable

2007-09-19 Thread BuildBot Collator
Build results: tnaur PPC OSX stable:pass x86 Windows stable: fail (failed darcs) x86 Windows stable fast: pass pass pass pass pass x86-64 Linux stable: lost Old unexpected test passes: GADT3 1 x86 Windows stable InstEqContext2 4 macgyver PPC OSX stable arith0