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

2008-06-18 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 Wed Jun 18 18:10:01 BST 2008. checki

Re: Priorities for 6.10

2008-06-18 Thread Ian Lynagh
On Mon, Jun 16, 2008 at 12:39:21PM +0100, Simon Marlow wrote: > > * Extensible exceptions > * More library reorganisation #1338 is the ticket for this. It's more-or-less blocked on extensible exceptions, though. By the way, is everyone OK with increasing the minimum GHC required to 6.4.2? Apa

patch applied (ghc): Make the wired-in packages code handle ndp mapping to ndp-seq or ndp-par

2008-06-18 Thread Ian Lynagh
Wed Jun 18 09:22:33 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make the wired-in packages code handle ndp mapping to ndp-seq or ndp-par It's getting a bit crufty - could probably do with a rewrite. M ./compiler/main/Packages.lhs -20 +31 View patch online: http://darcs.haskell.org/ghc/_dar

patch applied (ghc): Put the infrastructure in place for getting the libraries -Wall clean

2008-06-18 Thread Ian Lynagh
Mon Jun 16 19:01:45 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Put the infrastructure in place for getting the libraries -Wall clean libraries/Makefile.local now lists those for which we need to pass -w (currently this is every library). M ./libraries/Makefile.local +13 View patch onlin

patch applied (ghc): utils/Digraph doesn't need -fglasgow-exts passed specially

2008-06-18 Thread Ian Lynagh
Mon Jun 16 15:59:49 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * utils/Digraph doesn't need -fglasgow-exts passed specially M ./compiler/Makefile -2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080616225949-3fd76-9e54bc34247ca0d60e82ec2ad9e244eb09074860.gz ___

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

2008-06-18 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 Wed Jun 18 18:00:01 BST 2008. checking out

intermittent type checker AWOL bug?

2008-06-18 Thread Claus Reinke
have any type checker loop bugs been fixed recently? I have a piece of code for which: GHCi 6.6.1 reports an error GHCi, version 6.9.20080217 loops GHCi, version 6.9.20080514 reports an error and I just want to make sure that this is a known and fixed bug, not something that has come o

patch applied (ghc): Fix Trac #2321: bug in SAT

2008-06-18 Thread Simon Peyton Jones
Mon Jun 16 13:17:00 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2321: bug in SAT This is a fairly substantial rewrite of the Static Argument Transformatoin, done by Max Bolingbroke and reviewed and modified by Simon PJ. * Fix a subtle scoping problem; see Note [Binder type capture]

patch applied (ghc): define NeedVarargsPrototypes to avoid segfault on x86_64

2008-06-18 Thread Simon Marlow
Wed Jun 18 06:21:16 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * define NeedVarargsPrototypes to avoid segfault on x86_64 M ./utils/lndir/lndir.c +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080618132116-12142-69171bdca6c9252549c9c58c6e8a8e3d13594104.gz _

patch applied (ghc): Fix an example where we weren't doing case-of-case when we should

2008-06-18 Thread Simon Marlow
Tue Jun 17 05:35:10 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix an example where we weren't doing case-of-case when we should That's 1 line of new code and 38 lines of new comments M ./compiler/simplCore/Simplify.lhs -2 +38 View patch online: http://darcs.haskell.org/ghc/_darcs/patch

patch applied (testsuite): TAG GHC 6.8.3 release

2008-06-18 Thread Ian Lynagh
Wed Jun 18 06:28:06 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> tagged GHC 6.8.3 release View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080618132806-3fd76-8e4dbd729f497c432acb1889260be59f0bf74c9b.gz ___ Cvs-ghc mailing list Cvs-g

patch applied (ghc-6.8/ghc): TAG GHC 6.8.3 release

2008-06-18 Thread Ian Lynagh
Wed Jun 18 06:29:07 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> tagged GHC 6.8.3 release View patch online: http://darcs.haskell.org/ghc-6.8/ghc/_darcs/patches/20080618132907-3fd76-cfd1d3875a0d8f9e707543967ac48d512e22d6ec.gz ___ Cvs-ghc mailing list Cvs

Re: Validate breaks on MacOS 10.5

2008-06-18 Thread Simon Marlow
Manuel M T Chakravarty wrote: ../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc-Iparallel -optc-Ism -optc-DCOMPILING_RTS -optc-fomit-fram

Re: Priorities for 6.10

2008-06-18 Thread Neil Mitchell
Hi > While I was away last week I jotted down a list of priorities for 6.10. > Some of these are in the bug tracker and some aren't, but I think it'd be a > good idea for us to first discuss what we really want to see happen in the > 6.10 time frame and then update the ticket database to matc

patch applied (ghc): fix gcc warnings for printf formats on 32-bit

2008-06-18 Thread Simon Marlow
Wed Jun 18 02:40:18 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * fix gcc warnings for printf formats on 32-bit M ./rts/sm/GCUtils.c -1 +2 M ./rts/sm/Sweep.c -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080618094018-12142-19afb3efbb067e22a37f1a1909d92bee662072be

patch applied (ghc): FIX BUILD on Windows

2008-06-18 Thread Simon Marlow
Wed Jun 18 02:47:00 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * FIX BUILD on Windows M ./rts/win32/AsyncIO.c -4 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080618094700-12142-4428dcb839b005b7195868b827d8746dee8bb7d4.gz __

patch applied (ghc): Sort the mi_deps into a canonical ordering before fingerprinting.

2008-06-18 Thread Simon Marlow
Tue Jun 17 08:21:17 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Sort the mi_deps into a canonical ordering before fingerprinting. This may help do a little less recompilation with make (GHC's --make is unaffected). M ./compiler/iface/MkIface.lhs -4 +22 View patch online: http://darcs.h

patch applied (ghc): Fix another "urk! lookup local fingerprint" in nofib/real/bspt/GeomNum.lhs

2008-06-18 Thread Simon Marlow
Tue Jun 17 08:15:30 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Fix another "urk! lookup local fingerprint" in nofib/real/bspt/GeomNum.lhs M ./compiler/iface/IfaceSyn.lhs -2 +12 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080617151530-12142-fc450b13c6cf76ec82c36576989a

Daily report for head

2008-06-18 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed stage1) x86 Windows head: fail (failed stage1) x86 Windows head fast: pass lost fail (failed stage1) fail (failed stage1) fail (failed stage1) fail (failed stage1) kahl G5 Gentoo Linux head: pass x86-64 Linux head unreg: pass N

Daily report for stable

2008-06-18 Thread BuildBot Collator
Build results: kahl G5 Gentoo Linux stable: fail (failed darcs) kgardas stable: fail (failed stage1) tnaur PPC OSX stable 2: pass tnaur x86 Linux stable: pass x86 Windows stable fast: pass lost pass pass pass x86-64 Linux stable: pass New unexpected test failures

RE: Priorities for 6.10

2008-06-18 Thread Simon Peyton-Jones
Worth updating http://hackage.haskell.org/trac/ghc/wiki/Status/Releases with these plans. Many but not all points are listed there Simon | -Original Message- | From: Simon Marlow | Sent: 16 June 2008 12:39 | To: Simon Peyton-Jones; Ian Lynagh | Cc: cvs-ghc@haskell.org | Subject: Priorit

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

2008-06-18 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 Tue Jun 17 18:10:01 BST 2008. checki

Validate breaks on MacOS 10.5

2008-06-18 Thread Manuel M T Chakravarty
../compiler/ghc-inplace -optc-Werror -optc-Wall -optc-W -optc-Wstrict- prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc- Winline -optc-Waggregate-return -optc-I../includes -optc-I. -optc- Iparallel -optc-Ism -optc-DCOMPILING_RTS -optc-fomit-frame-pointer - optc-I../gmp/gmp