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

2008-09-20 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-6.10/ghc/_darcs/patches/20080921000406-3fd76-9edfe2f3e0611f1dcd14aae07535f5647abf7f51.gz __

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

2008-09-20 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 Sat Sep 20 19:00:01 BST 2008. **

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

2008-09-20 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-6.10/ghc/_darcs/patches/20080920232945-3fd76-3fb4411a35d182db069b412594d58cd658cd609e.gz __

RE: HPC bug

2008-09-20 Thread Simon Peyton-Jones
Oh, great! Would you like to close the bugs, referring to the patches? you can see the standard format on eg http://hackage.haskell.org/trac/ghc/ticket/2587 thanks Simon | -Original Message- | From: Andy Gill [mailto:[EMAIL PROTECTED] | Sent: 19 September 2008 13:38 | To: Simo

patch applied (testsuite): Minor change in error message

2008-09-20 Thread Simon Peyton Jones
Sat Sep 20 14:05:08 PDT 2008 [EMAIL PROTECTED] * Minor change in error message M ./tests/ghc-regress/th/TH_1tuple.stderr -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080920210508-1287e-efcbe7346c23a42153dec9453d179af5b22ce8f1.gz

patch applied (testsuite): Test Trac #2587

2008-09-20 Thread Simon Peyton Jones
Mon Sep 15 08:04:02 PDT 2008 [EMAIL PROTECTED] * Test Trac #2587 A ./tests/ghc-regress/gadt/T2587.hs M ./tests/ghc-regress/gadt/all.T +2 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080915150402-1287e-adf23204d3004f400c4348243d6f6ff45cc8d795.gz __

patch applied (testsuite): Add tests for Trac #2597

2008-09-20 Thread Simon Peyton Jones
Sat Sep 20 14:04:20 PDT 2008 [EMAIL PROTECTED] * Add tests for Trac #2597 A ./tests/ghc-regress/th/T2597a.hs A ./tests/ghc-regress/th/T2597a_Lib.hs A ./tests/ghc-regress/th/T2597b.hs A ./tests/ghc-regress/th/T2597b.stderr A ./tests/ghc-regress/th/T2597b_Lib.hs M ./tests/

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

2008-09-20 Thread Simon Peyton Jones
Sat Sep 20 09:26:49 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> tagged 2008-09-20 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20080920162649-3fd76-e9ce616a7affa6ec8171d757960e24cf36194c7b.gz ___ Cvs-ghc mailing list Cvs-ghc@hask

patch applied (ghc): Fix Trac #2597 (first bug): correct type checking for empty list

2008-09-20 Thread Simon Peyton Jones
Sat Sep 20 14:20:10 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2597 (first bug): correct type checking for empty list The GHC front end never generates (ExplicitList []), but TH can. This patch makes the typechecker robust to such programs. M ./compiler/typecheck/TcExpr.lhs -1 +10 Vi

patch applied (ghc): Fix Trac #2597 (second bug): complain about an empty DoE block

2008-09-20 Thread Simon Peyton Jones
Sat Sep 20 14:11:01 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2597 (second bug): complain about an empty DoE block When converting an empty do-block from TH syntax to HsSyn, complain rather than crashing. M ./compiler/hsSyn/Convert.lhs -2 +4 View patch online: http://darcs.haskell.o

patch applied (ghc): Update dependencies

2008-09-20 Thread Ian Lynagh
Sat Sep 20 11:35:34 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update dependencies M ./compiler/ghc.cabal.in -2 +2 M ./utils/hpc/hpc-bin.cabal -2 +2 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080920183534-3fd76-0daf69bd8b79c3c756963d2614d1e422245ca8b4.gz _

patch applied (ghc): Fix building with GHC 6.6

2008-09-20 Thread Ian Lynagh
Sat Sep 20 09:29:18 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix building with GHC 6.6 M ./utils/ghc-pkg/Main.hs -1 +7 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080920162918-3fd76-0fd9358422bc60df84280446984c29a405ff0567.gz _

patch applied (ghc): Remove fno-method-sharing from the list of static flags

2008-09-20 Thread Ian Lynagh
Fri Sep 19 18:06:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Remove fno-method-sharing from the list of static flags It is now a dynamic flag M ./compiler/main/StaticFlagParser.hs -1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20080920010635-3fd76-3c30f6ecfb5cdea7480d

patch applied (ghc-6.10/ghc): Update dependencies

2008-09-20 Thread Ian Lynagh
Sat Sep 20 11:35:34 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Update dependencies M ./compiler/ghc.cabal.in -2 +2 M ./utils/hpc/hpc-bin.cabal -2 +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20080920183534-3fd76-0daf69bd8b79c3c756963d2614d1e422245ca8b4.gz

patch applied (ghc-6.10/ghc): Fix building with GHC 6.6

2008-09-20 Thread Ian Lynagh
Sat Sep 20 09:29:18 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix building with GHC 6.6 M ./utils/ghc-pkg/Main.hs -1 +7 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20080920162918-3fd76-0fd9358422bc60df84280446984c29a405ff0567.gz

patch applied (ghc-6.10/ghc): Add library release notes

2008-09-20 Thread Ian Lynagh
Sat Sep 20 08:57:22 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add library release notes M ./docs/users_guide/6.10.1-notes.xml +464 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20080920155722-3fd76-e2f97a059f05e3bfe1f3a092fc68e9fcb757ef21.gz _

patch applied (ghc-6.10/ghc): Add release notes for the compiler

2008-09-20 Thread Ian Lynagh
Sat Sep 20 04:48:57 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Add release notes for the compiler A ./docs/users_guide/6.10.1-notes.xml M ./docs/users_guide/intro.xml -1 +1 M ./docs/users_guide/ug-ent.xml -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/

patch applied (ghc-6.10/ghc): Gix the ghcii script

2008-09-20 Thread Ian Lynagh
Fri Sep 19 10:46:51 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Gix the ghcii script The ghc executable name doesn't have a version number on Windows, so don't put one in the script. M ./driver/ghci/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20

patch applied (ghc-6.10/ghc): Move the context_switch flag into the Capability

2008-09-20 Thread Ian Lynagh
Fri Sep 19 03:26:01 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> * Move the context_switch flag into the Capability Fixes a long-standing bug that could in some cases cause sub-optimal scheduling behaviour. M ./includes/Cmm.h -1 +1 M ./includes/StgMiscClosures.h -1 M ./includes/mkD

patch applied (ghc-6.10/ghc): Create runhaskell as well as runghc

2008-09-20 Thread Ian Lynagh
Fri Sep 19 08:30:10 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Create runhaskell as well as runghc M ./driver/Makefile -1 +1 A ./driver/runhaskell/ A ./driver/runhaskell/Makefile View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20080919153010-3fd76-32bac3be319

RE: FW: Darcs.haskell.org bandwidth

2008-09-20 Thread Simon Peyton-Jones
Friends | -Original Message- | From: Simon Peyton-Jones | Sent: 15 September 2008 16:19 | | You'll know that we've been having recent network problems with access to the | GHC repository at darcs.haskell.org. | | I'm happy to say that Paul Heinlein, the heroic Supreme Being of Galois's | n

RE: This week

2008-09-20 Thread Simon Peyton-Jones
Ian, You've probably forgotten this, but I finally got around to a tidy-up I've been meaning to do for some time Sat Sep 20 18:52:38 GMT Daylight Time 2008 [EMAIL PROTECTED] * Tidy up the treatment of dead binders | From: Ian Lynagh [mailto:[EMAIL PROTECTED] | Sent: 10 February 2008 23:05 ..

RE: mkWildId

2008-09-20 Thread Simon Peyton-Jones
Roman I pushed a patch that tidies this up a lot. Not absolutely perfect, but a useful improvement I think. Thanks for raising it. Sat Sep 20 18:52:38 GMT Daylight Time 2008 [EMAIL PROTECTED] * Tidy up the treatment of dead binders Simon | -Original Message- | From: Simon Peyton-

patch applied (ghc): Tidy up the treatment of dead binders

2008-09-20 Thread Simon Peyton Jones
Sat Sep 20 10:52:38 PDT 2008 [EMAIL PROTECTED] * Tidy up the treatment of dead binders This patch does a lot of tidying up of the way that dead variables are handled in Core. Just the sort of thing to do on an aeroplane. * The tricky "binder-swap" optimisation is moved from the Simp

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

2008-09-20 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 Sat Sep 20 18:02:06 BST 2008. checking out

[issue1067] darcs 2.0.2 (+ 76 patches) fails where darcs 1.0.9 (release) succeeds (windows, ghc repo, get)

2008-09-20 Thread Simon Michael
Simon Michael <[EMAIL PROTECTED]> added the comment: So I believe this is a duplicate of http://bugs.darcs.net/issue971 . -- nosy: +simon status: need-volunteer -> duplicate superseder: +darcs check fails (case sensitivity on filenames) __ Darcs bug track