Fri Jun 6 14:32:39 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcTyClsDecls
M ./compiler/typecheck/TcTyClsDecls.lhs -20 +66
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606213239-3fd76-7783f16b547dd719345a4d3a7be74e3d34c5b170.gz
__
Fri Jun 6 13:48:54 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcHsType
M ./compiler/typecheck/TcHsType.lhs -38 +42
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606204854-3fd76-6716fe8b565b127f50a8ffc0b5c4feb7eb965901.gz
__
Fri Jun 6 13:24:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcSimplify
M ./compiler/typecheck/TcSimplify.lhs -34 +34
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606202435-3fd76-c4a1b36113da254d4ba19d4535763f1bfec531d9.gz
__
Fri Jun 6 13:08:00 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcRules
M ./compiler/typecheck/TcRules.lhs -8 +2
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606200800-3fd76-817927871e85a76133a6e03c2b9f944a4a49caaa.gz
__
Fri Jun 6 13:05:34 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcInstDcls
M ./compiler/typecheck/TcInstDcls.lhs -12 +17
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606200534-3fd76-9bbf2557134cf551053f1509d0d8ee420a38e1a6.gz
__
Fri Jun 6 12:49:31 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcMType
M ./compiler/typecheck/TcMType.lhs -36 +55
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606194931-3fd76-746ca50f7a1e256e847077240fc7c5545cd73dd5.gz
Fri Jun 6 12:26:10 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcForeign
M ./compiler/typecheck/TcForeign.lhs -17 +30
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606192610-3fd76-796e316e1c00d4079c4eb7e614a5bfed7ad9d46d.gz
Fri Jun 6 12:14:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix warnings in TcClassDcl
M ./compiler/typecheck/TcClassDcl.lhs -17 +41
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606191413-3fd76-844530b4575f60cfd3f8562141ebebc924138fef.gz
__
Fri Jun 6 11:46:31 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Fix a bug in eqPatType
One of the conditions we were checking was
t2 `eqPatLType` t2
rather than
t1 `eqPatLType` t2
M ./compiler/typecheck/TcClassDcl.lhs -2 +2
View patch online:
http://darcs.haskell.org/ghc/_dar
Fri Jun 6 11:44:15 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Show whether DEBUG is on in ghc --info
M ./compiler/main/DynFlags.hs -1 +3
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606184415-3fd76-2ddc92b20cc445ffb10de3cbc6dd42d21e14ac1d.gz
Fri Jun 6 06:38:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Use -fno-toplevel-reorder with gcc >= 4.2 on sparc-solaris; fixes trac #2312
M ./aclocal.m4 +5
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606133817-3fd76-653f80c2b2229e5490b7d530c6f8819f9de742c4.gz
Fri Jun 6 06:09:55 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Teach configure about amd64/NetBSD; fixes trac #2348
M ./configure.ac +9
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606130955-3fd76-75948875d52e77bfb80a247a8a8d1f1461c82cb5.gz
__
Fri Jun 6 06:07:06 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Enable the mangler for netbsd/amd64; fixes trac #2347
M ./driver/mangler/ghc-asm.lprl -1 +1
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606130706-3fd76-c500f7114a9bc510da740a0054c2a29b84023c6c.gz
___
Hi
> * darcs pull -a http://darcs.haskell.org/ghc
> fails with the case-sensitivity bug
Either cpphs or hscolour fails with the case-sensitivity issue. The
solution Malcolm used was to set a checkpoint, darcs optimise to it,
then recommend Windows users pass --partial. This way darcs ski
On Fri, Jun 06, 2008 at 01:38:05PM +0100, Simon Peyton-Jones wrote:
>
> So, do you think you could replace
>
> http://darcs.haskell.org/ghc-HEAD-2007-12-16-ghc-corelibs-testsuite.tar.bz2
> with a more recent version?
Done:
http://darcs.haskell.org/ghc-HEAD-2008-06-06-ghc-corelibs-testsui
Fri Jun 6 06:38:17 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Use -fno-toplevel-reorder with gcc >= 4.2 on sparc-solaris; fixes trac #2312
M ./aclocal.m4 +5
View patch online:
http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080606133817-3fd76-653f80c2b2229e5490b7d530c6f8819f9de742c4.
Fri Jun 6 06:09:55 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Teach configure about amd64/NetBSD; fixes trac #2348
M ./configure.ac +9
View patch online:
http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080606130955-3fd76-75948875d52e77bfb80a247a8a8d1f1461c82cb5.gz
__
Fri Jun 6 06:07:06 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Enable the mangler for netbsd/amd64; fixes trac #2347
M ./driver/mangler/ghc-asm.lprl -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080606130706-3fd76-c500f7114a9bc510da740a0054c2a29b84023c6c.gz
Fri Jun 6 04:48:40 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Define _XOPEN_SOURCE to be 500; partially fixes #2342
M ./includes/Stg.h -2 +3
View patch online:
http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080606114840-3fd76-9887c8858f3896e1c5f59a2b59d9b6a6e82e70f7.gz
Fri Jun 6 04:32:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
* Give --force-local to tar when testing bindists
This stops tar thinking that c:/... is on a remote host "c".
M ./bindisttest/Makefile -1 +1
View patch online:
http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080606113212-
Thu Jun 5 16:53:09 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]>
tagged 2008-06-06
View patch online:
http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080605235309-3fd76-3c341a5531d47a506ae36a87e1f72b88cefa5be7.gz
___
Cvs-ghc mailing list
Cvs-ghc@ha
Fri Jun 6 06:41:58 PDT 2008 [EMAIL PROTECTED]
* Test Trac #1624
A ./tests/ghc-regress/typecheck/should_run/T1624.hs
A ./tests/ghc-regress/typecheck/should_run/T1624.stdout
M ./tests/ghc-regress/typecheck/should_run/all.T +1
View patch online:
http://darcs.haskell.org/testsuite/_da
Fri Jun 6 05:24:59 PDT 2008 [EMAIL PROTECTED]
* Improve documentation for standalone deriving
M ./docs/users_guide/glasgow_exts.xml -3 +21
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20080606122459-1287e-dcd52f490af76b9dc07d46003bee9b290d9fac00.gz
_
Fri Jun 6 05:17:30 PDT 2008 [EMAIL PROTECTED]
* Fix Trac #2334: validity checking for type families
When we deal with a family-instance declaration (TcTyClsDecls.tcFamInstDecl)
we must check the TyCon for validity; for example, that a newtype has exactly
one field. That is done all-at
Fri Jun 6 06:08:00 PDT 2008 [EMAIL PROTECTED]
* Update test output
M ./tests/ghc-regress/deriving/should_fail/drvfail002.stderr -9 +2
View patch online:
http://darcs.haskell.org/testsuite/_darcs/patches/20080606130800-1287e-5d2bbc49dc5a82aad4ffc80386e3cb215577bd62.gz
Ian
As things stand, it is actually IMPOSSIBLE for a Windows user to get a Darcs
repo onto their machine
* darcs pull -a http://darcs.haskell.org/ghc
fails with the case-sensitivity bug
* Get the tarball
http://darcs.haskell.org/ghc-HEAD-2007-12-16-ghc-corelibs-testsuite.tar.bz2
darc
Fri Jun 6 05:26:18 PDT 2008 [EMAIL PROTECTED]
* Test for Trac #2334
A ./tests/ghc-regress/indexed-types/should_fail/T2334.hs
A ./tests/ghc-regress/indexed-types/should_fail/T2334.stderr
M ./tests/ghc-regress/indexed-types/should_fail/all.T +1
View patch online:
http://darcs.haskel
Build results:
x86-64 Linux head: fail (failed getsubrepos)
x86 Windows head: fail (failed getsubrepos)
x86 Windows head fast: pass pass lost pass pass pass
kahl G5 Gentoo Linux head: fail (failed darcs)
tnaur PPC OSX head:pass
tnaur PPC OSX head 2: lost
tnaur x86
28 matches
Mail list logo