patch applied (ghc-6.6/ghc): Use --partial when getting the nofib and testsuite repos

2007-02-07 Thread Ian Lynagh
Wed Feb 7 16:28:44 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Use --partial when getting the nofib and testsuite repos M ./darcs-all -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fixed typo in devel1 flavor

2007-02-07 Thread Kirsten Chevalier
Wed Feb 7 14:59:57 PST 2007 Kirsten Chevalier <[EMAIL PROTECTED]> * Fixed typo in devel1 flavor Under GhcStage2HcOpts, "O" should be "-O"; fixed. M ./mk/build.mk.sample -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.o

patch applied (ghc): Type reconstruction/RTTI: improve handling of newtypes

2007-02-07 Thread Pepe Iborra
Wed Feb 7 12:59:47 PST 2007 Pepe Iborra <[EMAIL PROTECTED]> * Type reconstruction/RTTI: improve handling of newtypes Newtypes have always been a problem because they are not there at runtime, but we need to take them into account. Tests ghci.debugger/print011 and ghci.debugger/

patch applied (ghc): Optimize dynamic breakpoints for speed

2007-02-07 Thread Pepe Iborra
Wed Feb 7 00:21:10 PST 2007 Pepe Iborra <[EMAIL PROTECTED]> * Optimize dynamic breakpoints for speed Made a bit faster the test which gets done every time a running program hits a dynamic breakpoint. I moved the bounds checking inside a DEBUG pragma and replaced (IArray.!) for unsafeAt

patch applied (testsuite): Accept output

2007-02-07 Thread Pepe Iborra
Tue Feb 6 11:16:10 PST 2007 Pepe Iborra <[EMAIL PROTECTED]> * Accept output M ./tests/ghc-regress/ghci.debugger/scripts/print011.stdout -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

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

2007-02-07 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 Wed Feb 7 19:30:00 GMT 2007. checkin

[nightly] 07-Feb-2007 build of 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)

2007-02-07 Thread GHC Build Reports
Build description = 6.6 branch on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com) Build location= /playpen/ghc/nightly/STABLE-cam-02-unx Build config file = /home/simonmar/nightly/site/msrc/conf-6.6-cam-02-unx Nightly build started on cam-02-unx at Wed Feb 7 19:00:01 GMT 2007.

GHC wiki seems to be broken

2007-02-07 Thread Kirsten Chevalier
I don't know who maintains the wiki, but right now when I try to go to any pages on it -- for example, http://hackage.haskell.org/trac/ghc I get a message beginning "Trac detected an internal error" with a Python traceback that ends "Unsupported version control system 'darcs'". Cheers, Kirsten -

patch applied (ghc-6.6/ghc): MERGE: Teach darcs-all how to get testsuite and nofib

2007-02-07 Thread Ian Lynagh
Wed Feb 7 09:03:20 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGE: Teach darcs-all how to get testsuite and nofib Wed Feb 7 16:53:44 GMT 2007 Ian Lynagh <[EMAIL PROTECTED]> M ./darcs-all -4 +37 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org h

patch applied (ghc): Teach darcs-all how to get testsuite and nofib

2007-02-07 Thread Ian Lynagh
Wed Feb 7 08:53:44 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Teach darcs-all how to get testsuite and nofib M ./darcs-all -6 +41 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Improved naming of generated HTML files by using nice IDs

2007-02-07 Thread Sven Panne
Wed Feb 7 08:34:04 PST 2007 [EMAIL PROTECTED] * Improved naming of generated HTML files by using nice IDs M ./docs/users_guide/5-00-notes.xml -5 +5 M ./docs/users_guide/5-04-notes.xml -1 +1 M ./docs/users_guide/6.6-notes.xml -2 +2 M ./docs/users_guide/ffi-chap.xml -3 +3 M .

patch applied (ghc): Make the User' s Guide DocBook XML 4.2 conformant again

2007-02-07 Thread Sven Panne
Wed Feb 7 08:19:27 PST 2007 [EMAIL PROTECTED] * Make the User's Guide DocBook XML 4.2 conformant again M ./docs/users_guide/ghci.xml -21 +21 M ./docs/users_guide/glasgow_exts.xml -9 +8 M ./docs/users_guide/using.xml -8 +9 ___ Cvs-ghc mai

patch applied (ghc-6.6/ghc): update version hack to work on partial repositories

2007-02-07 Thread Simon Marlow
Wed Feb 7 02:59:29 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * update version hack to work on partial repositories Instead of asking for the last 100 patches, we just get the first 500 lines of output from darcs changes (ugh, better ideas welcome). M ./aclocal.m4 -2 +5 ___

patch applied (ghc-6.6/ghc): Detect the snapshot version number using darcs

2007-02-07 Thread Simon Marlow
Tue Feb 6 13:25:36 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Detect the snapshot version number using darcs For non-release builds, we want to append a date to the version number (e.g. 6.7.20070206). Previously this was done by the nightly build script, this new method figures out the

patch applied (ghc-6.6/testsuite): MERGED: Expect tests to fail if we don' t have libraries that they use

2007-02-07 Thread Ian Lynagh
Wed Feb 7 06:04:13 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Expect tests to fail if we don't have libraries that they use Tue Feb 6 14:26:00 GMT 2007 Ian Lynagh <[EMAIL PROTECTED]> M ./driver/testglobals.py +2 M ./driver/testlib.py +8 M ./mk/test.mk +4 M ./tests/gh

patch applied (ghc-6.6/ghc): MERGED: Check for escape when unifying forall-types

2007-02-07 Thread Ian Lynagh
Wed Feb 7 05:59:43 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * MERGED: Check for escape when unifying forall-types [EMAIL PROTECTED] This egregious omission led to Trac #1128. M ./compiler/typecheck/TcUnify.lhs -3 +6 ___ Cvs-ghc maili

patch applied (ghc-6.6/ghc): Fix bug in -ddump-minimal imports Trac #1025

2007-02-07 Thread Ian Lynagh
Wed Feb 7 01:49:45 PST 2007 [EMAIL PROTECTED] * Fix bug in -ddump-minimal imports Trac #1025 The code for -ddump-minimal-imports was erroneously using loadSrcInterface, which looks only for *exposed* modules. It should instead use loadSysInterface which looks for all interfaces.

patch applied (ghc-6.6/ghc): Force recompilation with -ddump-minimal-imports

2007-02-07 Thread Ian Lynagh
Wed Feb 7 02:00:53 PST 2007 [EMAIL PROTECTED] * Force recompilation with -ddump-minimal-imports M ./compiler/main/DynFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc-6.6/ghc): Force recompilation on all -ddump flags

2007-02-07 Thread Ian Lynagh
Wed Feb 7 02:02:45 PST 2007 [EMAIL PROTECTED] * Force recompilation on all -ddump flags M ./compiler/main/DynFlags.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

[nightly] 07-Feb-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling)

2007-02-07 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 07-Feb-2007 build of of 6.6 branch on i386-unknown-mingw32 (bling) Build description = of 6.6 branch on i386-unknown-mingw32 (bling) Build location= /fptools/builds/STABLE Build config file = /fptools/buil

patch applied (ghc): update version hack to work on partial repositories

2007-02-07 Thread Simon Marlow
Wed Feb 7 02:59:29 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * update version hack to work on partial repositories Instead of asking for the last 100 patches, we just get the first 500 lines of output from darcs changes (ugh, better ideas welcome). M ./aclocal.m4 -2 +5 ___

patch applied (ghc): Force recompilation on all -ddump flags

2007-02-07 Thread Simon Peyton Jones
Wed Feb 7 02:02:45 PST 2007 [EMAIL PROTECTED] * Force recompilation on all -ddump flags M ./compiler/main/DynFlags.hs -4 +4 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Force recompilation with -ddump-minimal-imports

2007-02-07 Thread Simon Peyton Jones
Wed Feb 7 02:00:53 PST 2007 [EMAIL PROTECTED] * Force recompilation with -ddump-minimal-imports M ./compiler/main/DynFlags.hs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Spelling fix

2007-02-07 Thread Simon Peyton Jones
Wed Feb 7 01:51:53 PST 2007 [EMAIL PROTECTED] * Spelling fix M ./compiler/typecheck/TcDeriv.lhs -1 +1 ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

patch applied (ghc): Fix bug in -ddump-minimal imports Trac #1025

2007-02-07 Thread Simon Peyton Jones
Wed Feb 7 01:49:45 PST 2007 [EMAIL PROTECTED] * Fix bug in -ddump-minimal imports Trac #1025 The code for -ddump-minimal-imports was erroneously using loadSrcInterface, which looks only for *exposed* modules. It should instead use loadSysInterface which looks for all interfaces.

[nightly] 06-Feb-2007 build of of HEAD on i386-unknown-mingw32 (bling)

2007-02-07 Thread sof
From: GHC Build Reports <[EMAIL PROTECTED]> To: cvs-ghc@haskell.org Subject: [nightly] 06-Feb-2007 build of of HEAD on i386-unknown-mingw32 (bling) Build description = of HEAD on i386-unknown-mingw32 (bling) Build location= /fptools/builds/HEAD Build config file = /fptools/builds/ghc-nightly/

Re: patch applied (testsuite): Expect tests to fail if we don' t have libraries that they use

2007-02-07 Thread Simon Marlow
Ian Lynagh wrote: Tue Feb 6 06:26:00 PST 2007 Ian Lynagh <[EMAIL PROTECTED]> * Expect tests to fail if we don't have libraries that they use M ./driver/testglobals.py +2 M ./driver/testlib.py +9 M ./mk/test.mk +4 M ./tests/ghc-regress/concurrent/should_run/all.T -1 +3 M .

Re: patch applied (ghc): Detect the snapshot version number using darcs

2007-02-07 Thread Simon Marlow
Ian Lynagh wrote: On Tue, Feb 06, 2007 at 01:26:52PM -0800, Simon Marlow wrote: Tue Feb 6 13:25:36 PST 2007 Simon Marlow <[EMAIL PROTECTED]> * Detect the snapshot version number using darcs For non-release builds, we want to append a date to the version number (e.g. 6.7.20070206). Previ

patch applied (ghc): Update to manual section for ticky-ticky

2007-02-07 Thread Kirsten Chevalier
Wed Feb 7 00:45:27 PST 2007 Kirsten Chevalier <[EMAIL PROTECTED]> * Update to manual section for ticky-ticky I added a slightly more helpful remark in the profiling section of the manual about how to use ticky-ticky. M ./docs/users_guide/profiling.xml -3 +3

patch applied (ghc): Lightweight ticky-ticky profiling

2007-02-07 Thread Kirsten Chevalier
Wed Feb 7 00:14:04 PST 2007 Kirsten Chevalier <[EMAIL PROTECTED]> * Lightweight ticky-ticky profiling The following changes restore ticky-ticky profiling to functionality from its formerly bit-rotted state. Sort of. (It got bit-rotted as part of the switch to the C-- back-end.) Th