pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 304, Success

2011-07-20 Thread Builder
pgj-freebsd-amd64-stable (amd64 FreeBSD STABLE), build 304 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-amd64-stable/304.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date

pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 287, Success

2011-07-20 Thread Builder
pgj-freebsd-i386-stable (x86 FreeBSD STABLE), build 287 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj-freebsd-i386-stable/287.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | S

pgj2 (amd64 FreeBSD HEAD), build 422, Success

2011-07-20 Thread Builder
pgj2 (amd64 FreeBSD HEAD), build 422 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj2/422.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Succ

[nightly] 20-Jul-2011 build of HEAD on i386-unknown-linux (cam-02-unx)

2011-07-20 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx) 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 Jul 20 18:00:01 BST 2011. checking out new source tree

pgj (x86 FreeBSD HEAD), build 424, Success

2011-07-20 Thread Builder
pgj (x86 FreeBSD HEAD), build 424 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/pgj/424.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success booting | Success

[nightly] 20-Jul-2011 build of STABLE on i386-unknown-linux (cam-02-unx)

2011-07-20 Thread GHC Build Reports
Build description = STABLE on i386-unknown-linux (cam-02-unx) Build location= /playpen/simonmar/nightly/STABLE Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx Nightly build started on cam-02-unx at Wed Jul 20 18:10:01 BST 2011. checking out new source tree

[nightly] 20-Jul-2011 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2011-07-20 Thread GHC Build Reports
Build description = HEAD on x86_64-unknown-linux (cam-04-unx) 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 Jul 20 18:00:01 BST 2011. checking out new source

[commit: testsuite] master: Use mutlimod not '--make' in all.T (2a1073b)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/2a1073b1d01325baabc359169e0fc44cccdb4b7a >--- commit 2a1073b1d01325baabc359169e0fc44cccdb4b7a Author: David Ter

[commit: testsuite] master: Add tests for Safe Haskell Typeable instances feature (9a347ad)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/9a347ade176334f20284e52d0783a2110bf0d7d4 >--- commit 9a347ade176334f20284e52d0783a2110bf0d7d4 Author: David Ter

[commit: ghc] master: Format fixes (2329833)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/2329833d4f3143d781db3448785fd395e8dba71c >--- commit 2329833d4f3143d781db3448785fd395e8dba71c Author: David Terei Da

[commit: ghc] master: Add an unregisterised config to build.mk (8cef78c)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8cef78c5f95abe9579262c5753819d07eefc5d9e >--- commit 8cef78c5f95abe9579262c5753819d07eefc5d9e Author: David Terei Da

[commit: ghc] master: Enable derived but not hand crafted Typeable instances in Safe Haskell (b61ad3e)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b61ad3e883bfae874a6cbc8079cb44925326b328 >--- commit b61ad3e883bfae874a6cbc8079cb44925326b328 Author: David Terei Da

[nightly] 20-Jul-2011 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2011-07-20 Thread GHC Build Reports
Build description = STABLE on x86_64-unknown-linux (cam-04-unx) Build location= /64playpen/simonmar/nightly/STABLE-cam-04-unx Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-04-unx Nightly build started on cam-04-unx at Wed Jul 20 18:10:01 BST 2011. checking out new s

tn23 (x86 OSX HEAD), build 390, Failure

2011-07-20 Thread Builder
tn23 (x86 OSX HEAD), build 390 Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/390.html git clone | Failure: Just (ExitFailure 128) Build failed Details: http://darcs.haskell.org/ghcBuilder/builders/tn23/390.html Cloning into build... error: File 5ed819ced2ea970e4ecdf096

Re: HEAD doesn't not build on OS X

2011-07-20 Thread David Peixotto
I've attached a small patch that seems to fix the build. The problem was that the `dtraceSparkCounters` function was getting called even when we were not compiling for the threaded rts. The patch just moves the call inside the #ifdef for the threaded rts. The call had been placed outside the #i

[commit: ghc] master: Fix 'make test' command for new testsuite location (908138c)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/908138c90f7045d9ec8c44c673365daedcd417aa >--- commit 908138c90f7045d9ec8c44c673365daedcd417aa Author: David Terei Da

[commit: ghc] master: Update some files for new testsuite tests location (5266e96)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5266e966211a0073554c110624a7e4d0bacea7f2 >--- commit 5266e966211a0073554c110624a7e4d0bacea7f2 Author: David Terei Da

[commit: ghc] master: Formatting fixes (8257f27)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8257f276c08d8d7a75e82f3fd6205ee8a0757bba >--- commit 8257f276c08d8d7a75e82f3fd6205ee8a0757bba Author: David Terei Da

[commit: testsuite] master: Remove old darcs file (95b7c91)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/95b7c910e189a6fb62a5dbe03ad66691bfb8fa2d >--- commit 95b7c910e189a6fb62a5dbe03ad66691bfb8fa2d Author: David Ter

[commit: testsuite] master: Update some more files for ghc-regress removal (98fdf56)

2011-07-20 Thread David Terei
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/98fdf56b9cf89fdac80f4709faba4e6e53cb7f22 >--- commit 98fdf56b9cf89fdac80f4709faba4e6e53cb7f22 Author: David Ter

[commit: testsuite] ghc-7.2: add test for #5314 (470e0ea)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/470e0ea9ea9731bba67efb69564c06a8d19f >--- commit 470e0ea9ea9731bba67efb69564c06a8d19f Author: Simon Ma

[commit: testsuite] ghc-7.2: Add a test for #481 (8e24477)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/8e244776b37fccaaf59321a807db84cded8c4b52 >--- commit 8e244776b37fccaaf59321a807db84cded8c4b52 Author: Simon Ma

[commit: testsuite] ghc-7.2: Test Trac #5334, #5331 (dfdc39b)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/dfdc39b347820c8236cebfdc40b4fd09dcf32eda >--- commit dfdc39b347820c8236cebfdc40b4fd09dcf32eda Author: Simon Pe

[commit: testsuite] ghc-7.2: fix a bug in displaying diffs when there is no expected output (d896412)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/d896412fe75dea44cbb8b53a85583bba2751cfce >--- commit d896412fe75dea44cbb8b53a85583bba2751cfce Author: Simon Ma

[commit: testsuite] ghc-7.2: fix 5313 when BINDIST=YES (need some quoting) (be5241e)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/be5241ef8b7de1581421043b2acac10f71e6d7ee >--- commit be5241ef8b7de1581421043b2acac10f71e6d7ee Author: Simon Ma

[commit: testsuite] ghc-7.2: fix 5313(threaded2) (4099a46)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/4099a46f34c2373bf379f6aac621bc16f25e7046 >--- commit 4099a46f34c2373bf379f6aac621bc16f25e7046 Author: Simon Ma

[commit: testsuite] ghc-7.2: When the output files differ, present the diffs between the *actual* (19095e0)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/19095e0e6feb2216b295b504513f5d09cc778253 >--- commit 19095e0e6feb2216b295b504513f5d09cc778253 Author: Simon Ma

[commit: testsuite] ghc-7.2: Add a test for #5332 (unboxed singleton tuples and TH) (045e96f)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/045e96f3fe2248c00b37727447cca6ba2c15585a >--- commit 045e96f3fe2248c00b37727447cca6ba2c15585a Author: Ian Lyna

[commit: hsc2hs] ghc-7.2's head updated: remove duplicate code (1df8373)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs Branch 'ghc-7.2' now includes: 1df8373... remove duplicate code ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: ghc] ghc-7.2: Move the call to heapCensus() into GarbageCollect(), just before (96940b4)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/96940b4838b5ff7ebd4f1e062a47d2c7eb9f5419 >--- commit 96940b4838b5ff7ebd4f1e062a47d2c7eb9f5419 Author: Ian Lynagh Da

[commit: ghc] ghc-7.2: comment updates (15d7445)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/15d744552fc63355a57e6087136ee548714f6e45 >--- commit 15d744552fc63355a57e6087136ee548714f6e45 Author: Simon Marlow

[commit: ghc] ghc-7.2: fix an assertion failure, and possibly some bogosity (see comment) (1271c8b)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/1271c8b4abe8941b6fd7b36d70b4fdc7c8fc0db0 >--- commit 1271c8b4abe8941b6fd7b36d70b4fdc7c8fc0db0 Author: Simon Marlow

[commit: ghc] ghc-7.2: Improve semantics of wild-card expansion (fixes #5334) (ed26601)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/ed26601e8aab6a66c9c9718066d83c062a0e28df >--- commit ed26601e8aab6a66c9c9718066d83c062a0e28df Author: Simon Peyton J

[commit: ghc] ghc-7.2: note that we don't understand a comment (#5249) (45f5b8c)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/45f5b8c8fc8e04dd0a97985cc986ea5b807d4575 >--- commit 45f5b8c8fc8e04dd0a97985cc986ea5b807d4575 Author: Simon Marlow

[commit: ghc] ghc-7.2: Factor the GHC version into the hash generated by --abi-hash (#5328) (82abc13)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/82abc13248e1810d63a8735e1a2933ce39e15656 >--- commit 82abc13248e1810d63a8735e1a2933ce39e15656 Author: Simon Marlow

[commit: ghc] ghc-7.2: Comments only (e6e5bc1)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/e6e5bc17d432ee1be23d1cee92e7894c60978da7 >--- commit e6e5bc17d432ee1be23d1cee92e7894c60978da7 Author: Simon Peyton J

[commit: ghc] ghc-7.2: Report on unused type variables (fixes #5331) (4da2f23)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/4da2f2312bb21a25763e521f138b919619a69f89 >--- commit 4da2f2312bb21a25763e521f138b919619a69f89 Author: Simon Peyton J

[commit: ghc] ghc-7.2: Fix #481: use a safe recompilation check when Template Haskell is (99b43e0)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/99b43e00b83065320d093b753e17b11d2fbabe05 >--- commit 99b43e00b83065320d093b753e17b11d2fbabe05 Author: Simon Marlow

[commit: ghc] ghc-7.2: Fix #5332 (more): unboxed singleton tuples are fine (7450a54)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/7450a54f05eebca5d4e99a09d5b9412fc76b4fa8 >--- commit 7450a54f05eebca5d4e99a09d5b9412fc76b4fa8 Author: Simon Peyton J

[commit: ghc] ghc-7.2: fix warning (5badb2d)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/5badb2d1a6911989ac273fdf3084ab9b36724074 >--- commit 5badb2d1a6911989ac273fdf3084ab9b36724074 Author: Simon Marlow

[commit: ghc] ghc-7.2: Fix #5332: (# 0 #), unlike ( 0 ), is not the same as 0 (b33645f)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/b33645f9be59452de1522dd26bb16e56e22c667f >--- commit b33645f9be59452de1522dd26bb16e56e22c667f Author: Ian Lynagh Da

[commit: ghc] ghc-7.2: Support 64-bit literals in the byte code generator (fixes recent test (f636637)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/f636637e6e82cf0c74608e7ffea55715fc44554b >--- commit f636637e6e82cf0c74608e7ffea55715fc44554b Author: Simon Marlow

[commit: ghc] ghc-7.2: Fix a bug in the code generation for 64-bit literals on 32-bit x86: we (d5b8458)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/d5b8458dc79faefe177df88ec2f5842aba5e75a0 >--- commit d5b8458dc79faefe177df88ec2f5842aba5e75a0 Author: Simon Marlow

[commit: ghc] ghc-7.2: Output the full documentation in response to "./sync-all --help" (7341325)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/73413255e2da17f13ef71ca1c67628fc90b8c5a2 >--- commit 73413255e2da17f13ef71ca1c67628fc90b8c5a2 Author: Simon Marlow

[commit: ghc] ghc-7.2: Split the X86 genCCall function up (f9177a2)

2011-07-20 Thread Ian Lynagh
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/f9177a2a12740530a094abbb2c202bcc942af46c >--- commit f9177a2a12740530a094abbb2c202bcc942af46c Author: Ian Lynagh Da

[commit: testsuite] master: fix a bug in displaying diffs when there is no expected output (63582f5)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/63582f58e8dc4cf936c1f60f157249e6ea2420ea >--- commit 63582f58e8dc4cf936c1f60f157249e6ea2420ea Author: Simon Mar

[commit: testsuite] master: add test for #5314 (d30e930)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/d30e9305be265caea1943675f777e5fc93d47fb1 >--- commit d30e9305be265caea1943675f777e5fc93d47fb1 Author: Simon Mar

[commit: hsc2hs] master: remove duplicate code (1df8373)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs On branch : master http://hackage.haskell.org/trac/ghc/changeset/1df837321864b70ec67be1ced277d5f90b95a7fd >--- commit 1df837321864b70ec67be1ced277d5f90b95a7fd Author: Simon Marlow

[commit: ghc] master: fix an assertion failure, and possibly some bogosity (see comment) (b44fd99)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/b44fd99fa0db169e215f8ad443ddb4fba1a79a4f >--- commit b44fd99fa0db169e215f8ad443ddb4fba1a79a4f Author: Simon Marlow D

[commit: ghc] master: Move the call to heapCensus() into GarbageCollect(), just before (e903a09)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/e903a09466c5a700baea8a34511cbdc2576b136e >--- commit e903a09466c5a700baea8a34511cbdc2576b136e Author: Simon Marlow D

[commit: ghc] master: comment updates (2c2a434)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/2c2a434f411029977992207a19245a24f942ff78 >--- commit 2c2a434f411029977992207a19245a24f942ff78 Author: Simon Marlow D

[commit: ghc] master: Fix syntax error in DTrace event specification (c08bd10)

2011-07-20 Thread Duncan Coutts
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c08bd1007db84e95618fc446b5b37bc052fa747c >--- commit c08bd1007db84e95618fc446b5b37bc052fa747c Author: Duncan Coutts

[commit: testsuite] master: Merge branch 'master' of http://darcs.haskell.org/testsuite (866d05f)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/866d05fde3dcfa5974e148aa731c470d5c430d6c >--- commit 866d05fde3dcfa5974e148aa731c470d5c430d6c Merge: 1d51b67...

[commit: testsuite] master: Test Trac #5334, #5331 (1d51b67)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/1d51b67e3bdf8754cc8047afaa617193361df19e >--- commit 1d51b67e3bdf8754cc8047afaa617193361df19e Author: Simon Pey

[commit: ghc] master: Report on unused type variables (fixes #5331) (c3f63fb)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c3f63fb714f38b69d93925e0b9d22b8a31e6ce17 >--- commit c3f63fb714f38b69d93925e0b9d22b8a31e6ce17 Author: Simon Peyton Jo

[commit: ghc] master: Improve semantics of wild-card expansion (fixes #5334) (5d89565)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5d89565b043eaff9028205b79363ef0d0c17ff17 >--- commit 5d89565b043eaff9028205b79363ef0d0c17ff17 Author: Simon Peyton Jo

[commit: ghc] master: Comments only (8d1464c)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8d1464c0b008f89bde602c41db6ebc1791f2cbf4 >--- commit 8d1464c0b008f89bde602c41db6ebc1791f2cbf4 Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (1be86f9)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/1be86f92a270ff185f6355e055d92f7dad9e9e90 >--- commit 1be86f92a270ff185f6355e055d92f7dad9e9e90 Merge: 5d89565... 48bc8

[PATCH] Fix path to Cabal library

2011-07-20 Thread Lennart Kolmodin
See attached patch. Fixes a documentation issue. -- Lennart 0001-Fix-path-to-Cabal-library-corrects-documentation.patch Description: Binary data ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[commit: ghc] ghc-7.2: tweak to the text about the Typeable changes (fe722ce)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.2 http://hackage.haskell.org/trac/ghc/changeset/fe722ce5e1e396c009f20540bcba1d8b2de1aff0 >--- commit fe722ce5e1e396c009f20540bcba1d8b2de1aff0 Author: Simon Marlow

New patches in /srv/darcs/git-mirrors/pretty

2011-07-20 Thread Ian Lynagh
New patches in /srv/darcs/git-mirrors/pretty commit 74e818e19584933647d08b5548a0cc808f846c9e Author: David Terei Date: Tue Jul 19 12:14:10 2011 -0700 Fix some spelling mistakes in comments commit 6169601cfb864d8b25c0f1cb32f44a7a7949db93 Author: David Terei Date: Tue Jul 19 12:10:18 20

[commit: testsuite] master: fix 5313(threaded2) (67266eb)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/67266eb4c11dc46ff37790f0e95db7bda921870c >--- commit 67266eb4c11dc46ff37790f0e95db7bda921870c Author: Simon Mar

[commit: testsuite] master: Add a test for #481 (d808d99)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/d808d99a4e2b37a86c102a48d613161fb19ad740 >--- commit d808d99a4e2b37a86c102a48d613161fb19ad740 Author: Simon Mar

[commit: testsuite] master: fix 5313 when BINDIST=YES (need some quoting) (6c381a1)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/6c381a1da432a43b772a4c134e40601949ee5689 >--- commit 6c381a1da432a43b772a4c134e40601949ee5689 Author: Simon Mar

[commit: ghc] master: note that we don't understand a comment (#5249) (614a17f)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/614a17f912259c3d0450bf29a0e31494161b523b >--- commit 614a17f912259c3d0450bf29a0e31494161b523b Author: Simon Marlow D

[commit: ghc] master: Fix #481: use a safe recompilation check when Template Haskell is (48bc81a)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/48bc81ad466edfc80237015dbe5d78ba70eb5095 >--- commit 48bc81ad466edfc80237015dbe5d78ba70eb5095 Author: Simon Marlow D

[commit: ghc] master: Factor the GHC version into the hash generated by --abi-hash (#5328) (d80e66f)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d80e66f9e838c0641fbe5a4757e9d69b1e85ff67 >--- commit d80e66f9e838c0641fbe5a4757e9d69b1e85ff67 Author: Simon Marlow D

simonmar-win32-head (x86 Windows HEAD), build 342, Success

2011-07-20 Thread Builder
simonmar-win32-head (x86 Windows HEAD), build 342 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-head/342.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Success boo

Re: [commit: ghc] master: Output the full documentation in response to "./sync-all --help" (ff38956)

2011-07-20 Thread Simon Marlow
On 20/07/2011 09:17, Simon Marlow wrote: Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ff389561a39f9ce01fa12022afd950cf940b3a89 --- commit ff389561a39f9ce01fa1

simonmar-win32-stable (x86 Windows STABLE), build 275, Success

2011-07-20 Thread Builder
simonmar-win32-stable (x86 Windows STABLE), build 275 Build succeeded Details: http://darcs.haskell.org/ghcBuilder/builders/simonmar-win32-stable/275.html git clone | Success create mk/build.mk| Success get subrepos | Success setting version date | Succe

[commit: ghc] master: Coercions can be hashed just fine (5c0f947)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/5c0f947b3081055d9ca6b275626c94d9dc49c2e0 >--- commit 5c0f947b3081055d9ca6b275626c94d9dc49c2e0 Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (091807c)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/091807ce70dce222df78d366b291a090779a5257 >--- commit 091807ce70dce222df78d366b291a090779a5257 Merge: 9f095a4... d58d4

[commit: ghc] master: Fix #5332 (more): unboxed singleton tuples are fine (9f095a4)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/9f095a456eefbf9752ca773ecba148b471586cf0 >--- commit 9f095a456eefbf9752ca773ecba148b471586cf0 Author: Simon Peyton Jo

[commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (8202a57)

2011-07-20 Thread Simon Peyton Jones
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/8202a5738d6dba1083ae4f07965e92877cd2be2d >--- commit 8202a5738d6dba1083ae4f07965e92877cd2be2d Merge: 5c0f947... 14d5e

Re: Commit logs in Trac tickets

2011-07-20 Thread Simon Marlow
On 19/07/2011 22:28, Ian Lynagh wrote: On Mon, Jul 18, 2011 at 10:24:19AM +, Simon Peyton-Jones wrote: We say "include # in your commit message to update the corresponding trac ticket". But (see #5315, for example) * There used to be a live clickable link to the commit; that n

Re: [commit: ghc] master: Split the X86 genCCall function up (ecf2b87)

2011-07-20 Thread Simon Marlow
On 19/07/2011 22:21, Ian Lynagh wrote: Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ecf2b8715bde2f79f8eafc37f4eb4a9ef46530ad --- commit ecf2b8715bde2f79f8eafc

Re: Too much configuring

2011-07-20 Thread Simon Marlow
On 19/07/2011 22:01, Simon Peyton-Jones wrote: Please, pretty please, could we configure less? Every time my stage1 compiler is rebuilt, all the libraries get reconfigured. On my laptop this takes 15 minutes or so, and it’s deeply tiresome, because it now happens all the time. It really slows me

[commit: testsuite] master: When the output files differ, present the diffs between the *actual* (52e044c)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master http://hackage.haskell.org/trac/ghc/changeset/52e044ca3b97d642e68a554e4546b607256449bf >--- commit 52e044ca3b97d642e68a554e4546b607256449bf Author: Simon Mar

[commit: ghc] master: Fix a bug in the code generation for 64-bit literals on 32-bit x86: we (d58d462)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/d58d46278ddbf9470072bc315a0b58a01726eed9 >--- commit d58d46278ddbf9470072bc315a0b58a01726eed9 Author: Simon Marlow D

[commit: ghc] master: Support 64-bit literals in the byte code generator (fixes recent test (44f61d3)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/44f61d398a55c3dca74bc173cd6fb66e1762d982 >--- commit 44f61d398a55c3dca74bc173cd6fb66e1762d982 Author: Simon Marlow D

[commit: ghc] master: Output the full documentation in response to "./sync-all --help" (ff38956)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/ff389561a39f9ce01fa12022afd950cf940b3a89 >--- commit ff389561a39f9ce01fa12022afd950cf940b3a89 Author: Simon Marlow D

[commit: ghc] master: fix warning (9723510)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/972351069cff21a589d80b93c7ce09713afa863b >--- commit 972351069cff21a589d80b93c7ce09713afa863b Author: Simon Marlow D

[commit: ghc] master: remove some dead code (c35d8c3)

2011-07-20 Thread Simon Marlow
Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master http://hackage.haskell.org/trac/ghc/changeset/c35d8c362ff553ee2c1952a388e64c761be89469 >--- commit c35d8c362ff553ee2c1952a388e64c761be89469 Author: Simon Marlow D