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-
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.
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
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/
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
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
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/
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
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
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
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:/
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
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
[ 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
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
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
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:
> $
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
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
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
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
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:/
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-
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
___
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
_
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
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
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
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
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
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
31 matches
Mail list logo