[nightly] Repa Performance Test Succeeded

2010-09-02 Thread benl
Repa Performance Test Succeeded Environment Platform host: limitingfactor.cse.unsw.EDU.AU arch: i386 processor: i386 system:Darwin 10.4.0 Versions GHC The Glorious Glasgow Haskell Compilation System, version 6.12.1 GCC i686-apple-darwin10-gcc-4.2.1 (GCC) 4

[nightly] 02-Sep-2010 build of HEAD on i386-unknown-linux (cam-02-unx)

2010-09-02 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 Thu Sep 2 18:00:01 BST 2010. checking out new source tree

[nightly] 02-Sep-2010 build of STABLE on i386-unknown-linux (cam-02-unx)

2010-09-02 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 Thu Sep 2 18:10:01 BST 2010. checking out new source tree

[nightly] 02-Sep-2010 build of HEAD on x86_64-unknown-linux (cam-04-unx)

2010-09-02 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 Thu Sep 2 18:00:01 BST 2010. checking out new source t

Re: darcs patch: Add support for interruptible FFI calls.

2010-09-02 Thread Edward Z. Yang
Submitted updated patch. The updated patch successfully runs the validate script with zero unexpected errors, and I have submitted a testsuite patch with two simple tests for this functionality (specifically, ensuring that it works and that the Template Haskell manipulation works.) There is one d

patch applied (ghc): Add some -no-user-package-conf flags

2010-09-02 Thread Ian Lynagh
Thu Sep 2 15:47:26 PDT 2010 Ian Lynagh * Add some -no-user-package-conf flags Stops user-installed packages breaking the build M ./aclocal.m4 -1 +1 M ./rules/package-config.mk +1 M ./utils/ghc-cabal/ghc.mk +1 M ./utils/ghc-pkg/ghc.mk +1 View patch online: http://darcs.haske

[nightly] 02-Sep-2010 build of STABLE on x86_64-unknown-linux (cam-04-unx)

2010-09-02 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 Thu Sep 2 18:10:00 BST 2010. checking out new so

patch applied (ghc): Fix warnings: Remove unused imports

2010-09-02 Thread Ian Lynagh
Thu Sep 2 13:43:42 PDT 2010 Ian Lynagh * Fix warnings: Remove unused imports M ./compiler/vectorise/Vectorise/Builtins/Initialise.hs -1 M ./compiler/vectorise/Vectorise/Monad/Local.hs -2 M ./compiler/vectorise/Vectorise/Monad/Naming.hs -1 View patch online: http://darcs.haskell.o

Re: darcs patch: Add support for interruptible FFI calls.

2010-09-02 Thread Simon Marlow
Thanks for the contribution! Patch review follows. It's almost ready to go in. The compiler parts are fine, the only difficulties I see are: On 02/09/2010 06:16, Edward Z. Yang wrote: -- data InlineSpec = inlineSpecNoPhaseIdKey, inlineSpecPhaseIdKey :: Unique hunk ./compiler/hsSyn/Conve