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

2009-10-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 Tue Oct 20 18:00:02 BST 2009. checking out

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

2009-10-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 Tue Oct 20 19:00:02 BST 2009. **

patch applied (ghc): Check for failure when running wget

2009-10-20 Thread Ian Lynagh
Tue Oct 20 13:25:16 PDT 2009 Ian Lynagh * Check for failure when running wget M ./darcs-all +6 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091020202516-3fd76-0425e123eaf2cd8ab5ed599ad13686bd5979461d.gz ___ Cvs-ghc mailing l

HEADS UP: tarballs in darcs repos

2009-10-20 Thread Ian Lynagh
Hi all, After pulling the latest HEAD, you will need to do ./darcs-all get in order for the new tarball syncing to happen. This will download the necessary tarballs with wget. This will happen automatically with future tarball changes, as the darcs-all script will know to resync them when yo

patch applied (testsuite): Add more quoting for paths with spaces

2009-10-20 Thread Ian Lynagh
Tue Oct 13 08:42:40 PDT 2009 Ian Lynagh * Add more quoting for paths with spaces M ./tests/ghc-regress/ghc-e/should_run/Makefile -7 +7 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091013154240-3fd76-ffec7b511369efbae8008f01b1df4e1b870ba634.gz ___

patch applied (ghc): Add tarball syncing to darcs-all

2009-10-20 Thread Ian Lynagh
Wed Oct 14 09:29:48 PDT 2009 Ian Lynagh * Add tarball syncing to darcs-all We now use it for libffi and the mingw tarballs M ./darcs-all -1 +70 A ./tarballs View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091014162948-3fd76-03965163083dc76db2e692f168ed93a62ab7833e.g

patch applied (ghc): Remove libffi tarball from the repo

2009-10-20 Thread Ian Lynagh
Wed Oct 14 06:58:07 PDT 2009 Ian Lynagh * Remove libffi tarball from the repo R ./libffi/tarball/libffi-3.0.8.tar.gz View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091014135807-3fd76-74e37e498aca4762e001f3094c185b754c8628e7.gz ___

patch applied (ghc): Remove mingw tarballs from the repo

2009-10-20 Thread Ian Lynagh
Wed Oct 14 06:54:57 PDT 2009 Ian Lynagh * Remove mingw tarballs from the repo R ./mingw/binutils-2.19.1-mingw32-bin.tar.gz R ./mingw/gcc-core-3.4.5-20060117-3.tar.gz R ./mingw/mingw-runtime-3.14.tar.gz R ./mingw/w32api-3.13-mingw32-dev.tar.gz View patch online: http://darcs.ha

patch applied (testsuite): Test Trac #3591

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 08:37:19 PDT 2009 simo...@microsoft.com * Test Trac #3591 Ignore-this: 8959e243135e0afe1b37edef64a05e98 A ./tests/ghc-regress/simplCore/should_run/T3591.hs A ./tests/ghc-regress/simplCore/should_run/T3591.stderr M ./tests/ghc-regress/simplCore/should_run/all.T +1 View

RE: Looking at GHC bugs

2009-10-20 Thread Simon Peyton-Jones
Crutcher | In the meantime, I'm looking at maybe this one: | Int / Word / IntN / WordN are unequally optimized | http://hackage.haskell.org/trac/ghc/ticket/3055 Great. There's bunch of other arithmetic-related bugs: #1434 #2271 #2281 #3070 #2269 These would be good to look at as a gro

patch applied (testsuite): renamed prof_ways -> extra_prof_ways to avoid clash

2009-10-20 Thread Simon Marlow
Tue Oct 20 02:59:20 PDT 2009 Simon Marlow * renamed prof_ways -> extra_prof_ways to avoid clash Ignore-this: 2e2bc6ea216af7c92100f4815e10289b M ./tests/ghc-regress/profiling/should_run/all.T -3 +3 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20091020095920-12142-

patch applied (ghc): Fix a regression introduced in "overlap checking of the black hole queue..."

2009-10-20 Thread Simon Marlow
Tue Oct 20 04:50:20 PDT 2009 Simon Marlow * Fix a regression introduced in "overlap checking of the black hole queue..." Ignore-this: 50ae9877731caa26ac53177dac8f8fc0 We weren't checking the black-hole queue in the non-threaded RTS. M ./rts/Schedule.c +6 View patch online: http://darc

RE: Big INLINE patch

2009-10-20 Thread Simon Marlow
> I'm about to commit the long-promised inline patch. The nofib results are > attached, relative to the current HEAD. > > * Execution times seems to improve quite a bit, > but I don't know whether to trust them. > > * Allocations are generally down slightly. One outlier is 'rewrite' > which h

patch applied (/haskell/ghc): update mailing lists link

2009-10-20 Thread Simon Marlow
Tue Oct 20 09:11:13 EDT 2009 Simon Marlow * update mailing lists link Ignore-this: 68bc3b2819fe5c1d2f64dfae5f11681 M ./ghc-std.html -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (testsuite): Adapt test to avoid uniquies

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 05:54:21 PDT 2009 simo...@microsoft.com * Adapt test to avoid uniquies Ignore-this: 8b9d9862ce736edc00731dfd98ff61ec M ./tests/ghc-regress/th/T3600.stderr -1 +1 M ./tests/ghc-regress/th/T3600a.hs -1 +1 View patch online: http://darcs.haskell.org/testsuite/_darcs/patches/20

patch applied (testsuite): Test Trac #3600

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 01:04:43 PDT 2009 simo...@microsoft.com * Test Trac #3600 Ignore-this: 3bf6c6e3057e15fbc81b4cb4d7bbd190 A ./tests/ghc-regress/th/T3600.hs A ./tests/ghc-regress/th/T3600.stderr A ./tests/ghc-regress/th/T3600a.hs M ./tests/ghc-regress/th/all.T +2 View patch online: h

patch applied (ghc): Tidy up TcSplice, especially runMeta and friends

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 00:44:35 PDT 2009 simo...@microsoft.com * Tidy up TcSplice, especially runMeta and friends Ignore-this: 649be3e15bf32a3d823e22164a17f01d I wanted to see the TH syntax produced by a splice, before its conversion back into HsSyn. Doing so involved some refactoring. This only

patch applied (ghc): Add flags -fno-specialise, -fno-float-in, and document them

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 00:42:29 PDT 2009 simo...@microsoft.com * Add flags -fno-specialise, -fno-float-in, and document them Ignore-this: d8e58cf409b8186cd90ebe1f38652096 It turned out that we lacked flags to switch off these two passes, so I added them. M ./compiler/main/DynFlags.hs -3 +11

patch applied (ghc): Fix cross-reference

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 00:42:13 PDT 2009 simo...@microsoft.com * Fix cross-reference Ignore-this: 68c6a73d8298c3f4f74a44123b5ab39b M ./docs/users_guide/glasgow_exts.xml -1 +1 View patch online: http://darcs.haskell.org/ghc/_darcs/patches/20091020074213-1287e-1139f3e980811c175f9b220ca48ec732993d9aa3.

patch applied (ghc): Fix Trac #3600: Template Haskell bug in Convert

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 00:26:16 PDT 2009 simo...@microsoft.com * Fix Trac #3600: Template Haskell bug in Convert Ignore-this: 92992568a8380d7664318c506d78d09d This bug was introduced when I added an optimisation, described in Note [Converting strings] in Convert.lhs. It was treating *all* empty

patch applied (nofib): Add nofib notes

2009-10-20 Thread Simon Peyton Jones
Tue Oct 20 00:54:17 PDT 2009 simo...@microsoft.com * Add nofib notes Ignore-this: cd2f34cbe9577aa7df052fe49024a815 M ./Simon-nofib-notes +73 View patch online: http://darcs.haskell.org/nofib/_darcs/patches/20091020075417-1287e-6bcda219e79a566aac3d3a6ca27cd73b6d29583a.gz

patch applied (nofib): Add notes about rewrite

2009-10-20 Thread Simon Peyton Jones
Mon Oct 19 09:55:23 PDT 2009 simo...@microsoft.com * Add notes about rewrite Ignore-this: b2da27e770fcbdea742a67f08533120e M ./Simon-nofib-notes -1 +20 View patch online: http://darcs.haskell.org/nofib/_darcs/patches/20091019165523-1287e-65fbb35bf744d003f8d6afda8bfba30b6a8d9342.gz _

Daily report for stable

2009-10-20 Thread BuildBot Collator
Build results: sparky stable: fail (failed compile) x86 Windows stable fast: fail (failed boottestsuite runtestsuite) fail (failed boottestsuite runtestsuite) Old unexpected test passes: length001 1 kgardas stable Old unexpected test failures: 1861 1 kgardas st

Daily report for head

2009-10-20 Thread BuildBot Collator
Build results: x86 Windows head fast: fail (failed boottestsuite runtestsuite) fail (failed boottestsuite runtestsuite) Dropping unexpected test passes reports from builders not seen in 7 days: sparky head Old unexpected test passes: length001 2 kgardas head Dropping unexpected test

RE: Hackage and GHC

2009-10-20 Thread Simon Peyton-Jones
| monk is up. The load average is high as I write this, but I suspect | that's due to pent up cron/download demand rather than a systemic | problem. Brilliant. Thank you Paul for your prompt attention, even while on holiday. Simon | -Original Message- | From: Paul Heinlein [mailto:heinl.