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

2009-09-08 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 8 19:00:01 BST 2009. ***

patch applied (ghc): remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now)

2009-09-08 Thread Simon Marlow
Tue Sep 8 07:19:19 PDT 2009 Simon Marlow * remove --enable-hc-boot-unregisterised (implied by --enable-hc-boot now) Ignore-this: ee36b12d19c28557ebb2334a87197da2 and fix up related cruft M ./configure.ac -23 M ./ghc.mk -1 +1 M ./mk/config.mk.in -4 +1 View patch online: http:/

patch applied (ghc): fix a warning

2009-09-08 Thread Simon Marlow
Tue Sep 8 06:15:51 PDT 2009 Simon Marlow * fix a warning Ignore-this: f61240f6e4e4cae7c1272773ef6c6e01 M ./compiler/typecheck/TcSplice.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090908131551-12142-b14ec631a496dc2478de51e443f0d0e3ba843895.gz

patch applied (ghc): fix warnings

2009-09-08 Thread Simon Marlow
Tue Sep 8 06:08:54 PDT 2009 Simon Marlow * fix warnings Ignore-this: 46db903fb4bc7b5e6be2fe591548f98e M ./compiler/parser/HaddockUtils.hs -4 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090908130854-12142-20760d6126bc56d5054eb2cb79b468652db76dd6.gz

patch applied (ghc): fix warnings

2009-09-08 Thread Simon Marlow
Tue Sep 8 04:42:00 PDT 2009 Simon Marlow * fix warnings Ignore-this: c39be5ba8646bfb3241f02e15ad97683 M ./compiler/rename/RnHsDoc.hs -16 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090908114200-12142-2cd7fda5ecf4a6c30ddb2c926ab2ff92ae68b739.gz

patch applied (ghc): remove Haddock-lexing/parsing/renaming from GHC

2009-09-08 Thread Simon Marlow
Wed Aug 26 07:59:24 PDT 2009 Isaac Dupree * remove Haddock-lexing/parsing/renaming from GHC Ignore-this: 6cecf43747cd1f50e3d8e21485af781 M ./compiler/ghc.cabal.in -2 M ./compiler/hsSyn/HsDecls.lhs -12 +12 M ./compiler/hsSyn/HsDoc.hs -79 +7 M ./compiler/hsSyn/HsImpExp.lhs -3 +

Re: haddock patches: more cleanup/fixes

2009-09-08 Thread Simon Marlow
On 08/09/2009 14:11, Simon Marlow wrote: I'm validating the patches now. Looks like we need some warning fixes. Apart from the warnings, validate went through. Nice Looking at the resulting docs, I noticed that we still have missing documentation for several functions. It seems to be thing

patch applied (ghc): Fix Trac #3403: interaction of CPR and pattern-match failure

2009-09-08 Thread Simon Peyton Jones
Tue Sep 8 06:14:00 PDT 2009 simo...@microsoft.com * Fix Trac #3403: interaction of CPR and pattern-match failure Ignore-this: 38bbb145cdc2c814a45122144ef84a4d A fine bug report (#3403) demonstrated that we were losing the tail call property when a complicated pattern match was involved

patch applied (ghc): Fix Trac #3468: improve checking for hs-boot interfaces

2009-09-08 Thread Simon Peyton Jones
Tue Sep 8 06:03:50 PDT 2009 simo...@microsoft.com * Fix Trac #3468: improve checking for hs-boot interfaces Ignore-this: df9e84e963b1c69328e020772a481f5e When checking the interface exported by a hs-boot file against the Real Thing, I'd failed to check the kind of a type constructor.

patch applied (testsuite): Test Trac #3403

2009-09-08 Thread Simon Peyton Jones
Tue Sep 8 06:17:28 PDT 2009 simo...@microsoft.com * Test Trac #3403 Ignore-this: 28d36facd5b29885e35cf7e03ee2fed6 A ./tests/ghc-regress/simplCore/should_run/T3403.hs A ./tests/ghc-regress/simplCore/should_run/T3403.stdout M ./tests/ghc-regress/simplCore/should_run/all.T +2 View

patch applied (testsuite): Test Trac #3468

2009-09-08 Thread Simon Peyton Jones
Tue Sep 8 05:57:44 PDT 2009 simo...@microsoft.com * Test Trac #3468 Ignore-this: e4647da95ea2a7bcb4f48cb6cddc8bbd A ./tests/ghc-regress/typecheck/should_fail/T3468.hs A ./tests/ghc-regress/typecheck/should_fail/T3468.hs-boot A ./tests/ghc-regress/typecheck/should_fail/T3468.stder

Re: haddock patches: more cleanup/fixes

2009-09-08 Thread Simon Marlow
On 06/09/2009 22:39, David Waern wrote: 2009/8/24 Isaac Dupree: Simon Marlow wrote: Hi guys, So we want to get these patches into Haddock/GHC before the 6.12.1 release. I'm unfamiliar with the current state, could someone summarise for us? - which patches are in Haddock upstream? right

Eq instance for tokens

2009-09-08 Thread David Waern
Hi, would it be possible to add an Eq instance for the Token type in time for GHC 6.12? Thanks, David ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): tweak the values on x86-64/Linux (max_bytes_used improved)

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:31:24 PDT 2009 Simon Marlow * tweak the values on x86-64/Linux (max_bytes_used improved) Ignore-this: 68d835bf9cedeaed558e9031242ac601 M ./tests/ghc-regress/space_leaks/all.T -3 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090908103124-12142-a7

patch applied (testsuite): omit various non-optimised ways for space_leak_001

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:28:28 PDT 2009 Simon Marlow * omit various non-optimised ways for space_leak_001 Ignore-this: 5ee32992a22c97ce9934f41afd572c86 M ./tests/ghc-regress/space_leaks/all.T -1 +2 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090908102828-12142-46a498fae9

patch applied (testsuite): accept output

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:22:34 PDT 2009 Simon Marlow * accept output Ignore-this: 9a27198973ff8b24babd4dfd91095f31 M ./tests/ghc-regress/concurrent/prog002/concprog002.stderr -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090908102234-12142-38d25ffb2e6cfcefeaf9a61

patch applied (testsuite): omit prof ways for ffi020

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:20:43 PDT 2009 Simon Marlow * omit prof ways for ffi020 Ignore-this: aa413ce3f4870f362d94761dd6059755 M ./tests/ghc-regress/ffi/should_run/all.T -1 +4 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090908102043-12142-3ca21a78b1b8f7d87b7ada86c19f7aba

patch applied (testsuite): Use a stable ordering of the export list

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:16:07 PDT 2009 Simon Marlow * Use a stable ordering of the export list Ignore-this: 45889cb9ad7add61a8f2327f22274c3 M ./tests/ghc-regress/annotations/should_run/annrun01.hs -1 +4 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090908101607-12142-b485

patch applied (testsuite): T3391: omit profc, profasm

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:01:23 PDT 2009 Simon Marlow * T3391: omit profc, profasm Ignore-this: 40c4326534af9123fd2fa570db07c49f M ./tests/ghc-regress/typecheck/should_compile/all.T -1 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20090908100123-12142-7c67344fff77d3bc9a9ae

patch applied (ghc): Allow TH/annotations to be used with -dynamic

2009-09-08 Thread Simon Marlow
Tue Sep 8 03:16:44 PDT 2009 Simon Marlow * Allow TH/annotations to be used with -dynamic Ignore-this: ba9e132a946e1f7cd56775d4237405f0 M ./compiler/ghci/Linker.lhs -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090908101644-12142-5071f5b06eb25be336ae644a0d2e5781

patch applied (ghc): Fix warnings on 64-bit platforms; fixes validate on x86-64

2009-09-08 Thread Simon Marlow
Tue Sep 8 02:26:39 PDT 2009 Simon Marlow * Fix warnings on 64-bit platforms; fixes validate on x86-64 Ignore-this: 6bf1d21759aa5ac43807f010c9a9908f M ./rts/Trace.c -17 +19 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20090908092639-12142-05eee02ba9f42f4a4dfe921296552d

Re: patch: more syscall wrappers needed for NetBSD

2009-09-08 Thread Simon Marlow
On 02/09/2009 21:34, Krister Walfridsson wrote: On Wed, 19 Aug 2009, Krister Walfridsson wrote: The attached patches add wrappers for the remaining functions (gettimeofday, gmtime_r, and localtime_r) in need of wrapping on NetBSD. Ping? I'll validate and push. Thanks. Simon _

Re: TyThing->HsSyn code

2009-09-08 Thread Simon Marlow
On 12/08/2009 04:55, Isaac Dupree wrote: Here's the code I wrote for Haddock to convert TyThing to HsSyn, in a module (attached)... did you want to include this in GHC? Does it have any little things you wanted me to clean up first? I removed all the srcloc information because it was mostly wrong

RTS compile error

2009-09-08 Thread Simon Peyton-Jones
Validate is failing for me in the RTS, on Linux. Does anyone have any idea what's happening here? Simon "inplace/bin/ghc-stage1" -optc-O -optc-Wall -optc-Werror -optc-Wall -optc-Wextra -optc-Wstrict-prototypes -optc-Wmissing-prototypes -optc-Wmissing-declarations -optc-Winline -optc-Waggreg

Daily report for head

2009-09-08 Thread BuildBot Collator
Build results: x86-64 Linux head: fail (failed bindisttest failed slave lost) x86 Windows head fast: pass pass lost pass pass x86-64 Linux head unreg: lost Old unexpected test passes: unicode001 1 kili head unicode002 1 kili head Old unexpected test failures: 1780