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

2008-10-15 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 Oct 15 18:02:05 BST 2008. checking out

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

2008-10-15 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 Wed Oct 15 19:00:01 BST 2008. **

patch applied (ghc): Fix trac #2687

2008-10-15 Thread Ian Lynagh
Wed Oct 15 09:34:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix trac #2687 OtherPunctuation, ConnectorPunctuation and DashPunctuation are now treated as symbols, rather than merely graphic characters. M ./compiler/parser/Lexer.x -3 +3 View patch online: http://darcs.haskell.org/ghc/_

patch applied (ghc): Fix trac #2680; avoid quadratic behaviour from (++)

2008-10-15 Thread Ian Lynagh
Wed Oct 15 09:32:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix trac #2680; avoid quadratic behaviour from (++) M ./compiler/iface/MkIface.lhs -1 +4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081015163235-3fd76-c647e835618f8eccb4c76042c7c71a78875710cd.gz __

patch applied (ghc-6.10/ghc): Fix trac #2687

2008-10-15 Thread Ian Lynagh
Wed Oct 15 09:34:12 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix trac #2687 OtherPunctuation, ConnectorPunctuation and DashPunctuation are now treated as symbols, rather than merely graphic characters. M ./compiler/parser/Lexer.x -3 +3 View patch online: http://darcs.haskell.org/ghc-6

patch applied (ghc-6.10/ghc): Fix trac #2680; avoid quadratic behaviour from (++)

2008-10-15 Thread Ian Lynagh
Wed Oct 15 09:32:35 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix trac #2680; avoid quadratic behaviour from (++) M ./compiler/iface/MkIface.lhs -1 +4 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081015163235-3fd76-c647e835618f8eccb4c76042c7c71a78875710cd.gz _

patch applied (ghc-6.10/ghc): Add accessors to 'HsModule' and haddockify it.

2008-10-15 Thread Ian Lynagh
Tue Oct 7 16:56:56 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Add accessors to 'HsModule' and haddockify it. M ./compiler/hsSyn/HsSyn.lhs -15 +27 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081007235656-7c5c6-a7b01471ad2155fc6c4eb79672bd1fb47bfffe8c.gz

patch applied (ghc-6.10/ghc): Track changes to package dph

2008-10-15 Thread Ian Lynagh
Tue Oct 7 20:28:59 PDT 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Track changes to package dph MERGE TO 6.10 M ./compiler/vectorise/VectBuiltIn.hs +2 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081008032859-b2b0a-0a588702f0faf95ed9b4391f4c5ab13210b1d1

patch applied (ghc-6.10/ghc): Add accessors to 'Target' fields and haddockify.

2008-10-15 Thread Ian Lynagh
Mon Oct 6 15:29:40 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Add accessors to 'Target' fields and haddockify. MERGE TO 6.10 M ./compiler/main/HscTypes.lhs -3 +5 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081006222940-7c5c6-e01601758d3424bd452043fc

patch applied (ghc-6.10/ghc): Make ghctags compile again.

2008-10-15 Thread Ian Lynagh
Tue Oct 7 06:57:05 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Make ghctags compile again. M ./utils/ghctags/GhcTags.hs -35 +33 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081007135705-7c5c6-c67f970738e41b02645fa0b7442f950378269c4c.gz ___

patch applied (ghc-6.10/ghc): Add Word8 support to vectoriser

2008-10-15 Thread Ian Lynagh
Mon Oct 6 17:44:16 PDT 2008 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add Word8 support to vectoriser MERGE TO 6.10 M ./compiler/vectorise/VectBuiltIn.hs -4 +20 View patch online: http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20081007004416-b2b0a-57af3e714e86f885a112df00219e433

patch applied (ghc-6.10/ghc): Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way the

2008-10-15 Thread Ian Lynagh
Mon Oct 6 15:28:31 PDT 2008 Thomas Schilling <[EMAIL PROTECTED]> * Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way the default implementations of 'gbracket' and 'gfinally' just work. MERGE TO 6.10 M ./compiler/ghci/GhciMonad.hs -6 +2 M ./compiler/main/HscTypes.l

patch applied (ghc-6.10/ghc): Fix Trac #2497; two separate typos in Lexer.x

2008-10-15 Thread Ian Lynagh
Wed Oct 15 01:43:44 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2497; two separate typos in Lexer.x The patch to switch on lexing of 'forall' inside a RULES pragma wasn't working. This fixes it so that it does. M ./compiler/parser/Lexer.x -2 +2 View patch online: http://darcs.haskell

patch applied (ghc-6.10/ghc): Fix the build when the bootstrapping compiler has a newer Cabal than us

2008-10-15 Thread Ian Lynagh
Wed Oct 15 07:40:23 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build when the bootstrapping compiler has a newer Cabal than us We need to forcibly use the in-tree Cabal, or we get version mismatch errors M ./libraries/Makefile -3 M ./mk/cabal-flags.mk +6 M ./utils/installPa

patch applied (ghc): Fix the build when the bootstrapping compiler has a newer Cabal than us

2008-10-15 Thread Ian Lynagh
Wed Oct 15 07:40:23 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the build when the bootstrapping compiler has a newer Cabal than us We need to forcibly use the in-tree Cabal, or we get version mismatch errors M ./libraries/Makefile -3 M ./mk/cabal-flags.mk +6 M ./utils/installPa

patch applied (ghc): Fix the name of prologue.txt when making bindists

2008-10-15 Thread Ian Lynagh
Tue Oct 14 04:47:14 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * Fix the name of prologue.txt when making bindists M ./libraries/Makefile -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081014114714-3fd76-9925302e8b3dbc708bd964d457023763eeedbee3.gz

patch applied (testsuite): Wibble to output

2008-10-15 Thread Simon Peyton Jones
Wed Oct 15 03:28:44 PDT 2008 [EMAIL PROTECTED] * Wibble to output M ./tests/ghc-regress/typecheck/should_compile/T2497.stderr -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20081015102844-f1c6d-9722041d0dff1c08f317ce55e2c854a09969d4aa.gz ___

Re: Proposed annotation system + dependency issue

2008-10-15 Thread David Waern
2008/10/14 Ian Lynagh <[EMAIL PROTECTED]>: > On Mon, Oct 13, 2008 at 06:06:03PM +0100, Max Bolingbroke wrote: >> >> (http://hackage.haskell.org/trac/ghc/wiki/Annotations). > > When you say >{-# ANN f id 1 #-} > this means you are attaching (id 1) to f, right? > > I think that that syntax is ver

RE: Validate fails on Windows

2008-10-15 Thread Mitchell, Neil
> > Yes, I don't have the test suite. The "testsuite" directory > does not > > exist. > > > > How do I get the test suite? I would have expected the > details to be > > at the top of this page: > > http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests > > ./darcs-all --testsuite get

Re: Validate fails on Windows

2008-10-15 Thread Max Bolingbroke
2008/10/15 Mitchell, Neil <[EMAIL PROTECTED]>: > > Yes, I don't have the test suite. The "testsuite" directory does not > exist. > > How do I get the test suite? I would have expected the details to be at > the top of this page: > http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests ./da

patch applied (ghc): Comments only

2008-10-15 Thread Simon Peyton Jones
Wed Oct 15 01:45:01 PDT 2008 [EMAIL PROTECTED] * Comments only M ./compiler/typecheck/TcDeriv.lhs -1 +1 M ./compiler/typecheck/TcRnTypes.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20081015084501-1287e-11123f3f6f455790361811d0704e2d0afbb27a0c.gz __

patch applied (ghc): Fix Trac #2497; two separate typos in Lexer.x

2008-10-15 Thread Simon Peyton Jones
Wed Oct 15 01:43:44 PDT 2008 [EMAIL PROTECTED] * Fix Trac #2497; two separate typos in Lexer.x The patch to switch on lexing of 'forall' inside a RULES pragma wasn't working. This fixes it so that it does. M ./compiler/parser/Lexer.x -2 +2 View patch online: http://darcs.haskell

patch applied (testsuite): Update test output

2008-10-15 Thread Simon Peyton Jones
Wed Oct 15 01:41:11 PDT 2008 [EMAIL PROTECTED] * Update test output M ./tests/ghc-regress/typecheck/should_compile/T2497.hs -16 +3 M ./tests/ghc-regress/typecheck/should_compile/T2497.stderr -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20081015084111-f1c6d

RE: Validate fails on Windows

2008-10-15 Thread Mitchell, Neil
Yes, I don't have the test suite. The "testsuite" directory does not exist. How do I get the test suite? I would have expected the details to be at the top of this page: http://hackage.haskell.org/trac/ghc/wiki/Building/RunningTests [Once someone gives me the details, I'll add them to that page]

Re: Proposed annotation system + dependency issue

2008-10-15 Thread Simon Marlow
Max Bolingbroke wrote: 2008/10/14 Ian Lynagh <[EMAIL PROTECTED]>: On Mon, Oct 13, 2008 at 06:06:03PM +0100, Max Bolingbroke wrote: (http://hackage.haskell.org/trac/ghc/wiki/Annotations). When you say {-# ANN f id 1 #-} this means you are attaching (id 1) to f, right? I think that that synt

Re: Validate fails on Windows

2008-10-15 Thread Thomas Schilling
Ignore the documentation errors. You seem to simply have no testsuite. 2008/10/15 Mitchell, Neil <[EMAIL PROTECTED]>: > Hi, > > Using GHC Head from yesterday afternoon, Validate fails on Windows: > > Warning: ghc-6.11.20081014:VectType: could not find link destinations > for: >VectType.Repr >

patch applied (ghc): Update manual: tidy up instances, say more about type families in instance decls

2008-10-15 Thread Simon Peyton Jones
Wed Oct 15 01:05:09 PDT 2008 [EMAIL PROTECTED] * Update manual: tidy up instances, say more about type families in instance decls M ./docs/users_guide/flags.xml -1 +1 M ./docs/users_guide/glasgow_exts.xml -49 +84 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/200810150

Validate fails on Windows

2008-10-15 Thread Mitchell, Neil
Hi, Using GHC Head from yesterday afternoon, Validate fails on Windows: Warning: ghc-6.11.20081014:VectType: could not find link destinations for: VectType.Repr Warning: ghc-6.11.20081014:TcClassDcl: could not find link destinations for: TcClassDcl.TcMethInfo Warning: ghc-6.11.20081014:Hs

Daily report for stable

2008-10-15 Thread BuildBot Collator
Build results: macgyver PPC OSX stable: fail (failed darcs) x86 Linux stable:lost x86 Windows stable: fail (failed stage2 failed slave lost) x86 Windows stable fast: pass pass pass fail (failed stage2) fail (failed stage1) fail (failed stage1) lost x86-64 Linux stable: fail (faile

Daily report for head

2008-10-15 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindist bindisttest failed slave lost) x86 Windows head:fail (failed stage1) x86 Windows head fast: pass pass fail (failed stage1) fail (failed stage1) fail (failed stage1) fail (failed stage1) fail (failed stage1) kgardas head: