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

2008-09-23 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 Tue Sep 23 18:02:05 BST 2008. checking out

patch applied (ghc): Remove some dependencies on bootstrapping.conf from libraries/Makefile

2008-09-23 Thread Ian Lynagh
Tue Sep 23 13:57:55 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove some dependencies on bootstrapping.conf from libraries/Makefile They were causing some unnecessary work: Running make in a built tree reregisters the GHC package in bootstrapping.conf, and the build system thought that th

patch applied (ghc): Bump the version number to 6.11

2008-09-23 Thread Ian Lynagh
Tue Sep 23 09:56:13 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Bump the version number to 6.11 M ./configure.ac -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080923165613-3fd76-d788ad2c646506078ebbfd5bc48761a95f6c84d6.gz

patch applied (ghc): Generalise type of 'defaultErrorHandler' so it can be used inside a Ghc session.

2008-09-23 Thread Ian Lynagh
Sun Sep 21 01:56:47 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Generalise type of 'defaultErrorHandler' so it can be used inside a Ghc session. M ./compiler/main/ErrUtils.lhs -3 +3 M ./compiler/main/GHC.hs -6 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080

patch applied (ghc): Make "sh -e boot" work

2008-09-23 Thread Ian Lynagh
Sun Sep 21 04:15:08 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Make "sh -e boot" work M ./boot -1 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/2008092508-3fd76-668a35dec5c5ae421726dc12ef0287434aa4f26c.gz ___ Cvs-ghc maili

patch applied (ghc): Use -f rather than -e for portability

2008-09-23 Thread Ian Lynagh
Sun Sep 21 04:14:36 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Use -f rather than -e for portability M ./libraries/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/2008092436-3fd76-f3807ad29b9d3294bf7ef6b162ff927539849cf0.gz

patch applied (ghc): Add some special cases for putting dph in bindists

2008-09-23 Thread Ian Lynagh
Sat Sep 20 17:04:06 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add some special cases for putting dph in bindists M ./libraries/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080921000406-3fd76-9edfe2f3e0611f1dcd14aae07535f5647abf7f51.gz ___

patch applied (ghc): Escape a hash in the Makefile (it was breaking source dist creation)

2008-09-23 Thread Ian Lynagh
Sat Sep 20 16:29:45 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Escape a hash in the Makefile (it was breaking source dist creation) M ./Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080920232945-3fd76-3fb4411a35d182db069b412594d58cd658cd609e.gz ___

[nightly] 23-Sep-2008 build of HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com)

2008-09-23 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx.europe.corp.microsoft.com) Build location= /64playpen/simonmar/nightly/HEAD-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-04-unx Nightly build started on cam-04-unx at Tue Sep 23 19:00:02 BST 2008. **

Re: Naming types

2008-09-23 Thread Sean Leather
> As we push the boundary on Haskell's type system, so that types and values > blur a bit more, Haskell's deliberate overlapping of type constructor and > data constructor name space is becoming a little awkward. Syntax is > tiresome, but it's unavoidable. > > I've written down the issues and mad

patch applied (testsuite): add test for #2499 (package flags in OPTIONS pragmas)

2008-09-23 Thread Simon Marlow
Tue Sep 23 10:56:20 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for #2499 (package flags in OPTIONS pragmas) A ./tests/ghc-regress/driver/2499.hs A ./tests/ghc-regress/driver/2499.stderr M ./tests/ghc-regress/driver/all.T +1 View patch online: http://darcs.haskell.org/test

patch applied (nofib): update output: Show Ratio changed (#1920)

2008-09-23 Thread Simon Marlow
Tue Sep 23 06:49:26 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * update output: Show Ratio changed (#1920) M ./imaginary/bernouilli/bernouilli.stdout -1 +1 M ./spectral/power/power.stdout -2 +2 View patch online: http://darcs.haskell.org/nofib/_darcs/patches/20080923134926-12142-22c0b4f

patch applied (nofib): TAG 2008-09-20

2008-09-23 Thread Simon Marlow
Sat Sep 20 10:49:47 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> tagged 2008-09-20 View patch online: http://darcs.haskell.org/nofib/_darcs/patches/20080920174947-3fd76-8e7173d1254ceebfd5ee81f4a1d0e440f3504f35.gz ___ Cvs-ghc mailing list Cvs-ghc@haskell.

patch applied (testsuite): accept output (Show Ratio changes, #1920)

2008-09-23 Thread Simon Marlow
Tue Sep 23 07:41:55 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * accept output (Show Ratio changes, #1920) M ./tests/ghc-regress/lib/should_run/ratio001.stdout-ghc -1 +1 M ./tests/ghc-regress/numeric/should_run/arith011.stdout -70 +70 M ./tests/ghc-regress/rebindable/rebindable2.stdo

patch applied (testsuite): add test for #2566, also enable driver100 which wasn't being run

2008-09-23 Thread Simon Marlow
Tue Sep 23 07:01:20 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * add test for #2566, also enable driver100 which wasn't being run A ./tests/ghc-regress/driver/2566.stderr M ./tests/ghc-regress/driver/Makefile +6 M ./tests/ghc-regress/driver/all.T +8 View patch online: http://darcs.h

patch applied (ghc): Disallow package flags in OPTIONS_GHC pragmas (#2499)

2008-09-23 Thread Simon Marlow
Tue Sep 23 10:39:04 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Disallow package flags in OPTIONS_GHC pragmas (#2499) M ./compiler/main/DriverPipeline.hs -1 +1 M ./compiler/main/DynFlags.hs -17 +39 M ./compiler/main/GHC.hs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darc

patch applied (ghc): #2566: emit a warning for 'ghc -c foo.bar'

2008-09-23 Thread Simon Marlow
Tue Sep 23 07:49:56 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * #2566: emit a warning for 'ghc -c foo.bar' $ ghc -c foo.bar Warning: the following files would be used as linker inputs, but linking is not being done: foo.bar ghc: no input files Usage: For basic information, try the `-

Naming types

2008-09-23 Thread Simon Peyton-Jones
Friends As we push the boundary on Haskell's type system, so that types and values blur a bit more, Haskell's deliberate overlapping of type constructor and data constructor name space is becoming a little awkward. Syntax is tiresome, but it's unavoidable. I've written down the issues and ma

Windows crashing bug + patch

2008-09-23 Thread Neil Mitchell
Hi, Last week I raised a bug, and attached a patch: http://hackage.haskell.org/trac/ghc/ticket/2603 The issue is hard to work around, and the fix is trivial and small. Is it possible to get this fix included in 6.10.1? Thanks Neil ___ Cvs-ghc mailing

Re: Ghc Api conversion guide?

2008-09-23 Thread Thomas Schilling
Yes, I am working on something like this, but ATM I am travelling, so it will get delayed a bit. On Mon, Sep 22, 2008 at 8:59 PM, Claus Reinke <[EMAIL PROTECTED]> wrote: > Hi Thomas, > > Is there a document describing what people have to do > to convert their Ghc Api client code to the new Api? >

Daily report for head

2008-09-23 Thread BuildBot Collator
Build results: x86-64 Linux head:lost x86 Windows head: pass pass x86 Windows head fast:pass pass pass pass pass pass fast486 head: lost gabor head: pass kgardas head: pass mnemosyne x86-64 Gentoo head: fail (failed d