Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-17 Thread Thorkil Naur
Hello, On Wednesday 18 July 2007 04:51, Manuel M T Chakravarty wrote: > Ian Lynagh wrote, > > Mon Jul 16 18:32:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> > > * Bump the delay for concio from 0.45 to 1s > > It wasn't long enough on thorkil's Mac. Should really do something based > > on the c

patch applied (testsuite): Adding compile_and_run_with_prefix and multimod_compile_and_run_with_prefix as test-fns.

2007-07-17 Thread Andy Gill
Tue Jul 17 21:51:07 PDT 2007 [EMAIL PROTECTED] * Adding compile_and_run_with_prefix and multimod_compile_and_run_with_prefix as test-fns. M ./driver/testlib.py -6 +18 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/li

patch applied (ghc): darcs-all: allow relative path for repo in local fs

2007-07-17 Thread chak
Tue Jul 17 20:45:11 PDT 2007 Manuel M T Chakravarty <[EMAIL PROTECTED]> * darcs-all: allow relative path for repo in local fs M ./darcs-all -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Re: patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-17 Thread Manuel M T Chakravarty
Ian Lynagh wrote, Mon Jul 16 18:32:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Bump the delay for concio from 0.45 to 1s It wasn't long enough on thorkil's Mac. Should really do something based on the calibration value or something, I guess. What kind of mac (and what version of macos)

[nightly] 17-Jul-2007 build of HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-07-17 Thread GHC Build Reports
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/HEAD-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-HEAD-cam-02-unx Nightly build started on cam-02-unx at Tue Jul 17 19:30:00 BST 2007. checki

patch applied (testsuite): Update drvfail008 output (flag name change)

2007-07-17 Thread Ian Lynagh
Mon Jul 16 18:41:32 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Update drvfail008 output (flag name change) M ./tests/ghc-regress/deriving/should_fail/drvfail008.stderr -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailm

patch applied (testsuite): Skip the concio tests when fast, as we don't really want to hang around for 2s

2007-07-17 Thread Ian Lynagh
Mon Jul 16 18:34:25 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Skip the concio tests when fast, as we don't really want to hang around for 2s M ./tests/ghc-regress/lib/IO/all.T -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell

patch applied (testsuite): Bump the delay for concio from 0.45 to 1s

2007-07-17 Thread Ian Lynagh
Mon Jul 16 18:32:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Bump the delay for concio from 0.45 to 1s It wasn't long enough on thorkil's Mac. Should really do something based on the calibration value or something, I guess. M ./tests/ghc-regress/lib/IO/Makefile -2 +2 _

patch applied (ghc): Implement the RTS side of GHC.Environment.getFullArgs

2007-07-17 Thread Ian Lynagh
Tue Jul 17 07:20:50 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Implement the RTS side of GHC.Environment.getFullArgs M ./compiler/Makefile -2 +10 M ./includes/RtsAPI.h +2 M ./rts/Linker.c +1 M ./rts/RtsFlags.c +28 M ./rts/RtsStartup.c +1 _

patch applied (ghc): Corrections for warnings in the user guide

2007-07-17 Thread Ian Lynagh
Mon Jul 16 16:17:41 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Corrections for warnings in the user guide M ./docs/users_guide/using.xml -15 +21 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Typo

2007-07-17 Thread Ian Lynagh
Mon Jul 16 16:56:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Typo M ./docs/users_guide/packages.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): -w should turn off /all/ options, not just the -Wall ones

2007-07-17 Thread Ian Lynagh
Mon Jul 16 15:14:42 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * -w should turn off /all/ options, not just the -Wall ones M ./compiler/main/DynFlags.hs -1 +11 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-

patch applied (ghc): Sync the UG entries for -Wall, -w etc with reality

2007-07-17 Thread Ian Lynagh
Mon Jul 16 15:19:43 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Sync the UG entries for -Wall, -w etc with reality M ./docs/users_guide/using.xml -16 +16 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Implement -fwarn-dodgy-imports

2007-07-17 Thread Ian Lynagh
Mon Jul 16 15:06:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Implement -fwarn-dodgy-imports You used to only be able to enable Opt_WarnDodgyImports with -W or -Wall. This patch adds the flag to en/disable it by name. (DodgyImports == importing T(..) when only T is exported). M ./comp

patch applied (ghc): Remove note that -E behaviour has changed (6.0 has the same note)

2007-07-17 Thread Ian Lynagh
Mon Jul 16 11:36:24 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove note that -E behaviour has changed (6.0 has the same note) M ./docs/users_guide/using.xml -3 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listi

patch applied (ghc): Doc tweaks

2007-07-17 Thread Ian Lynagh
Mon Jul 16 14:28:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Doc tweaks M ./docs/users_guide/separate_compilation.xml -9 +9 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Doc tweaks

2007-07-17 Thread Ian Lynagh
Mon Jul 16 11:35:40 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Doc tweaks M ./docs/users_guide/using.xml -6 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): User guide tweaks

2007-07-17 Thread Ian Lynagh
Mon Jul 16 11:03:52 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * User guide tweaks M ./docs/users_guide/using.xml -7 +7 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Doc tweak

2007-07-17 Thread Ian Lynagh
Mon Jul 16 10:47:35 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Doc tweak M ./docs/users_guide/ghci.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Doc tweak

2007-07-17 Thread Ian Lynagh
Mon Jul 16 10:44:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Doc tweak M ./docs/users_guide/ghci.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Correct user guide on when .ghci is read

2007-07-17 Thread Ian Lynagh
Mon Jul 16 10:24:48 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Correct user guide on when .ghci is read M ./docs/users_guide/ghci.xml -3 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Tweak punctuation in the user guide

2007-07-17 Thread Ian Lynagh
Mon Jul 16 10:15:50 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Tweak punctuation in the user guide M ./docs/users_guide/ghci.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): ghci command docs tweaks

2007-07-17 Thread Ian Lynagh
Mon Jul 16 10:06:01 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * ghci command docs tweaks M ./docs/users_guide/ghci.xml -5 +15 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix alphabetical ordering in :? output

2007-07-17 Thread Ian Lynagh
Mon Jul 16 09:51:49 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix alphabetical ordering in :? output M ./compiler/ghci/InteractiveUI.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix alphabetical ordering in user guide

2007-07-17 Thread Ian Lynagh
Mon Jul 16 08:55:44 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix alphabetical ordering in user guide M ./docs/users_guide/ghci.xml -10 +10 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Typo

2007-07-17 Thread Ian Lynagh
Mon Jul 16 08:34:13 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Typo M ./docs/users_guide/ghci.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove another instance of the banner from the user guide

2007-07-17 Thread Ian Lynagh
Sun Jul 15 15:14:44 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Remove another instance of the banner from the user guide M ./docs/users_guide/ghci.xml -6 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc): ghci debugger documentation tweaks

2007-07-17 Thread Ian Lynagh
Sun Jul 15 15:05:17 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * ghci debugger documentation tweaks M ./docs/users_guide/ghci.xml -2 +2 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): In user guide, don't claim that ghci never generates .hi files

2007-07-17 Thread Ian Lynagh
Sun Jul 15 15:11:19 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * In user guide, don't claim that ghci never generates .hi files With -fobject-code it now can do. M ./docs/users_guide/ghci.xml -3 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http

patch applied (ghc): Fix typo

2007-07-17 Thread Ian Lynagh
Sun Jul 15 05:22:29 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * Fix typo M ./docs/users_guide/ghci.xml -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): ghci doc tweaks

2007-07-17 Thread Ian Lynagh
Sun Jul 15 05:21:28 PDT 2007 Ian Lynagh <[EMAIL PROTECTED]> * ghci doc tweaks M ./docs/users_guide/ghci.xml -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Adding pushing of hpc translation status through hi files.

2007-07-17 Thread Andy Gill
Tue Jul 17 00:35:10 PDT 2007 [EMAIL PROTECTED] * Adding pushing of hpc translation status through hi files. Now, if a single module *anywhere* on the module tree is built with -fhpc, the binary will enable reading/writing of .tix. Previously, you needed to compile Main to allow cover

Daily report for head

2007-07-17 Thread BuildBot Collator
Build results: x86-64 Linux head: pass x86 Windows head: fail (failed darcs) x86 Windows head fast: fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) fail (failed darcs) gbesh Intel x86_64 Linux head: pass mnemosyne

patch applied (ghc): Handle unlifted tycons and tuples correctly during vectorisation

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 23:48:16 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Handle unlifted tycons and tuples correctly during vectorisation M ./compiler/vectorise/VectMonad.hs -1 +4 M ./compiler/vectorise/VectType.hs -1 +7 ___ Cvs-ghc mailing list

patch applied (ghc): Initialise global vectorisation environment properly

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 23:42:33 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Initialise global vectorisation environment properly M ./compiler/vectorise/VectMonad.hs -4 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listi

patch applied (ghc): Vectorise type declarations

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 23:33:09 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Vectorise type declarations M ./compiler/vectorise/VectType.hs -1 +27 M ./compiler/vectorise/Vectorise.hs -1 +3 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.hask

patch applied (ghc): Vectorisation of data declarations (incomplete)

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 23:13:06 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Vectorisation of data declarations (incomplete) M ./compiler/vectorise/VectType.hs -1 +79 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc): Add vectorisation environment transformers

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 22:49:43 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add vectorisation environment transformers M ./compiler/vectorise/VectMonad.hs -2 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-g

patch applied (ghc): Refactor

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 22:28:35 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Refactor M ./compiler/vectorise/VectMonad.hs -11 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Remove mapping from tycons to PA dictionaries from vect environment

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 22:23:23 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Remove mapping from tycons to PA dictionaries from vect environment M ./compiler/vectorise/VectMonad.hs -5 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/m

patch applied (ghc): Add datacons to vectorisation environment

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 22:22:39 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add datacons to vectorisation environment M ./compiler/vectorise/VectMonad.hs -2 +14 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-gh

patch applied (ghc): Add fixV

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 22:15:27 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Add fixV M ./compiler/vectorise/VectMonad.hs -1 +6 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Classification of tycons for vectorisation

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 22:03:37 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Classification of tycons for vectorisation M ./compiler/vectorise/VectType.hs +68 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Clean up

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 21:19:57 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Clean up M ./compiler/vectorise/VectType.hs +3 M ./compiler/vectorise/Vectorise.hs -4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/c

patch applied (ghc): Move type vectorisation code to a separate module

2007-07-17 Thread Roman Leshchinskiy
Mon Jul 16 21:16:45 PDT 2007 Roman Leshchinskiy <[EMAIL PROTECTED]> * Move type vectorisation code to a separate module M ./compiler/package.conf.in +1 A ./compiler/vectorise/VectType.hs M ./compiler/vectorise/Vectorise.hs -33 +3 ___ Cvs-